:root {
  --color-6: #c88b32;
  --color: white;
  --color-2: #44494d;
  --color-5: #6e4b15;
  --color-3: #333;
  --color-9: #fdeab8;
  --color-4: #3b2a16;
  --color-7: #f6c482;
  --color-8: #fad87f;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

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

h3 {
  color: var(--color-6);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.image {
  height: 75px;
}

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

.nav-menu {
  align-items: center;
  height: 85px;
  padding-right: 10px;
  display: flex;
}

.nav-link-jm {
  color: var(--color-2);
  text-transform: uppercase;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.nav-link-jm.phone {
  background-color: var(--color-2);
  color: var(--color);
  margin-left: 10px;
}

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

.nav-link-jm.phone-2 {
  background-color: var(--color-6);
  color: var(--color);
  margin-left: 10px;
}

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

.nav-link-icon {
  width: 25px;
  margin-right: 10px;
}

.hero {
  background-image: linear-gradient(271deg, #0000 7% 37%, #000000a8), url('../images/father-and-son-fishing.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  margin-top: 80px;
  padding: 5%;
  display: flex;
}

.hero-content-div {
  width: 55%;
}

.hero-bold-line {
  color: var(--color);
  margin-bottom: 10px;
  font-size: 3.5em;
  line-height: 1.2em;
}

.hero-mid-line {
  color: var(--color);
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1.2em;
}

.button {
  background-color: var(--color-5);
  padding: 15px 30px;
  line-height: 1em;
}

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

.button.outline {
  border: 2px solid var(--color);
  background-color: #6e4b1500;
}

.button.outline:hover {
  border-color: var(--color-5);
  background-color: #6e4b15;
}

.common-conditions {
  padding-top: 5%;
  padding-bottom: 8%;
}

.conditions-wrapper {
  z-index: 5;
  justify-content: space-between;
  width: auto;
  min-width: 175%;
  margin: 5% auto -8% 0%;
  display: flex;
  position: relative;
}

.condition-div {
  background-color: var(--color-2);
  color: var(--color);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 24%;
  padding: 15px;
  line-height: 1.5em;
  display: flex;
}

.condition-div._2 {
  background-color: var(--color-6);
  border-radius: 20px;
}

.conditions-top-content {
  background-color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-left: 0%;
  padding: 0;
  display: flex;
}

.top-ped-5050 {
  justify-content: space-between;
  width: 90%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-photo-div {
  object-fit: cover;
  border-radius: 20px;
  width: 48%;
  overflow: hidden;
}

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

.h4-white {
  color: var(--color);
}

.ped-section-1-top-text {
  padding-left: 20px;
}

.treatments-section {
  background-color: #6e4b151a;
  padding-top: 5%;
  padding-bottom: 5%;
}

.treatment-wrapper {
  background-color: #6e4b150d;
  border-radius: 20px;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1-3-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

._1-3-column.photo {
  z-index: 5;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

._1-3-column.text {
  padding-top: 5%;
  padding-bottom: 3.5%;
}

._1-3-column.text.left {
  padding-left: 25px;
}

._1-3-column.text.right {
  padding-right: 25px;
}

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

.why-choose-section {
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.why-choose-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo-48 {
  object-fit: cover;
  border-radius: 20px;
  width: 48%;
  overflow: hidden;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.testimonial-section {
  background-image: linear-gradient(231deg, #0000 3% 38%, #000000b5), url('../images/happy-child-outdoors.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 45vh;
  display: flex;
}

.testimonial-wrapper-div {
  justify-content: space-between;
  width: 75%;
  margin-bottom: -3%;
  margin-left: 5%;
  display: flex;
}

.testimonial-block {
  background-color: var(--color-2);
  color: var(--color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 15px;
  display: flex;
}

.testimonial-block._2 {
  background-color: var(--color-6);
}

.testimonial-title-holder {
  margin-left: 5%;
  padding-bottom: 30px;
}

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

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

.schedule-section {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.schedule-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.schedule-div-60 {
  width: 60%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

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

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

.text-field {
  background-color: #c88b321a;
  border: 1px #000;
}

.schedule-div-38 {
  background-color: #c88b321a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36%;
  display: flex;
}

.image-5 {
  width: 40px;
  margin-bottom: 10px;
}

.image-5.top-marg {
  margin-top: 20px;
}

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

.copyright {
  background-color: var(--color-4);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.phone-link-footer {
  background-color: var(--color-2);
  color: var(--color);
  text-transform: uppercase;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-link-footer:hover {
  background-color: var(--color-6);
  color: var(--color);
}

@media screen and (max-width: 991px) {
  .image {
    height: 50px;
  }

  .nav-menu {
    height: 60px;
  }

  .nav-link-jm.phone, .nav-link-jm.phone-2 {
    font-size: .9em;
  }

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

  .nav-link-icon.phone {
    margin-right: 10px;
  }

  .nav-link-txt {
    display: none;
  }

  .nav-link-txt.phone {
    display: block;
  }

  .hero {
    background-position: 0 0, 100%;
    justify-content: flex-end;
    height: 800px;
    margin-top: 55px;
  }

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

  .hero-bold-line {
    font-size: 2.5em;
  }

  .hero-mid-line {
    font-size: 1.5em;
  }

  .conditions-wrapper {
    flex-flow: wrap;
    width: 100%;
    min-width: 0;
    margin-top: 0%;
    margin-bottom: 1%;
  }

  .condition-div {
    width: 49%;
    margin-bottom: 2%;
  }

  .conditions-top-content {
    width: 100%;
  }

  .top-ped-5050 {
    flex-flow: column;
    max-height: none;
  }

  .top-photo-div {
    width: 100%;
  }

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

  ._1-3-column.photo {
    width: 100%;
    max-height: 450px;
    display: none;
  }

  ._1-3-column.text.left {
    width: 100%;
  }

  ._1-3-column.text.right {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 25px;
  }

  .why-choose-div {
    flex-flow: column;
  }

  .photo-48 {
    width: 100%;
    max-height: 450px;
  }

  .text-48 {
    width: 100%;
  }

  .testimonial-section {
    background-attachment: scroll, scroll;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .testimonial-wrapper-div {
    flex-flow: column;
    width: 90%;
    margin-bottom: 0%;
  }

  .testimonial-block {
    width: 100%;
  }

  .testimonial-block._2 {
    border-radius: 0;
  }

  .testimonial-block._1 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .testimonial-block._3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .testimonial-title-holder {
    padding-bottom: 0;
  }

  .schedule-section {
    padding-bottom: 12%;
  }

  .schedule-div-38 {
    padding: 10px;
  }

  .phone-link-footer {
    font-size: .8em;
  }
}

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

  h3 {
    font-size: 1em;
  }

  .image {
    height: 50px;
  }

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

  .nav-menu {
    height: 60px;
    padding-right: 5px;
  }

  .nav-link-jm {
    padding: 0;
  }

  .nav-link-jm.phone, .nav-link-jm.phone-2 {
    margin-left: 5px;
    padding: 8px;
    font-size: .8em;
  }

  .nav-link-icon.phone {
    display: block;
  }

  .hero {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(159deg, #0000 7% 37%, #000000a8), url('../images/father-and-son-fishing.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 140%;
    height: 500px;
    margin-top: 55px;
  }

  .hero-bold-line {
    font-size: 2em;
  }

  .hero-mid-line {
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .condition-div {
    width: 100%;
  }

  .schedule-section {
    padding-bottom: 15%;
  }

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

  .schedule-div-60 {
    width: 100%;
  }

  .schedule-div-38 {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .number {
    display: none;
  }

  .phone-link-footer {
    padding: 10px;
    font-size: .9em;
  }
}

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

  .navbar {
    flex-flow: column;
    display: flex;
  }

  .image {
    height: 45px;
  }

  .brand {
    justify-content: center;
    display: flex;
  }

  .nav-menu {
    justify-content: center;
    height: auto;
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .nav-link-jm.phone, .nav-link-jm.phone-2 {
    margin-left: 10px;
    padding: 10px;
    font-size: 1em;
  }

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

  .nav-link-icon.phone {
    margin-right: 5px;
    font-size: .7em;
  }

  .hero {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(159deg, #0000 7% 37%, #000000a8), url('../images/father-and-son-fishing.jpg');
    background-position: 0 0, 0 0, 90% 100%;
    height: 600px;
    margin-top: 90px;
  }

  .hero-bold-line {
    font-size: 1.8em;
  }

  .hero-mid-line {
    font-size: 1em;
  }

  .button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .condition-div {
    margin-bottom: 5%;
  }

  .ped-section-1-top-text {
    padding-left: 0;
  }

  ._1-3-column.text.left {
    padding: 5%;
  }

  ._1-3-column.text.right {
    padding: 5% 5% 0%;
  }

  .testimonial-section {
    background-color: var(--color-3);
    background-image: linear-gradient(231deg, #0000 3% 38%, #000000b5);
    background-position: 0 0;
  }

  .schedule-section {
    padding-bottom: 25%;
  }

  .copyright {
    text-align: center;
    font-size: .9em;
    line-height: 1.2em;
  }

  .phone-link-footer {
    justify-content: center;
    width: 75%;
    padding: 10px;
  }
}


