@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Montserrat:ital,wght@0,500;1,500&display=swap');
* {
	margin: 0;
	padding: 0;
	line-height: 130%;
}
a {
    color: #36667f;
    text-decoration: none;
}
a:hover {
    color: #6ebcb8;
}
.hero-box img{
    width: 100%; 
    height: auto;
}
.logo-box{
    text-align: center;
    padding: 15px 0;
    background-color: #d6e0e5;
}
.mission-box, .testimonial-box {
    padding: 40px 0;
    background-color: #f9fafb !important
}
.camp-info {
    width: 65%;
    margin: 0 auto;
    padding: 40px 0;
}
.handwritting {
    font-family: "Caveat", serif;
    font-size: 24px;
    color: #888888;
}
/*style mission section*/
.container {
  display: grid;
  grid-template-areas:
    "header header header"
    "tile1 diamond tile2"
    "footer footer footer";
    grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    width: 75%;
    margin: 0 auto;
    max-width: 1120px;
    background-color: #f9fafb;
}
.container > div {
    border: 1px solid #ebebeb;
    position: relative;
    padding: 20px;
}
.container > div.header {
  grid-column: 2;
}
.container > div.tile1 {
  grid-area: tile1;
}
.container > div.tile2 {
  grid-area: tile2;
}
.container > div.diamond {
  grid-area: diamond;
}
.container > div.footer {
  grid-column: 2;
}
.camp-desc p, .camp-info-tiles p {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin: 15px 0;
        text-align: center;
}
.camp-info h2, .camp-desc h2, .mission-box h2 {
    font-family: 'Montserrat', sans-serif;
    color: #888888;
    text-align: center;
}
.camp-desc {
    text-align: center;
}
.campImg {
    width: 100px;
}
.logoImg {
    width: 200px;
}
.bgimg-2 {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/parralax_1.jpg);
    min-height: 400px;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.test-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 75%;
    margin: 40px auto;
    max-width: 1120px;
    background-color: #f9fafb;
}
.test-container > div {
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
    padding: 20px;
}
.questions{
    padding: 60px 0 40px 0;
    text-align: center;
}
.questions h2 {
        border-bottom: 4px solid rgba(136, 136, 136, 0.2);
        display: inline-block;
}
a.video-icon {
    color: rgba(255,255,255, 0.9) !important;
}
a.video-icon:hover {
    color: rgba(54,102,127, 0.9) !important;
}
p.foot-text {
    color: #888888;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 15px 0;
}
.show-camps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}
.show-camps > div {
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
    padding: 0;
}
.content-block h3 {
    font-family: 'Montserrat', sans-serif;
    background-color: #36667f;
    text-align: center;
    color: #ffffff;
    display: block;
    padding: 10px;
}
.content-block:hover h3 {
    background-color: #476e56;
 
}
.content-block p {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
}
/*style camps section*/

.header h1, .tile1 h1, .tile2 h1, .footer h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    left: 15px;
    font-size: 38px;
    color: #476e56;
}
.header h2, .tile1 h2, .tile2 h2, .footer h2 {
    font-size: 18px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: left;
    border-top: 4px solid #476e56;
    display: inline-block;
    padding-top: 5px;
}
.header p, .tile1 p, .tile2 p, .footer p {
    font-size: 16px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.header:hover h2, .tile1:hover h2, .tile2:hover h2, .footer:hover h2 {
    border-top: 4px solid rgba(71,110,86, 0.6);
}
.header:hover h1, .tile1:hover h1, .tile2:hover h1, .footer:hover h1 {
    color: rgba(71,110,86, 0.6);
}
.content-block a {
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.vid-btn-container {
  display: none;
}
.logoImgFoot {
    width: 125px;
}
div.header {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("../images/camp2.jpg"); 
    background-size: 100%;
    background-repeat: no-repeat;
}
div.tile1 {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("../images/camp3.jpg"); 
    background-size: 100%;
    background-repeat: no-repeat;
}
div.diamond {
    background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url("../images/camp4.jpg"); 
    background-size: 100%;
    background-repeat: no-repeat;
}
div.diamond:hover {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("../images/camp4.jpg"); 
    background-size: 100%;
    background-repeat: no-repeat;
}
div.tile2 {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("../images/camp1.jpg"); 
    background-size: 100%;
    background-repeat: no-repeat;
}
div.footer {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("../images/camp5.jpg"); 
    background-size:100%;
    background-repeat: no-repeat;
}
.fullGridRow {
    grid-column: 1/-1;
    background-color: rgba(170, 79, 68, 0.2) 
    !important;
}
.fullGridRow p {
    padding: 10px 20px;
}
@media screen and (max-width: 1400px) { 
           .show-camps {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
        width: 100%;
    }
    .container {
      display: grid;
      grid-template-areas:
        "header header header"
        "tile1 tile1 tile1"
        "diamond diamond diamond"
         "tile2 tile2 tile2"
        "footer footer footer";
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 10px;
        width: 65%;
        margin: 0 auto;;
        background-color: #f9fafb;
    }
   .container > div.header {
      grid-column: tile1;
    }
    .container > div.tile1 {
      grid-area: diamond;
    }
    .container > div.tile2 {
      grid-area: tile2;
    }
    .container > div.diamond {
      grid-area: header;
    }
    .container > div.footer {
      grid-column: footer;
    }
}
@media only screen and (max-width: 768px) {
    .container {
      display: grid;
      grid-template-areas:
        "header header header"
        "tile1 tile1 tile1"
        "diamond diamond diamond"
         "tile2 tile2 tile2"
        "footer footer footer";
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 10px;
        width: 95%;
        margin: 0 auto;;
        background-color: #f9fafb;
    }
    .container > div.header {
      grid-column: tile1;
    }
    .container > div.tile1 {
      grid-area: diamond;
    }
    .container > div.tile2 {
      grid-area: tile2;
    }
    .container > div.diamond {
      grid-area: header;
    }
    .container > div.footer {
      grid-column: footer;
    }
    .test-container {
        gap: 20px;
    }
    .camp-info {
    width: 85%;
    margin: 0 auto;
}
.logoImg {
    width: 140px;
}
.test-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 75%;
    margin: 40px auto;
    max-width: 1120px;
    background-color: #f9fafb;
}
.show-camps {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
        width: 100%;
    }
    /*style mobile parallax*/
    
.bgimg-2 {
    display: none;
}
.vid-btn-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0.65;
}

.vid-btn-container img {
  width: 100%;
  height: auto;

}

.vid-btn-container .vid-btn-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.vid-btn-container .vid-btn-btn:hover {
  color: rgba(54,102,127, 0.9) !important;
}
}