:root {
  --white: white;
  --blue: #1a7abc;
  --black: #333;
  --blue-light: #1a7abc;
}

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%;
  color: var(--blue);
  text-align: left;
  border-bottom: 1px #d09b2c;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.hero {
  height: 100vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .49), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), url('../images/Woman-at-Computer.jpg');
  background-position: 0 0, 50% 0;
  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;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-sub-text {
  width: auto;
  min-width: 80%;
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  border-bottom: 1px #17a2b8;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.7em;
}

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

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

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

.button-no-arrow.marg {
  background-color: var(--blue);
  margin-right: 15px;
}

.button-no-arrow.marg:hover {
  background-color: var(--black);
}

.button-no-arrow.space {
  margin-bottom: 10px;
}

.navbar {
  background-color: var(--white);
  padding-top: 0%;
  padding-bottom: 0%;
  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;
}

.brand.w--current {
  width: auto;
  max-width: 275px;
  padding-top: .5%;
  padding-bottom: .5%;
}

.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(--blue);
}

.nav-menu {
  padding-top: .5%;
}

.self-test-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.self-test-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-set-text {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.how-wroks-section {
  max-height: 900px;
  min-height: 90vh;
  justify-content: space-between;
  display: flex;
}

.blue-bg-blue {
  width: 50%;
  background-color: var(--blue);
  padding: 50px;
  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: 135%;
  height: auto;
  background-color: var(--white);
  align-items: stretch;
  padding: 35px;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 0%;
}

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

.lasik-more-info-section {
  padding-top: 100px;
  padding-bottom: 15px;
}

.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;
  object-position: 40% 50%;
}

.list {
  margin-bottom: 20px;
}

