@charset "utf-8";

body{
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.5px;
}

.main_menu{
  position: fixed;
  display: none;
  top: 0;
  bottom: -50px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  z-index: 3;
}

.menu_button{
  position: absolute;
  top: 20px;
  right: 20px;
  color: #444;
  font-size: 2rem;
  z-index: 4;
  cursor: pointer;
  transition-duration: 0.3s;
}

.rotate_button{
  transform: rotate(90deg);
}

.home_button{
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ddd;
}

.nav_right{
  width: 100%;
  text-align: center;
  margin-top: 122px;
}

.nav_right a{
  display: inline-block;
  padding: 50px 0;
  color: #fff;
  text-decoration: none;
  min-height: 100px;
  border: solid 2px #fff;
}

.logo{
  position: absolute;
  top: 18px;
  left: 20px;
  height: 80px;
  z-index: 4;
}

.menu_icon{
  text-align: center;
  width: 100%;
  font-size: 2rem;
  transition-duration: 0.4s;
  color: #fff;
}

.mi1{
  background-color: #1FABE8;
}

.mi2{
  background-color: #9EBE3B;
}

.mi3{
  background-color: #54B5BC;
}

.mi4{
  background-color: #EA662B;
}

.mi5{
  background-color: #952c8a;
}

.icon{
  margin-right: 10px;
}

.introduction{
  min-height: 80vh;
  margin-top: -10px;
  position: relative;
}

