.geo-head {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f2dcb8;
}

.logo-link-block {
  display: block;
  width: 60%;
  max-width: 275px;
  margin-right: auto;
  margin-left: auto;
}

.geo-nav {
  background-color: transparent;
}

.geo-nav-container {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.geo-nav-menu {
  width: 100%;
}

.image {
  margin-bottom: 0px;
}

.geo-nav-link {
  -webkit-transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.geo-nav-link:hover {
  color: #c2b59b;
  text-decoration: underline;
}

.body {
  font-family: mr-eaves-modern, sans-serif;
  color: #010101;
  font-weight: 300;
}

.hero-sec {
  position: relative;
  display: none;
  margin-top: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url('../images/distillery.svg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url('../images/distillery.svg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.hero-left {
  padding-right: 20px;
  padding-left: 20px;
}

.hero-tag {
  display: block;
  width: 80%;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.hero-tag-text {
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.about-sec {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f2dbb7;
}

.about-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-col-text {
  width: 65%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0px 20px;
}

.about-col-image {
  width: 35%;
  margin-top: -25px;
  margin-bottom: -25px;
  padding: 0px 20px;
}

.benz-story {
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 150%;
}

.product-sec {
  padding-top: 0px;
  padding-bottom: 60px;
}

.product-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottle-img {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.product-col-left {
  padding-right: 0px;
  padding-left: 0px;
}

.product-col-right {
  padding: 20px 40px;
}

.geo-prod-title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.second-title {
  font-size: 28px;
  font-weight: 300;
}

.geo-price {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.button {
  padding: 10px 20px;
  border: 2px solid #f2dbb7;
  background-color: #f2dbb7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #010101;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.geo-specs {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.geo-product-description {
  margin-bottom: 0px;
  padding-top: 20px;
  font-size: 23px;
  line-height: 150%;
}

.geo-footer {
  position: relative;
  padding-top: 40px;
  background-color: transparent;
}

.geo-photo {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: none;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}

.geo-footer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.geo-footer-creds {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: none;
}

.geo-footer-link {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  transition: all 200ms cubic-bezier(.47, 0, .745, .715);
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
}

.geo-footer-link:hover {
  color: #c2b59b;
  text-decoration: underline;
}

.geo-footer-left {
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.geo-footer-right {
  padding: 20px 75px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.geo-footer-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-2 {
  width: 150px;
}

.geo-footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.geo-footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.geo-cred-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slice-of-color {
  background-color: #f2dcb8;
}

.slice-of-color.white {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.slice-of-color.bottom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.slice-of-color.top {
  background-color: transparent;
}

.header-sec {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.header-sec.beige {
  background-color: #f2dcb8;
}

.heading {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 75%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.building {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -5%;
  width: 40%;
}

.portraits {
  position: absolute;
  left: 0%;
  top: -5%;
  right: auto;
  bottom: auto;
  width: 35%;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.chevron-down {
  background-color: #f2dcb8;
}

.chevron-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
}

.image-5 {
  display: block;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
}

@media screen and (max-width: 991px) {
  .geo-nav-menu {
    background-color: #f2dcb8;
  }

  .geo-nav-link {
    text-align: center;
  }

  .hero-sec {
    margin-top: 0px;
  }

  .about-sec {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .about-cols {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-col-text {
    width: 100%;
  }

  .about-col-image {
    display: none;
  }

  .benz-story {
    position: relative;
  }

  .header-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading {
    position: relative;
    margin-bottom: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #f2dcb8;
  }
}

@media screen and (max-width: 767px) {
  .hero-sec {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .about-sec {
    padding: 120px 0px 60px;
    background-image: linear-gradient(183deg, #f2dbb7 95%, #fff 0);
  }

  .about-cols {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-col-text {
    width: 100%;
  }

  .about-col-image {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }

  .benz-story {
    text-align: center;
  }

  .product-sec {
    background-image: none;
  }

  .product-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottle-img {
    max-width: 150px;
  }

  .product-col-right {
    text-align: center;
  }

  .geo-prod-title {
    font-size: 30px;
    text-align: center;
  }

  .geo-price {
    text-align: center;
  }

  .geo-specs {
    text-align: center;
  }

  .geo-footer {
    padding-top: 20px;
  }

  .geo-photo {
    width: 50%;
    max-width: 250px;
  }

  .geo-footer-link {
    display: block;
    margin-bottom: 10px;
  }

  .geo-footer-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .building {
    width: 40%;
  }

  .portraits {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .geo-head {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-tag-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
  }

  .about-sec {
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: linear-gradient(183deg, #f2dbb7 95%, #fff 0);
  }

  .about-cols {
    width: 100%;
  }

  .about-col-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .bottle-img {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .product-col-right {
    padding-right: 10px;
    padding-left: 10px;
  }

  .geo-photo {
    width: 75%;
  }

  .building {
    bottom: 0%;
    width: 55%;
  }

  .portraits {
    width: 60%;
  }

  .chevron-down {
    position: relative;
    height: 20px;
  }

  .image-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
