@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');



.content-wrapper, .container{
  overflow: hidden;
}


body{
  background-color: #F5FAF1;
  font-family: ff-helvetica-neue,Helvetica,Arial,sans-serif;
}
article p, p{
  font-size: 16px;
  line-height: 1.5;
  color:#434343;
}
.title{
  color:#362229;
  font-size: 30px;
  line-height: 1.5;
  padding-bottom:.35em;
}

.header {
/* position: fixed; */
left: 0;
right: 0;
height: auto;
z-index:9;
}

.top-header{
  background-color: #362229;
  padding: .5em 0;
}

.top-header h1{
  float: right;
  color: white;
  font-size: 1.2em;
  margin: 0;
  line-height: 1.5;
}

.top-header h1 a{
  color:#F7931E;
}

.top-logo img {
float: left;
}

.bottom-header{
  padding: 1em 0;
}

nav ul {
float: right;
padding-top:1.2em;
}
nav ul li {
display: inline-block;
float: left;
}
nav ul li:not(:first-child) {
margin-left: 25px;
}
nav ul li a {
display: inline-block;
outline: none;
color: #006837;
font-size: 18px;
text-decoration: none;
width: 140px;
letter-spacing: 0.04em;
font-family: 'PT Sans', sans-serif;

}
nav ul li a:hover {
color: #39B54A;
text-decoration: none;
}

#donate{
  background-color: #006837;
  color: white;
  padding: 8px 10px;
  border-radius: 20px;
  width: 150px;
  display: inline-block;
  text-align: center;
  margin-top: -.5em;
}


.hero{
  background-image: url(/sites/indition/cars_tpl/uploads/Latest/WA_MountainHome_20221005_9183.jpg);
  background-size: cover;
  background-position: center;
  border-top-right-radius: 30% 60%;
  background-color: rgba(255,255,255,.15);
  background-blend-mode: lighten;
  height: 500px;
}


.hero-text{
  margin: 2em 0 0;
  background: #362229;
  display: inline-block;
  padding: 1em 2em 1em 15%;
  border-radius: 0 4px 4px 0;
}

.hero-text h1{
  color: #F5FAF1;
  margin: 0;
  line-height: 1.5;
  font-size: 3.3em;
  font-weight: 500;
}

.hero-text h2{
  color: #5DD8D8;
  margin: 0;
  line-height: 1.5;
  font-size: 3.3em;
  font-weight: 700;
}

.hero-text h3{
  color: #F5FAF1;
  margin: 0;
  line-height: 1.5;
  font-size: 1.4em;
    letter-spacing: .09em;
    font-weight: 300;
}

.hero-text a{
  color: #F5FAF1;
  border-radius: 20px;
  width: 200px;
  text-align: center;
  display: inline-block;
  font-size: 1.2em;
  padding: 4px;
  margin: 1em 0;
  border: 1px solid #F5FAF1;
  letter-spacing: .07em;
}

.hero-text a:hover{
  background-color: #F7931E;
  border:1px solid #F7931E;
  color: #F5FAF1;
  text-decoration: none;
  transition:1s;
}

.driving-force{
  padding: 2em 0;
}

.driving-force .title{
  text-align: center;
}