.home_intro{
  background-image: url(../images/umbrellas5.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.big_title{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Permanent Marker', cursive;
  color: #343434;
  font-size: 2rem;
  max-width: 600px;
}

.quick_bit{
  margin-bottom: 20px;
}

.quick_bit h3{
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}

.quick_bit p{
  margin-top: 20px;
  padding: 0 10%;
}

.fun_text{
  font-family: 'Permanent Marker', cursive;
}

.title_shadow{
  text-shadow: 2px 2px 2px #fff;
}

section{
  padding: 60px 0;
}

.section_blue{
  background-color: #1FABE8;
  color: #fff;
}

.rubber_duck{
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 140px;
  animation: bob 2s infinite linear;
}

@keyframes bob {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.big_number{
  font-weight: 800;
  font-size: 2.4rem;
  margin: 60px 0 20px 0;
}

.stat h4{
  display: inline-block;
  background-color: #04244B;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.review_image{
  width: 100%;
}

.review{
  position: relative;
}

.review_text{
  position: relative;
  margin-top: 30px;
}

.quote_text{
  margin-top: 100px;
  z-index: 2;
  width: 100%;
}

.author{
  text-align: right;
  margin-top: 10px;
}

.quote_left, .quote_right{
  position: absolute;
  font-size: 4rem;
  color: #ebebeb;
}

.quote_left{
  top: 0;
  left: 0;
}

.quote_right{
  bottom: 0;
  right: 0;
}

.school_link{
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: solid 4px #fff;
  transition-duration: 0.2s;
  border-radius: 10px;
  margin-bottom: 20px;
}

.school_link:hover{
  color: inherit;
}

.school_link_image{
  width: 80%;
  margin-left: 10%;
  transition-duration: 0.2s;
}

.school_link h2{
  text-align: center;
  font-weight: 800;
}

.school_link h5{
  margin-top: 30px;
  height: 80px;
  padding: 10px;
  text-align: center;
}

.school_link:hover{
  border-color: #c4d7e9;
}

.page_header{
  position: relative;
  min-height: 360px;
  margin-top: -10px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  text-align: center;
}

.schools_header{
  background-image: url(../images/headers/parachute.jpg);
}

.easton_header{
  background-image: url(../images/schools/easton/header.jpg);
}

.loddon_header{
  background-image: url(../images/schools/loddon/header.jpg);
}

.stoke_header{
  background-image: url(../images/schools/stoke/header.jpg);
}

.booking_header{
  background-image: url(../images/headers/caps.jpg);
}

.contact_header{
  background-image: url(../images/headers/play.jpg);
}

.policies_header{
  background-image: url(../images/headers/arriving.jpg);
}

.page_title{
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

.page_title h1{
  display: inline-block;
  padding: 5px 45px 10px 45px;
  background-color: #fff;
  font-family: 'Permanent Marker', cursive;
  font-size: 2rem;
  border: solid 2px #fff;
  border-radius: 4px;
  color: #62035F;
  text-shadow: 2px 2px 1px #ccc;
}

.second_section{
  padding-top: 100px;
}

.mini_benefit{
  position: relative;
  margin: 60px 0 20px 0;
}

.mini_benefit h5{
  width: auto;
  position: absolute;
  background-color: #345b9e;
  color: #fff;
  top: -20px;
  left: 20px;
  padding: 10px;
  font-size: 1rem;
  border-radius: 2px;
}

.mini_benefit p{
  padding: 30px 10px 10px 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.zed_footer_blue{
  font-family: 'Comfortaa', cursive;
  background-color: #242331;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

.zed_logo{
  height: 14px;
  margin-left: 4px;
  margin-bottom: 4px;
}

.school_overview{

}

.google_map{
  width: 100%;
  height: 500px;
}

.school_logo{
  text-align: center;
}

.school_logo img{
  width: 200px;
  max-width: 90%;
}

.school_contact img{
  width: 200px;
  max-width: 90%;
}

.school_contact h3{
  font-family: 'Permanent Marker', cursive;
}

.school_contact a{
  display: block;
  margin-top: 4px;
  padding: 6px 0;
  color: inherit;
  text-decoration: none;
}

.gallery a{

}

.gallery img{
  width: 100%;
  transition-duration: 0.2s;
  margin-top: 20px;
}

.gallery a:hover img{
  transform: scale(1.15);
  box-shadow: 0 0 4px 1px #252525;
  z-index: 99;
}

.hidden_thumb{
  display: none;
}

.subtitle{
  font-family: 'Permanent Marker', cursive;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #62035F;
  text-shadow: 2px 2px 1px #ccc;
}

.icon_box{
  display: inline-block;
  width: 40px;
  font-size: 1.4rem;
  text-align: center;
}

.sso_form h3, .sso_form h4{
  margin-top: 60px;
}

.sso_form .day_label{
  width: 100%;
  margin-top: 12px;
}

.registration_form{
  margin-bottom: 100px;
  min-height: 500px;
}

.contact_form{
  margin-bottom: 100px;
}

.sso_form input, .sso_form select, .sso_form textarea{
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 10px 16px;
  outline: none;
  margin-top: 12px;
}

.sso_form textarea{
  resize: none;
  height: 100px;
}

.form_button{
  margin-top: 24px;
}

.day_check{
  width: auto !important;
  margin-right: 10px;
  background-color: #ccc;
}

.feedback{
  min-height: 14px;
  margin-bottom: 12px;
}

.add_button{
  display: inline-block;
  width: auto;
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.feedback_icon{
  margin-right: 10px;
  color: #ff4000;
}

.auth_adult_box{
  width: 100%;
}

.results_p{
  min-height: 500px;
}

.card{
  margin-top: 30px;
}

.card_link{
  cursor: pointer;
  transition-duration: 0.1s;
  color: inherit;
  text-decoration: none;
}

.card_link:hover{
  border-color: rgb(54, 58, 131);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  color: inherit;
  text-decoration: none;
}

.modal-body li{
  margin-bottom: 10px;
}

.carousel{
  height: 300px;
}

.menu_list{
  list-style: none;
  padding-left: 0;
}

.blue_subtitle{
  color: rgb(37, 69, 205);
  font-size: 1.2rem;
  margin-bottom: 16px;
}

/*BREAKPOINT*/

/**************************/
/*********** SM ***********/
/**************************/
@media (min-width: 576px) {


}

/**************************/
/*********** MD ***********/
/**************************/
@media (min-width: 768px) {

  .main_menu{
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }

  .menu_button{
    display: none;
  }

  .nav_right{
    float: right;
    width: 500px;
    margin-top: 0;
  }

  .nav_right a{
    padding: 20px 0;
    border: none;
    color: inherit;
  }

  .mi1, .mi2, .mi3, .mi4{
    background-color: #fff;
  }

  .mi1 .menu_icon{
    color: #1FABE8;
  }

  .mi1:hover{
    background-color: #1FABE8;
    color: #FFF;
  }

  .mi1:hover .menu_icon{
    color: #FFF;
    transform: scale(1.2);
  }

  .mi2 .menu_icon{
    color: #9EBE3B;
  }

  .mi2:hover{
    background-color: #9EBE3B;
    color: #FFF;
  }

  .mi2:hover .menu_icon{
    color: #FFF;
    transform: scale(1.2);
  }

  .mi3 .menu_icon{
    color: #54B5BC;
  }

  .mi3:hover{
    background-color: #54B5BC;
    color: #FFF;
  }

  .mi3:hover .menu_icon{
    color: #FFF;
    transform: scale(1.2);
  }

  .mi4 .menu_icon{
    color: #EA662B;
  }

  .mi4:hover{
    background-color: #EA662B;
    color: #FFF;
  }

  .mi4:hover .menu_icon{
    color: #FFF;
    transform: scale(1.2);
  }

  .big_title{
    font-size: 2rem;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 20vh;
  }

  .duck{
    right: 100px;
    width: 200px;
  }

  .quick_bit{
    margin-bottom: 0;
  }

  .quote_left, .quote_right{
    color: #ccc;
  }

  .page_title h1, .subtitle, .big_title{
    font-size: 3rem;
  }

}

/**************************/
/*********** LG ***********/
/**************************/
@media (min-width: 992px) {

  .review_text{
    margin-top: 0;
  }

}

/**************************/
/*********** XL ***********/
/**************************/
@media (min-width: 1200px) {



}

/**************************/
/*********** XXL **********/
/**************************/
@media (min-width: 1400px) {



}
