:root {
  --white: white;
  --goldenrod: #efb72a;
  --black: #333;
  --light-blue: #b3d4fc;
  --blue: #1d6db3;
}

h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  width: auto;
  min-width: 75%;
  border-bottom: 1px solid var(--goldenrod);
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

em {
  color: var(--black);
  font-style: italic;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
}

.hero {
  height: 100vh;
  color: var(--white);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0)), url('../images/couple-on-bike-ride.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 75px;
  display: flex;
}

.hero-text-wrapper {
  width: 90%;
  max-width: none;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-sub-text {
  width: auto;
  min-width: 75%;
  border-bottom: 1px solid var(--goldenrod);
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 2em;
}

.button-no-arrow {
  background-color: var(--goldenrod);
  color: #333;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-no-arrow:hover {
  background-color: var(--light-blue);
}

.button-no-arrow.marg {
  white-space: nowrap;
  margin-right: 1%;
}

.navbar {
  background-color: var(--white);
  padding: .5% 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

.brand {
  width: 300px;
  padding-left: 10px;
}

.nav-link {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 1.2em;
}

.nav-link:hover {
  color: var(--light-blue);
}

.nav-menu {
  padding-top: 0;
}

.blue-bg-blue {
  width: 50%;
  background-color: var(--light-blue);
  padding: 0;
  display: flex;
  position: relative;
}

.photo-50 {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-text-holder {
  width: 100%;
  height: auto;
  background-color: var(--white);
  align-items: stretch;
  padding: 50px 0 50px 50px;
  display: flex;
  position: static;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 0%;
}

.text-holder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.more-info-wrapper {
  width: 92%;
  min-height: 600px;
  justify-content: space-between;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-photo-48 {
  width: 48%;
  object-fit: cover;
  overflow: hidden;
}

.text-48 {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-4 {
  width: auto;
  height: 35px;
  margin-right: 15px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.locations-div {
  width: 38%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.image-6 {
  width: 250px;
}

.text-span-2 {
  color: #1d6db3;
  text-transform: uppercase;
  font-size: 1.5em;
}

.contact-div {
  width: 58%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile-buttons-div {
  align-items: center;
  display: none;
}

.button-holder-hero {
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.more-marg {
  margin-bottom: 30px;
}

.conditions-section {
  min-height: 65vh;
  background-image: url('../images/technology-eye.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 2% 100px 5%;
  display: flex;
}

.eye-exam-includes-section {
  max-height: none;
  min-height: 0;
  justify-content: space-between;
  padding: 75px;
  display: flex;
}

.conditions-wrapper-div {
  width: 50%;
}

.intro-section {
  padding-top: 100px;
  padding-bottom: 15px;
}

.nav-logo {
  max-height: 70px;
}

.list-item-holder {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.8em;
  }

  .hero {
    height: 800px;
  }

  .hero-sub-text {
    padding-bottom: 10px;
    font-size: 1em;
  }

  .nav-menu {
    background-color: var(--white);
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .blue-bg-blue {
    width: 100%;
    padding: 0;
  }

  .photo-50 {
    width: 100%;
    display: block;
  }

  .white-text-holder {
    width: auto;
    padding: 30px 0 0;
    position: static;
  }

  .more-info-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .left-photo-48 {
    width: 100%;
    max-height: 400px;
  }

  .text-48 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 25px;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .locations-div, .contact-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--goldenrod);
  }

  .conditions-section {
    min-height: 0;
    background-image: linear-gradient(#dddbdb, #dddbdb), url('../images/close-up-blue-eye.jpg');
    background-position: 0 0, 20% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 5%;
  }

  .eye-exam-includes-section {
    max-height: none;
    min-height: 0;
    flex-direction: column;
    padding: 50px;
  }

  .conditions-wrapper-div {
    width: 100%;
  }

  .intro-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .heading-7 {
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  .hero {
    height: 500px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hero-text-wrapper {
    width: 95%;
  }

  .hero-sub-text {
    letter-spacing: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-no-arrow {
    text-align: center;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-text-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left-photo-48 {
    max-height: 350px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .mobile-buttons-div {
    z-index: 1000;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-holder-hero {
    display: none;
  }

  .heading-3 {
    font-size: 2em;
  }

  .conditions-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .eye-exam-includes-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav-logo {
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.8em;
  }

  h4 {
    font-size: 20px;
  }

  .hero {
    height: 600px;
    background-position: 0 0, 45% 20%;
  }

  .hero-sub-text {
    letter-spacing: 0;
    line-height: 1.4em;
  }

  .button-no-arrow {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    width: 250px;
  }

  .blue-bg-blue {
    padding: 10px;
  }

  .white-text-holder {
    padding: 20px;
  }

  .text-span-2 {
    font-size: 1.1em;
  }

  .menu-button {
    padding-top: 5px;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .conditions-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .eye-exam-includes-section {
    padding: 0;
  }

  .intro-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}


