:root {
  --color: white;
  --color-3: #030361;
  --color-4: #dfedfc;
  --color-2: #333;
  --white: white;
  --black: black;
}

h1 {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

li {
  margin-bottom: 15px;
  line-height: 1.5em;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero-section {
  background-color: var(--color);
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 18px 4px #0000001a;
}

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

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 3%;
  margin-right: 2%;
  display: flex;
}

.brand {
  width: 5%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.brand.w--current {
  width: 12%;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
}

.nav-link:hover {
  opacity: .52;
  color: var(--color-3);
}

.nav-link.phone {
  font-weight: 700;
}

.hero-image {
  width: 75%;
  height: 100%;
}

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

.hero-wrapper {
  z-index: 5;
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 37%;
  min-width: auto;
  max-width: none;
  min-height: 300px;
  max-height: 425px;
  padding: 3%;
  display: flex;
  position: absolute;
  inset: 30% auto 0% 5%;
}

.h3-hero {
  border-bottom: 1px solid var(--color);
  color: var(--color);
  letter-spacing: 2px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-right: 10px;
  font-size: 25px;
}

.button-container {
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  color: var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 1%;
  margin-right: 1%;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.button:hover {
  color: var(--color);
  background-color: #dfedfc00;
}

.button.dark {
  border-style: solid;
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
}

.button.dark:hover {
  border-style: solid;
  border-color: var(--color-3);
  color: var(--color-3);
  background-color: #03036100;
}

.test-section {
  background-color: var(--color-3);
  background-image: linear-gradient(163deg, var(--color-3) 30%, #dfedfc4d);
  padding-top: 5%;
  padding-bottom: 5%;
}

.test-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-center {
  text-align: center;
}

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

.sub-text {
  color: var(--color);
  text-align: center;
  font-size: 22px;
}

.test-image {
  max-width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.lasik-section {
  background-color: var(--color);
  padding-top: 5%;
  padding-bottom: 5%;
}

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

._45-image {
  background-color: var(--color-3);
  background-image: linear-gradient(144deg, #dfedfca3, var(--color-3) 70%);
  width: 45%;
  min-height: 300px;
  max-height: none;
  padding: 10px;
}

.lasik-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.how-section {
  background-image: url('../images/guy-smiling-at-work.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.how-wrapper {
  background-color: var(--color-3);
  background-image: linear-gradient(153deg, #dfedfc66, #fff0 64%);
  width: 52%;
  min-height: 20px;
  padding: 50px 75px 50px 50px;
}

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

.list-white {
  color: var(--color);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}

.list-white.dark {
  color: var(--color-2);
}

.work-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.work-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.doc-section {
  background-color: var(--color-3);
  background-image: linear-gradient(166deg, #fff0 46%, #dfedfc33);
  padding-top: 5%;
  padding-bottom: 10%;
}

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

.doc-image {
  background-color: var(--color-4);
  width: 30%;
  min-height: 300px;
  padding: 10px;
}

.doc-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.testimonial-wrapper {
  width: 85%;
  max-width: 1600px;
  min-height: 20px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-holder {
  justify-content: space-around;
  margin-top: 50px;
  display: flex;
}

.testimonial-div {
  background-color: var(--color-4);
  width: 48%;
  height: auto;
  min-height: 300px;
  padding: 10px;
}

.contact-section {
  padding-top: 5%;
  padding-bottom: 4%;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 85%;
  max-width: 1600px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-div {
  z-index: 5;
  width: 45%;
  position: absolute;
  inset: -22% 0% auto auto;
  box-shadow: 3px 3px 5px #0000001f;
}

.form-block {
  background-color: var(--color-3);
  padding: 0;
}

.form {
  background-color: var(--color);
  padding: 25px;
}

.field-lable {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}

.submit-button {
  background-color: var(--color-3);
  margin-top: 10px;
  padding: 15px 25px;
}

.location-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.location-holder {
  width: 100%;
  margin: 10px 0;
}

.address {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.h3-center {
  text-align: center;
}

.footer-text {
  width: auto;
  height: auto;
  min-height: auto;
  font-size: 14px;
  line-height: 1.65em;
}

.footer-div {
  text-align: right;
  width: 40%;
}

.footer-link {
  color: var(--color-3);
}

.footer-link:hover {
  color: var(--color-4);
  text-decoration: none;
}

.candidate-wrapper {
  justify-content: space-between;
  width: 85%;
  min-height: 20px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.candidate-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.lasik-calc-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.lasik-calc-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lasik-cal-h2 {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 2.2em;
    line-height: 1.1em;
  }

  h4 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .hero-section {
    height: 775px;
  }

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

  .brand {
    width: 8%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-image {
    width: 85%;
  }

  .hero-wrapper {
    width: 55%;
    min-height: auto;
    max-height: 400px;
    top: 25%;
    left: 3%;
  }

  .h3-hero {
    font-size: 22px;
  }

  .button-container {
    margin-top: 15px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .test-image {
    max-width: 650px;
  }

  .lasik-wrapper {
    width: 90%;
  }

  ._45-image {
    width: 48%;
    min-height: auto;
  }

  .lasik-content {
    width: 48%;
  }

  .how-section {
    background-position: 40% 30%;
  }

  .how-wrapper {
    width: 65%;
    min-height: auto;
    padding: 30px 50px 30px 30px;
  }

  .list-white {
    padding-left: 20px;
  }

  .work-wrapper, .doc-wrapper {
    width: 90%;
  }

  .testimonial-wrapper {
    width: 90%;
    min-height: auto;
    margin-top: 75px;
  }

  .testimonial-holder {
    margin-top: 30px;
  }

  .testimonial-div {
    min-height: 250px;
  }

  .contact-wrapper {
    width: 90%;
  }

  .form-div {
    width: 50%;
    top: -10%;
  }

  .form-block {
    margin-bottom: 0;
  }

  .form {
    padding: 20px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h3-center {
    font-size: 20px;
    line-height: 1.2em;
  }

  .footer-text {
    font-size: 12px;
  }

  .candidate-wrapper {
    width: 90%;
    min-height: auto;
    margin-top: 50px;
  }

  .menu-button {
    padding: 15px;
  }

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

  .nav-menu {
    background-color: var(--color);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 0;
    font-size: 2.5em;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .hero-section {
    height: 500px;
  }

  .brand {
    width: 12%;
    padding-left: 0;
  }

  .hero-image {
    width: 100%;
    height: 80%;
  }

  .image-cover.hero {
    object-position: 100% 100%;
  }

  .image-cover.clip {
    max-height: 450px;
  }

  .hero-wrapper {
    width: 100%;
    padding: 2% 3%;
    inset: auto auto 0% 0%;
  }

  .h3-hero {
    margin-bottom: 8px;
    padding-bottom: 5px;
  }

  .button-container {
    margin-top: 10px;
  }

  .button {
    padding: 12px 20px;
    font-size: 13px;
  }

  .test-wrapper {
    width: 90%;
  }

  .sub-text {
    font-size: 18px;
  }

  .test-image {
    max-width: 450px;
    margin-top: 15px;
  }

  .lasik-wrapper {
    flex-flow: column;
  }

  ._45-image {
    width: 100%;
  }

  .lasik-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .how-section {
    background-position: 30% 30%;
  }

  .how-wrapper {
    padding: 25px 35px 25px 25px;
  }

  .list-white.dark {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .work-wrapper {
    flex-flow: column;
  }

  .work-content {
    width: 100%;
    padding-bottom: 20px;
  }

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

  .doc-image {
    width: 100%;
    min-height: auto;
  }

  .doc-content {
    width: 100%;
    padding-top: 20px;
  }

  .testimonial-wrapper {
    margin-top: 50px;
  }

  .testimonial-div {
    min-height: 200px;
  }

  .contact-wrapper {
    width: 95%;
  }

  .form-div {
    width: 48%;
  }

  .form {
    padding: 15px;
  }

  .field-lable {
    font-size: 14px;
  }

  .submit-button {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1em;
  }

  .location-div {
    width: 50%;
  }

  .address {
    font-size: 15px;
  }

  .h3-center {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .candidate-wrapper {
    flex-flow: column;
  }

  .candidate-content {
    width: 100%;
    padding-top: 20px;
  }

  .lasik-calc-wrapper {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1em;
  }

  h2 {
    font-size: 1.45em;
  }

  p {
    font-size: 15px;
    line-height: 1.65em;
  }

  .hero-section {
    height: 600px;
  }

  .brand {
    width: 15%;
  }

  .brand.w--current {
    width: 18%;
  }

  .hero-image {
    margin-bottom: 22%;
  }

  .image-cover.clip {
    max-height: 300px;
  }

  .hero-wrapper {
    padding: 4% 4% 6%;
  }

  .h3-hero {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-size: 18px;
  }

  .test-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .test-wrapper {
    width: 95%;
  }

  .sub-text {
    font-size: 15px;
    line-height: 1.4em;
  }

  .test-image {
    max-width: 250px;
    margin-top: 10px;
  }

  .lasik-section {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lasik-wrapper {
    width: 92%;
  }

  ._45-image {
    padding: 7px;
  }

  ._45-image.guy {
    display: none;
  }

  .lasik-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .how-section {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .how-wrapper {
    width: 100%;
    padding: 8% 20px;
  }

  .work-section {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .work-content {
    padding-bottom: 30px;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 15px;
  }

  .testimonial-div {
    width: 100%;
    min-height: 150px;
    margin-bottom: 15px;
    padding: 7px;
  }

  .contact-section {
    background-image: linear-gradient(#dfedfc80, #dfedfc80);
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .form-div {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: static;
  }

  .location-div {
    width: 100%;
  }

  .footer-text {
    text-align: center;
  }

  .footer-div {
    width: 100%;
  }

  .candidate-wrapper {
    margin-top: 30px;
  }

  .candidate-content {
    padding-top: 0;
  }

  .lasik-cal-h2 {
    margin-bottom: 30px;
  }
}
