:root {
  --color-6: #000005;
  --color-3: #0154a5;
  --color-5: #2c97d6;
  --color-8: #5bc0de;
  --color: white;
  --color-7: #89c2e7;
  --color-4: #e8f4fb;
  --color-2: #333;
}

h2 {
  color: var(--color-6);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--color-6);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75em;
}

.hero {
  background-image: linear-gradient(184deg, #0000, #0000 30%, #00000380 68%, #000005c7 92%), url('../images/family-fun.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 8% 4% 4%;
  display: flex;
}

.hero-content-holder {
  border-top: 2px solid var(--color-8);
  border-right: 2px solid var(--color-8);
  border-left: 2px solid var(--color-8);
  flex-flow: column;
  align-items: center;
  width: 1400px;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.hero-middle-line {
  color: var(--color-8);
  margin-bottom: 7px;
  font-size: 1.8em;
  line-height: 1.2em;
}

.hero-large-line {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  min-width: 0;
  padding-bottom: 7px;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2em;
}

.button {
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-family: brandon-grotesque, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.button.rev {
  background-color: var(--color-8);
  color: var(--color-6);
}

.button.rev:hover {
  background-color: var(--color-7);
}

.image {
  width: 25px;
  margin-right: 10px;
}

.image.rev {
  filter: invert();
}

.navbar {
  background-color: var(--color);
  height: 70px;
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-2 {
  height: 60px;
}

.brand {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-right: 15px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-6);
  text-transform: uppercase;
  align-items: center;
  margin-right: 10px;
  padding: 10px 15px 10px 10px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-link-jm:hover {
  background-color: var(--color-8);
  color: var(--color-6);
}

.nav-link-jm.phone {
  border: 1px solid var(--color-5);
  background-color: var(--color-3);
  color: var(--color);
  font-family: brandon-grotesque, sans-serif;
  line-height: 1em;
  display: none;
}

.nav-link-jm.phone:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.nav-link-icon {
  filter: invert();
  width: 25px;
  margin-right: 10px;
}

.what-is-section {
  background-color: var(--color-4);
  justify-content: space-between;
  display: flex;
}

.what-left-div {
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2)), linear-gradient(to bottom, #25282abf, #25282abf), url('../images/661924bf4f6ba809c3d5b4c2_welcome-background-photo.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
}

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

.right-what-div {
  background-color: var(--color);
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding: 5% 2%;
  display: flex;
}

.testimonials {
  background-image: url('../images/kentucky-farm-landscape.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.testimonial-holder {
  background-color: #ffffffdb;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

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

.h3-center.blue {
  color: var(--color-3);
}

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

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

.slider {
  background-color: #ddd0;
  height: 275px;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.footer-div-48 {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.footer-div-48.locations {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-div-48.locations.top {
  flex-flow: wrap;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.location-div {
  background-color: var(--color-2);
  color: var(--color);
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  min-height: 0;
  margin: 5px;
  padding: 15px;
  display: flex;
}

.address-name {
  color: var(--color-8);
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.what-div {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-holder-hero {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: -25px;
  display: flex;
}

.paragraph {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.phone-white {
  width: 25px;
  margin-right: 10px;
}

.stacked-body-btns {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.location-section {
  background-color: var(--color);
  flex-flow: column;
  align-items: center;
  padding: 4% 0% 0%;
  display: flex;
}

.copyright-div {
  background-color: var(--color-7);
  text-align: center;
  width: 100%;
  margin-top: 50px;
  padding: 10px;
  line-height: 1em;
}

.bottom-left-line {
  background-color: var(--color-8);
  width: 450px;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-right-line {
  background-color: var(--color-8);
  width: 450px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.symptom-list-div {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.list-49 {
  flex-flow: column;
  width: 49%;
  display: flex;
}

.fancy-list-item {
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.3em;
  display: flex;
}

.image-20 {
  width: 25px;
  margin-right: 10px;
}

.white-text-holder {
  background-color: var(--color);
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.why-choose {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 0%;
  display: flex;
}

.why-div {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  margin: 5% 0;
  padding: 0 0 0 0%;
  display: flex;
  position: static;
  inset: 0% 50px 0% -28%;
}

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

.how-do-i-know-wrapper-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 4%;
  margin-right: 0%;
  display: flex;
}

.image-21 {
  width: 25px;
  margin-right: 10px;
}

.photo-48 {
  object-fit: cover;
  width: 52%;
  overflow: hidden;
}

.cost-section {
  background-color: var(--color-2);
  justify-content: space-between;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.cause-image {
  object-fit: cover;
  width: 50%;
  max-height: none;
  overflow: hidden;
}

.image-22 {
  width: 25px;
  margin-right: 10px;
}

.image-22.rev {
  filter: invert();
}

.cost-inner-text {
  border-left: 5px solid var(--color-7);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 3%;
  margin-right: 5%;
  padding: 25px 0 25px 50px;
  display: flex;
}

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

.cause-text {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.h3-light {
  color: var(--color-8);
}

.text-block {
  font-family: Open Sans, sans-serif;
}

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

  .hero {
    background-image: linear-gradient(195deg, #0000 1% 33%, #0000004f 48%, #0000008f 80%, #0000009e 101%), url('../images/family-fun.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 750px;
    padding-bottom: 8%;
  }

  .hero-content-holder {
    width: 700px;
  }

  .hero-middle-line {
    color: var(--color);
    font-size: 1.5em;
  }

  .hero-large-line {
    color: var(--color);
    padding-bottom: 7px;
    font-size: 2em;
    line-height: 1.1em;
  }

  .navbar {
    height: 60px;
    padding-left: 10px;
  }

  .image-2 {
    height: 50px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-menu {
    height: 60px;
  }

  .nav-link-jm {
    padding: 5px;
  }

  .nav-link-jm.phone {
    padding-right: 5px;
  }

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

  .what-is-section {
    flex-flow: column;
  }

  .what-left-div {
    width: 100%;
    padding-right: 5%;
  }

  .right-what-div {
    width: 100%;
    padding: 0%;
  }

  .testimonials {
    background-image: url('../images/kentucky-farm-landscape.jpg');
    background-position: 50%;
    background-attachment: scroll;
  }

  .testimonial-holder {
    width: 90%;
  }

  .slider {
    height: 300px;
  }

  .footer-div-48.locations {
    flex-direction: column;
  }

  .footer-div-48.locations.top {
    margin-top: 0;
  }

  .location-div {
    width: 100%;
  }

  .nav-button-text, .nav-button-text-2 {
    display: none;
  }

  .phone-white {
    margin-right: 0;
  }

  .bottom-left-line, .bottom-right-line {
    width: 160px;
  }

  .white-text-holder {
    width: 100%;
    min-width: 0%;
    max-height: 400px;
    display: none;
  }

  .why-choose {
    padding-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .why-div {
    width: 100%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0%;
    position: static;
  }

  .how-do-i-know-wrapper-div {
    flex-direction: column;
    margin-left: 0%;
  }

  .photo-48 {
    width: 100%;
    max-height: 400px;
    margin-bottom: 0;
  }

  .cost-section {
    flex-flow: column;
    padding-bottom: 5%;
  }

  .cause-image {
    width: 55%;
  }

  .cost-inner-text {
    margin-left: 3%;
    margin-right: 0%;
    padding-left: 25px;
    padding-right: 5%;
  }

  .cause-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
    padding-bottom: 4%;
  }

  .hero-content-holder {
    width: 520px;
    padding: 15px;
  }

  .hero-middle-line {
    margin-bottom: 0;
    font-size: 1.1em;
  }

  .hero-large-line {
    width: auto;
    min-width: 0;
    padding-bottom: 5px;
    font-size: 1.6em;
  }

  .navbar {
    height: 50px;
    padding-left: 10px;
  }

  .image-2 {
    height: 45px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .nav-menu {
    height: 50px;
  }

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

  .nav-link-jm.phone {
    font-size: .7em;
  }

  .nav-link-icon {
    width: 20px;
  }

  .what-is-section {
    flex-flow: column;
  }

  .what-left-div {
    width: 100%;
    padding-right: 5%;
  }

  .right-what-div {
    width: 100%;
    padding: 0%;
  }

  .button-holder-hero {
    display: none;
  }

  .phone-white {
    width: 20px;
  }

  .stacked-body-btns {
    display: none;
  }

  .bottom-right-line {
    width: 100%;
  }

  .white-text-holder {
    width: 100%;
    min-width: 0;
    display: none;
  }

  .why-choose {
    padding-top: 4%;
  }

  .why-div {
    padding: 0 0% 30px;
  }

  .cost-section {
    padding-top: 2%;
  }

  .cost-inner-text {
    padding-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.2em;
  }

  .hero {
    background-position: 0 0, 55% 0;
    height: 600px;
    padding-bottom: 6%;
  }

  .hero-content-holder {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .hero-middle-line {
    text-align: center;
    font-size: 1em;
  }

  .hero-large-line {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .button {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 15px;
    font-size: .75em;
  }

  .button.rev {
    padding-right: 10px;
    font-size: .7em;
  }

  .image {
    width: 20px;
  }

  .navbar {
    height: 50px;
  }

  .image-2 {
    height: 40px;
  }

  .nav-menu {
    height: 50px;
    margin-right: 0;
  }

  .nav-link-jm {
    margin-right: 5px;
    padding: 5px;
  }

  .nav-link-jm.phone {
    padding: 5px;
    display: none;
  }

  .nav-link-icon {
    width: 20px;
  }

  .what-left-div {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .testimonial-holder {
    padding: 25px;
  }

  .slider {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .p-center {
    font-size: 18px;
  }

  .footer-div-48.locations.top {
    margin-bottom: 0;
  }

  .location-div {
    flex-direction: column;
  }

  .phone-white {
    width: 20px;
  }

  .location-section {
    padding-bottom: 0%;
  }

  .copyright-div {
    font-size: 16px;
  }

  .why-choose {
    padding-top: 5%;
  }

  .why-div {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-21 {
    width: 20px;
  }

  .cost-section {
    padding-top: 0%;
  }

  .cause-image {
    width: 100%;
  }

  .image-22 {
    width: 20px;
  }

  .cost-inner-text {
    padding-right: 5%;
  }

  .cause-text {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}


