/**
 * @file
 * Subtheme specific CSS.
 */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  background-color: #FFF;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#main-wrapper {
  background-image: url("../images/greyzz.png");
  background-repeat: repeat;
  background-position: center center;
}

#navbar-main {
  padding-left: 15px;
  padding-right: 15px;
}

#navbar-main .navbar-brand img {
  max-height: 90px;	
}

h1.title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8A7044;
  text-align: center;
}

.btn-primary {
  transition: 0.3s ease-in-out;
}

/** Social Media Icons **/
#block-social-media-icons .content {
  margin-top: 0;
  margin-bottom: 0;
}
#block-social-media-icons p {
  padding-top: 15px;
}
#block-social-media-icons p a {
  font-size: 24px;
  color: #8A7044;
  margin-left: 5px;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#block-social-media-icons p a:hover {
  color: #B2D235;
}

#block-make-an-appointment,
#block-clinic-info,
#block-contact-us {
  margin: 100px auto 0;
  padding-top: 100px;
}

#block-hmos {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #8A7044;
  border-bottom: 1px solid #8A7044;
}
#block-hmos #views-bootstrap-hmos-block-1 .views-field-field-hmo-image .field-content img {
  display: block;
  margin: 0 auto;
  max-width: 300px;	
  max-height: 100px
}

#block-make-an-appointment h2,
#block-clinic-info h2,
#block-contact-us h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8A7044;
  text-align: center;
}
#block-make-an-appointment .form-type-textfield label,
#block-make-an-appointment .form-type-email label,
#block-make-an-appointment .webform-type-webform-telephone legend,
#block-make-an-appointment .form-item-hmo-card label,
#block-make-an-appointment .form-item-preferred-date-and-time-of-visit label,
#block-contact-us .form-type-textfield label,
#block-contact-us .form-type-email label,
#block-contact-us .webform-type-webform-telephone legend,
#block-contact-us .form-type-textarea label {
  font-size: 1.071em;
  margin-bottom: 7px;
}

#block-make-an-appointment .captcha-type-challenge--recaptcha,
#block-contact-us .captcha-type-challenge--recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}