.navbar {
  align-items: stretch;
  display: flex;
}

.navbar > .container {
  display: flex;
}

.navbar-menu {
  flex-grow: 1;
  flex-shrink: 0;
  align-items: stretch;
  display: flex;
  box-shadow: none;
  padding: 0;
}

.navbar-end {
  justify-content: flex-end;
  margin-left: auto;
}

.hero-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.hero-icons.last {
  margin-bottom: 0;
}

.carousel-img {
  height: 500px;
  margin: 0 auto;
}

.carousel-item {
  display: flex;
}

.contact-list {
  margin-left: 15px !important;
}

.contact-list > li {
  list-style: none;
  margin-bottom: 5px;
}

html {
  overflow-x: hidden;
}

.slider {
  overflow: hidden;
}
