/* Global styles */
* {
  font-family: 'Exo 2', sans-serif;
  box-sizing: border-box;
}

#aboutLanding,
#servicesLanding,
#faqLanding,
#contactLanding {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
}

.anchor {
  position: relative;
}

body {
  color: #18468e;
}

#content {
  width: 100%;
}

/* Section Styles */

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 10px 40px 10px;
}

#top,
#about,
#services,
#faq,
#contact {
  width: 100%;
  padding-top: 10px;
}

#thankyou {
  display: block;
}

#top,
#services,
#contact {
  background-color: #18468e;
  color: #fff;
}

/* Navbar */
/* Style the top navigation */
.nav {
  background-color: #fff;
  overflow: hidden;
  z-index: 150;
  position: fixed;
  width: 100%;
  border-bottom: 2px solid #18468e;
  padding-top: 15px;
  top: 0;
  left: 0;
}

/* Style the links inside the navigation bar */
.nav-links a,
.nav-links span {
  float: left;
  display: block;
  color: #f68e2e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.nav-links a:hover {
  color: #18468e;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #fff;
  color: #18468e;
}

/* Hide the link that should open and close the topnav on small screens */
.nav-links .icon {
  display: none;
}

.nav-left {
  float: left;
  display: inline-flex;
}

.nav-right {
  float: right;
  display: block;
  padding-right: 20px;
}

a#menuButton {
  padding-top: 15px;
}

a.button#heroButton {
  margin: 0 auto;
  display: block;
  width: 80%;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
}

/* Media Queries */

@media screen and (max-width: 450px) {
  .titleName {
    font-size: 2rem;
    margin: 10px 0px;
    padding-left: 20px;
    color: #18468e;
  }

  .nav a:not(:first-child) {
    display: none;
  }

  .nav a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .nav-right {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
  }

  #navMenu span {
    height: 100%;
  }
  
  .active {
    background-color: #000;
  }

  section#top {
    padding-top: 120px;
  }

  .sectionContent {
    width: 100%;
    display: block;
  }

  .sectionContent#description {
    width: 100%;
  }

  .sectionContent#treatments {
    width: 100%;
  }

  .nav-links.responsive a.icon {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .nav-links.responsive a,
  .nav-links.responsive span {
    float: none;
    display: block;
    text-align: left;
    height: 55px;
  }

  body a#navButton {
    display: none;
  }

  .locationContent {
    display: block;
  }

  .locationList {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    padding-top: 25px;
  }

  .locationItem {
    width: 100%;
    max-width: 450px;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    width: 100%;
    padding-top: 20px;
    text-align: right;
    line-height: 1.1rem;
  }

  .contactInfo {
    text-align: right;
  }

  h1 {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
    margin-bottom: 0px;
  }

  p,
  a,
  li,
  input {
    font-size: 0.9rem;
  }

  #aboutLanding,
  #servicesLanding,
  #faqLanding,
  #contactLanding {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
  }
}

@media screen and (min-width: 451px) and (max-width: 900px) {
  .titleName {
    font-size: 2.5rem;
    margin: 10px 0px;
    padding-left: 20px;
  }

  .nav a:not(:first-child) {
    display: none;
  }

  .nav a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .nav-right {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
  }

  #navMenu span {
    height: 100%;
  }

  .active {
    background-color: #000;
  }

  section#top {
    padding-top: 120px;
  }

  .sectionContent {
    width: 100%;
    display: block;
  }

  .sectionContent#description {
    width: 100%;
  }

  .sectionContent#treatments {
    width: 100%;
  }

  .nav-links.responsive a.icon {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .nav-links.responsive a,
  .nav-links.responsive span {
    float: none;
    display: block;
    text-align: center;
    height: 55px;
  }

  body a#navButton {
    display: none;
  }

  .aboutContent {
    display: block;
  }

  .aboutBio {
    width: 100%;
  }

  .aboutHeadshot {
    margin: auto auto;
  }

  .about img {
    margin-top: 50px;
  }

  .locationContent {
    display: block;
  }

  .locationList {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 25px;
    padding-top: 25px;
  }

  .locationItem {
    width: 80%;
    max-width: 450px;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    width: 100%;
    padding-top: 20px;
    text-align: right;
    line-height: 1.2rem;
  }

  .contactInfo {
    text-align: right;
  }

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }

  p,
  a,
  li,
  input {
    font-size: 1rem;
  }

  #aboutLanding,
  #servicesLanding,
  #faqLanding,
  #contactLanding {
    padding-top: 90px;
    margin-top: -90px;
    display: block;
  }
}

