:root {
  --dodger-blue: #159ad6;
  --white: white;
  --dark-orange: #f58a04;
  --deep-sky-blue-2: #299fd9;
  --midnight-blue: #082679;
  --dim-grey: #4d4f61;
  --black: #333;
  --deep-sky-blue: #55adc8;
  --sky-blue: #7fcded;
}

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

.brand {
  width: 350px;
}

.navbar {
  min-height: 75px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 14px rgba(0, 0, 0, .14);
}

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

.nav-link {
  text-transform: uppercase;
}

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

.nav-link.refer {
  background-color: var(--dark-orange);
  color: var(--white);
  margin-right: 10px;
}

.nav-link.refer:hover {
  background-color: var(--deep-sky-blue-2);
}

.nav-link.login {
  background-color: var(--dodger-blue);
  color: var(--white);
  margin-right: 15px;
}

.nav-link.login:hover {
  background-color: var(--dark-orange);
}

.hero-section {
  height: 95vh;
  background-color: #6e6e6e;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .24), rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: flex-end;
  padding: 100px 100px 5%;
  display: flex;
  position: relative;
}

.hero-wrapper-div {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h2-hero {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  font-family:Montserrat,sans-serif;
}

.button-div {
  justify-content: center;
  display: flex;
}

.button {
  min-width: 300px;
  background-color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
}

.button:hover {
  background-color: var(--midnight-blue);
}

.button.middle {
  margin-left: 15px;
  margin-right: 15px;
}

.button.hover-white:hover {
  background-color: #e7bb6b;
  color: #fff;
}

.intro-section {
  min-height: 65vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #5d6569, #3f3c38);
  padding: 150px 100px;
}

.intro-wrapper-div {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.h2.dark {
  color: var(--black);
}

.par {
  margin-bottom: 20px;
}

.par.white-center {
  color: var(--white);
  text-align: center;
}

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

._50-50-section {
  min-height: 55vh;
  display: flex;
}

.left-white-overlay-div {
  width: 50%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-purple-div {
  width: 50%;
  background-color: #201c17;
  background-image: radial-gradient(circle at 50% 0, #473e32, #000) !important;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
}
a.right-purple-div:hover h3, a.left-white-overlay-div:hover h3{
  color:#e7bb6b !important;
}

.image {
  width: 100%;
  height: 100%;
  opacity: .22;
  object-fit: cover;
  position: absolute;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

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

.parallax {
  min-height: 45vh;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/city-scape.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.values-section {
  padding: 100px;
}

.values-wrapper-div {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-section {
  background-color: var(--dim-grey);
  padding: 100px;
}

.map-section {
  min-height: 45vh;
  background-image: url('../images/map-placeholder-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.location-section {
  padding: 100px 50px;
}

.location-wrapper-div {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h4 {
  color: var(--dim-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.practice-phone {
  color: var(--dim-grey);
  padding: 15px 30px;
  font-size: 1.5em;
  line-height: 1.2em;
  text-decoration: none;
}

.practice-phone:hover {
  background-color: var(--deep-sky-blue-2);
  color: var(--white);
}

.doc-photo {
  height: 90vh;
  min-height: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .68), rgba(0, 0, 0, .17) 39%, rgba(0, 0, 0, 0) 90%), url('../images/hero-image.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.locations-holder {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
}

.location {
  width: 250px;
  margin: 10px;
}

.mobile-hero-div {
  display: none;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 125px;
  }

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

  .nav-link.refer {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .nav-link.login {
    margin-right: 0;
  }

  .hero-section {
    height: 800px;
    align-items: flex-start;
    padding: 25% 50px 100px;
  }

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

  .h2-hero {
    font-size: 3em;
  }

  .button-div {
    width: 75%;
    flex-direction: column;
  }

  .button.middle {
    margin: 10px 0;
  }

  .intro-section {
    min-height: 0;
    padding: 100px 50px;
  }

  .h2 {
    font-size: 3em;
  }

  ._50-50-section {
    min-height: 35vh;
  }

  .left-white-overlay-div, .right-purple-div {
    padding: 15px;
  }

  .h3 {
    text-align: center;
    font-size: 2em;
  }

  .parallax {
    min-height: 35vh;
  }

  .values-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .values-wrapper-div {
    max-width: 1600px;
  }

  .instructions-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .map-section {
    min-height: 35vh;
  }

  .location-section {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .doc-photo {
    background-image: url('../images/group-docs.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 120%;
  }

  .locations-holder {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .hero-section {
    height: 500px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-div {
    width: 100%;
    background-color: var(--midnight-blue);
    padding-top: 10px;
  }

  .h2-hero {
    margin-bottom: 10px;
  }

  .button-div {
    width: 100%;
  }

  .button.middle {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-section {
    padding: 50px 20px;
  }

  .h2 {
    margin-bottom: 20px;
  }

  ._50-50-section {
    min-height: 25vh;
  }

  .left-white-overlay-div, .right-purple-div {
    padding: 10px;
  }

  .h3 {
    font-size: 1.5em;
  }

  .parallax {
    min-height: 20vh;
    display: none;
  }

  .values-section, .instructions-section {
    padding: 50px 20px;
  }

  .map-section {
    min-height: 25vh;
  }

  .location-section {
    padding: 50px 20px;
  }

  .mobile-hero-div {
    z-index: 5;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .image-2 {
    max-width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 65%;
    min-width: 0;
  }

  .navbar {
    min-height: 0;
  }

  .hero-section {
    height: 600px;
    background-size: cover;
  }

  .h2-hero, .h2 {
    font-size: 2em;
  }

  ._50-50-section {
    flex-direction: column;
  }

  .left-white-overlay-div, .right-purple-div {
    width: 100%;
    min-height: 250px;
  }

  .h4 {
    font-size: 1.5em;
  }

  .practice-phone {
    font-size: 1.25em;
  }

  .image-2 {
    max-width: 132%;
  }
}


