.camp_booking_btn{
    background-color: #e72351;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition-duration: .5s;
}
.camp_booking_btn:hover{
    background-color: #ffffff;
    color: #0c2373;
    border: 1px solid #0c2373;
}

#camping_bg {
    right: 0;
    bottom: 0;
    min-width: 100%; 
    background-image: url(../images/camps/camp1.jpg), url(../images/camps/camp2.jpg);
    height: -webkit-fill-available;
    background-attachment: fixed;
    background-repeat: no-repeat, repeat;
  }
  .inner_caption{
    height: 100%;
}
.camping_title_overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 70%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.camping_title_overlay .inner_caption h1{
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1600 - 320)));
  font-family: poppins-extralight, poppins, sans-serif;
}
.camping_title_overlay .inner_caption p{
  font-size: calc(23px + (40 - 23) * ((100vw - 320px) / (1600 - 320)));
  font-family: poppins-extralight, poppins, sans-serif;
}

  .quote_text_box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .features_row{
        padding-bottom: 10px;
        border-bottom: 1px dotted #0005;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      justify-content: space-evenly;
  }
  .features_row div{
      text-align: center;
  }
  .features_row img{
      height: 40px;
  }
.featured_campsites{
  border-bottom: 1px dotted #0005;
}
  .featured_campsites .title{
      text-decoration: underline;
      text-align: center;
      padding-top: 25px;
  }
  .campsite_box{
      margin-bottom: 8px;
    position: relative;
    text-align: center;
  }
  .campsites{
      padding: 20px 10px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-evenly;
  }
  .campsite_box img{
      width: 170px;
      height: 195px;
  }
  .campsite_box .over_text h3{
    font-weight: 600;
    font-family: cursive!important;
  }
  .campsite_box .over_text h3, .campsite_box .over_text p{
      color: #ffffff;
  }
  .campsite_box .over_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0004;
    height: 100%;
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .campings{
    padding-top: 100px!important;
    margin-top: -100px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0005;
  }
 .camping_title{
     text-align: center;
     text-decoration: underline;
     font-weight: 600;
 }
  .all_campings{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.camp{
    margin-bottom: 8px;
    position: relative;
    text-align: center;
  }
  .camp img{
    width: 260px;
    height: 285px;
}
.camp .over_text h3, .camp .over_text p{
    color: #ffffff;
}
.camp .over_text button{
    width: 65%;
}
.camp .over_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0005;
  height: 100%;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.camp .over_text .inner_box{
    width: -webkit-fill-available;
    position: absolute;
    bottom: 10px;
}