body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  margin: 0;
}

.alert {
  padding: 1rem 2.5rem 1.1rem;
  font-size: 0.8em;
}
.alert.alert--info {
  background-color: #cce6ff;
}

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-color: #999;
}
.navbar.navbar--footer {
  height: 5rem;
}

.brand {
  padding: 0.25rem 1rem;
}
.brand .brand__logo {
  font-size: 2em;
  font-weight: 900;
}

.nav .nav__list {
  margin: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.nav .nav__list .nav__list__item {
  padding: 14px 16px;
}
.nav .nav__list .nav__list__item a {
  color: white;
}

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #333;
  height: 24rem;
}
.hero .hero__content {
  color: #fff;
  font-size: 3em;
  font-weight: 900;
}

.gallery_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 4rem;
}
.gallery_heading .gallery_heading__content {
  margin: 0;
}

.gallery_collection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gallery_item {
  -ms-flex: 1;
      flex: 1;
  padding: 0 2rem;
}
.gallery_item:first-child {
  padding-left: 4rem;
}
.gallery_item:last-child {
  padding-right: 4rem;
}
.gallery_item .item-image {
  height: 18rem;
  background-color: #888;
}
.gallery_item .gallery_item_info {
  font-size: 1em;
  word-wrap: break-word;
}

.form_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.form_section__content {
  width: 36rem;
  margin: 3rem;
}
.form_section__content .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.form-input-field {
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem 0;
}

.form-input-field + .form-input-field {
  margin-left: 1rem;
}

.submit-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0.5rem 0;
}
.submit-row .submit-btn {
  padding: 0.5rem 2rem;
  background-color: #eee;
  margin: 0;
  border: none;
}

.nav-left {
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel--width {
  width: 70em;
}

.carousel_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  background-color: #888;
}

.custom_carousel_button {
  width: 10rem;
  height: 100%;
  background-color: #888;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.custom_carousel_button .custom_carousel_button__content {
  font-size: 5em;
}

.item__content {
  padding: 0 3rem;
  background-color: #ddd;
  width: 60rem;
  height: 30rem;
}

.carousel_item__title {
  padding-top: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.carousel_thumbnail_container {
  -ms-flex: 1;
      flex: 1;
}
.carousel_thumbnail_container .carousel_item_thumbnail {
  background-color: #000;
  width: 10rem;
  height: 10rem;
  margin: 1rem;
}

.carousel_card_info {
  margin: 2rem;
  -ms-flex: 2;
      flex: 2;
}

.carousel_item__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 6rem;
}