.how{
  background-image: url(https://tpl.careasy.org/sites/indition/cars_tpl/uploads/2023/design.svg);
  background-color: #cee4c5;
  text-align: center;
  /* padding: 2em; */
  padding: 1em 0;
  margin: 2em 0 0;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  text-align: center;
}

/* .box{
  background-image: url(https://tpl.careasy.org/sites/indition/cars_tpl/uploads/2023/design.svg);
  background-color:#cee4c5;
  text-align: center;
  padding: 3em;
  margin: 0.5em 0;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  text-align: center;
} */



.box h4{
  font-weight: 700;
  font-size: 1.5em;
}

.box p{
  font-size: 1.3em;
    width: 85%;
    margin: 1em auto;
}

.charity-icons{
  background-color: #006837;
  background-image: url(https://tpl.careasy.org/sites/indition/cars_tpl/uploads/2023/design2.svg);
  padding: 3em 0;

}

.charity-strip {
  margin: 20px auto;
  text-align: center;
  max-width: 700px;
}

.charity-strip img {
  width: 100px;
  margin:0 1em;
  transition:1s;
 
}



.social-media{
  padding: 2em 0 2em;
  text-align: center;
  background-color: #27181d;
  width: 100%;
  margin-top: 3em;
}

.social-media .btn-custom{
  color: white;
  font-size: 2em;
  width:50px;
  margin:4px;
}

video{
  margin-top: 4em;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

iframe{
  width:100%;
  border:0;
  height: 400px;
}

.master-footer{
  padding:5em 0 0;
  background-color: #362229;
  text-align: center;
}

#footer-logo{
  padding:2em 0;
}

#footer-text{
  color:white;
}

.faq{
  padding: 3em 0;
}

.faq a{
 color: #006837;
}

.faq a:hover{
  color:#F7931E;
}

.faq li{
  line-height: 1.5;
}

.contact{
  padding:8em 0 6em;
}

@media only screen and (max-width: 992px) {

  nav ul li a{
    width:90px;
  }

.hero{
  height: 400px;
}

.hero-text h1{
  font-size: 2.8em;
}

}


@media only screen and (max-width: 820px) {

  .hero-text{
    padding: 1em 2em 1em 4%;
  }

}

@media only screen and (max-width: 768px) {

  .hero{
    background-image: url(/sites/indition/cars_tpl/uploads/Latest/768.jpg);
    border-top-right-radius: 0;
    height: 420px;
  }

  .top-logo img {
      position: relative;
      }

      .header {
      position: static;
      }   

  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #F5FAF1;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-inline-start: 40px;
   padding-left: 1em;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align:left;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: #006837;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  .nav-open {
    position: absolute;
    right: 10px;
    top: 55px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    /* background: #1f2227; */
    border-radius: 2px;
    margin-left: 14px;
  }

#top-line{
background: #F7931E;
}

#mid-line{
background: #8CC63F;
}

#bottom-line{
background: #5DD8D8;
}


  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }

#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #F7931E;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}

#donate{
  margin-top: 0;
  margin-left: 1em;
}
.hidden {
  display: none;
}

video{
  margin-top: 1em;
}

.charity-strip img {
  width: 14%;
  margin:1em;
}



}
@media only screen and (max-width: 700px) {

  iframe{
    height: 430px;
  }


}


@media only screen and (max-width: 641px) {

  iframe{
    height: 600px;
  }


}

@media only screen and (max-width: 600px) {

  .hero{
    background-image: url(/sites/indition/cars_tpl/uploads/Latest/500.jpg);
   height: 300px;
  }

  .hero-text{
    margin: 1em 0 0;
  }

  .hero-text h1{
  font-size: 1.7em;
  }

  .hero-text h2{
   font-size: 2.76em;
  }

  .hero-text h3{
    font-size: 1.2em;
    letter-spacing: .05em;
  }
}



@media only screen and (max-width: 490px) {



  .hero-text h1{
  font-size: 1.4em;
  }

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

  .hero-text h3{
    font-size: 1em;
    letter-spacing: .0;
  }

  iframe{
    height: 620px;
  }
}

@media only screen and (max-width: 410px) {
  iframe{
    height: 640px;
  }

  .charity-strip img {
    width: 35%;
    margin: 0.5em;
    min-width: 100px
  }

}

@media only screen and (max-width: 370px) {



  /* .hero-text h1{
  font-size: 1.2em;
  } */

  .hero-text h2{
   font-size: 1.7em;
  }

  .hero-text h3{
    font-size: .88em;
    letter-spacing: .0;
  }

.hero-text a{
  font-size: 1em;
}

}