.why-trust-section {
  min-height: 65vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/virginia-landscape.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.why-trust-wrapper-div {
  width: 90%;
  max-width: 1600px;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-white, .par-white {
  color: var(--white);
}

.why-choose-section {
  height: auto;
  min-height: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-light), var(--blue));
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.why-image-holder {
  width: 50%;
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.why-text-holder {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 5%;
  display: flex;
}

.fancy-list-item {
  color: var(--white);
  align-items: center;
  margin-bottom: 15px;
  margin-left: 25px;
  display: flex;
}

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

.image-5 {
  height: auto;
  max-height: 650px;
  object-fit: contain;
}

.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: var(--blue);
  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 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.h2-center {
  color: var(--blue);
  text-align: center;
}

.slide-content {
  height: 90%;
  padding-top: 15px;
}

.slider {
  min-height: 350px;
  background-color: rgba(0, 0, 0, 0);
}

.image-52 {
  width: 125px;
  margin-bottom: 15px;
}

.testimonial-wrapper {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-text {
  color: var(--black);
  font-style: italic;
  font-weight: 300;
}

.name {
  color: var(--black);
}

.slide-nav {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  top: auto;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.image-51 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}

.image-50 {
  width: 50%;
  min-height: 300px;
  object-fit: cover;
}

.testimonial-div {
  width: 50%;
  background-color: var(--white);
  background-image: radial-gradient(circle, rgba(43, 173, 170, .05) 10%, rgba(26, 122, 188, .5));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 75px;
  display: flex;
}

.testimonial-section {
  padding-top: 0;
  padding-bottom: 0;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.doc-section {
  background-color: var(--blue);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 255, 255, .4), var(--blue));
  padding-top: 100px;
  padding-bottom: 100px;
}

.doc-wrapper {
  width: 90%;
  max-width: 1600px;
  min-height: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-image {
  width: 20%;
  min-height: 250px;
  object-fit: cover;
}

.doc-text {
  width: 75%;
}

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

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

  h2 {
    font-size: 2.5em;
  }

  h3 {
    margin-bottom: 10px;
  }

  .hero {
    height: 800px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 15%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0)), url('../images/Woman-at-Computer.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .hero-sub-text {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1em;
  }

  .button-no-arrow {
    font-size: 16px;
  }

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

  .brand {
    width: auto;
    max-width: 275px;
    padding-top: .5%;
    padding-bottom: .5%;
  }

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

  .how-wroks-section {
    max-height: none;
    min-height: 0;
  }

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

  .photo-50 {
    display: none;
  }

  .white-text-holder {
    width: auto;
    position: static;
  }

  .lasik-more-info-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

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

  .left-photo-48 {
    width: 100%;
  }

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

  .list {
    padding-left: 30px;
  }

  .why-trust-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-trust-wrapper-div {
    flex-direction: column;
  }

  .why-choose-section {
    min-height: 75vh;
    position: relative;
  }

  .why-image-holder {
    width: 100%;
    justify-content: flex-end;
    padding-right: 1%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .why-text-holder {
    z-index: 10;
    width: auto;
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 0%;
    position: relative;
  }

  .fancy-list-item {
    margin-left: 0;
  }

  .image-5 {
    max-height: 400px;
  }

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

  .locations-div {
    width: 100%;
  }

  .image-6 {
    width: 200px;
  }

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

  .contact-div {
    width: 100%;
  }

  .menu-button {
    padding: 10px;
  }

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

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

  .heading-3 {
    margin-bottom: 15px;
  }

  .more-marg {
    min-width: 60%;
    font-size: 2em;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .image-50 {
    width: 100%;
  }

  .testimonial-div {
    width: 100%;
    padding: 50px;
  }

  .list-holder {
    width: 70%;
  }

  .doc-wrapper {
    flex-direction: column;
  }

  .doc-image {
    width: 45%;
    min-height: auto;
    margin-bottom: 25px;
  }

  .doc-text {
    width: 100%;
  }
}

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

  h3 {
    font-size: 1.2em;
    line-height: 1.1em;
  }

  p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
  }

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

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

  .hero-sub-text {
    letter-spacing: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
  }

  .button-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-no-arrow {
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
  }

  .button-no-arrow.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brand {
    max-width: 250px;
  }

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

  .large-set-text {
    text-align: center;
    font-size: 1.3em;
  }

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

  .lasik-more-info-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list {
    margin-bottom: 15px;
  }

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

  .why-choose-section {
    min-height: 0;
  }

  .why-image-holder {
    display: none;
  }

  .why-text-holder {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 5%;
  }

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

  .locations-div {
    margin-bottom: 10px;
  }

  .image-6 {
    width: 150px;
  }

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

  .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;
  }

  .more-marg {
    margin-bottom: 20px;
    font-size: 1.9em;
  }

  .slider {
    min-height: 300px;
  }

  .testimonial-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .list-holder {
    width: 100%;
  }

  .image-54 {
    max-height: 60px;
  }

  .list-item, .text-block {
    font-size: 16px;
  }

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

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

  h3 {
    margin-bottom: 5px;
    font-size: .8em;
  }

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

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

  .hero-sub-text {
    color: var(--white);
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
  }

  .button-no-arrow {
    padding: 10px 15px;
    font-size: 14px;
  }

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

  .brand.w--current {
    width: auto;
    max-width: 200px;
  }

  .large-set-text {
    color: var(--black);
    margin-bottom: 15px;
    font-size: .8em;
    line-height: 1.5em;
  }

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

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

  .fancy-list-item {
    align-items: flex-start;
  }

  .image-4 {
    height: 15px;
    margin-right: 10px;
  }

  .brand-2 {
    margin-bottom: 15px;
  }

  .image-6 {
    width: 125px;
  }

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

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

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

  .more-marg {
    font-size: 1.4em;
  }

  .slide-content {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slider {
    min-height: 350px;
  }

  .image-50 {
    min-height: auto;
  }

  .testimonial-div {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-54 {
    max-height: 50px;
  }

  .text-block {
    line-height: 1.5em;
  }

  .doc-image {
    width: 70%;
    margin-bottom: 20px;
  }
}