@media screen and (min-width: 901px) {
  .titleName {
    font-size: 3rem;
    margin: 10px 0px;
    padding-left: 20px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  h5 {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }

  p,
  a,
  li,
  input {
    font-size: 1.1rem;
  }

  .nav-links span {
    display: none;
  }

  .nav-links a {
    float: left;
  }

  a#menuButton {
    display: none;
  }

  section#top {
    padding-top: 120px;
  }

  .sectionContent {
    display: inline-flex;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .description {
    width: 50%;
    padding-right: 40px;
    border-right: solid 1px;
  }

  .treatments {
    width: 50%;
    padding-left: 40px;
  }

  .aboutContent {
    display: flex;
  }

  .aboutBio {
    width: 60%;
    float: left;
  }

  .aboutHeadshot {
    width: 40%;
    float: right;
    margin: auto auto;
  }

  .locationContent {
    display: block;
  }

  .locationList {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 50px;
    padding-top: 25px;
  }

  .locationItem {
    width: 100%;
    max-width: 450px;
    display: grid;
    grid-auto-flow: row;
    justify-content: center;
  }

  .contact-left {
    width: 60%;
    padding-right: 20px;
  }

  .contact-right {
    width: 40%;
    padding-left: 20px;
    text-align: right;
    line-height: 1.2rem;
  }

  #aboutLanding,
  #servicesLanding,
  #faqLanding,
  #contactLanding {
    padding-top: 120px;
    margin-top: -120px;
    display: block;
  }
}

footer p,
footer a {
  font-size: 0.8rem;
  text-align: right;
  color: #18468e;
}

/* Style classes */
.centered {
  text-align: center;
}

.align-right {
  float: right;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.highlight {
  color: #f68e2e;
  font-weight: bold;
}

/* Element Styles */

hr.white {
  border: 0;
  height: 3px;
  background: #f68e2e;
  background-image: linear-gradient(to right, #f68e2e, #f68e2e, #f68e2e, #fff);
}

hr.blue {
  border: 0;
  height: 3px;
  background: #f68e2e;
  background-image: linear-gradient(
    to right,
    #f68e2e,
    #f68e2e,
    #f68e2e,
    #18468e
  );
}

img.titleLogo {
  width: 75px;
  height: 75px;
}

a.button {
  color: #fff;
  background-color: #f68e2e;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  padding: 5px 15px;
  display: inline-block;
  margin: 0px 5px 15px 0px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  position: relative;
  box-shadow: 0 6px #18468e;
}

a.button:hover {
  box-shadow: 0 4px #18468e;
  top: 2px;
}

a.button:active {
  box-shadow: 0 0 #18468e;
  top: 6px;
}

a.button#navButton {
  float: right;
}

a.button#mainButton {
  width: 100%;
  margin-top: 15px;
}

input#name,
input#email,
input#subject {
  width: 100%;
  font-size: 1rem;
}
textarea#message {
  width: 100%;
  height: 300px;
  overflow: scroll;
  font-size: 1rem;
}

.recaptcha-wrap {
  display: flex;
}

.g-recaptcha {
  width: auto;
  margin: 20px auto 0;
}

button.submit {
  color: #fff;
  background-color: #f68e2e;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  padding: 5px 15px 5px 30px;
  display: inline-block;
  margin: 0px 5px 15px 0px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  box-shadow: 0 6px #18468e;
  width: 100%;
  font-size: 1rem;
}

a.plainLink {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

section#top img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  border: 3px solid #fff;
  margin: 20px 0px;
}

section#top h4 {
  margin-top: 0px;
}

section#about img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 50%;
  margin: 20px 20px 10px 20px;
}

section#about img.locationImage {
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height:270px;
  margin: 0 auto;
  border-radius: 33px;
  object-fit: cover;
}

section#contact img.map {
  width: 100%;
  height: auto;
}

section#contact i {
  vertical-align: middle;
  font-size: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
}

section#contact a {
  text-decoration: none;
  color: #fff;
}

footer .wrapper {
  padding-bottom: 10px;
}

section#faq h4,
section#services h3 {
  margin-bottom: 0px;
}

section#faq p,
section#services p {
  margin-top: 0px;
  padding-bottom: 10px;
}
