
/* Override to about section on homepage */
.flexslider .slides img {
  z-index: 1!important;
}

/*
 * Typography
 */

 .kids-title {
   color: #ffffff!important;
   font-family: 'futura-pt',sans-serif!important;
   font-size: 45px!important;
   line-height: 47px!important;
 }

 .kids-text {
   color: #ffffff!important;
 }

 .shoutout {
   font-size: 21px!important;
 }

.charlie-wrapper {
  display: block;
  float: right;
  width: 210px;
  height: auto;
}

.charlie-wrapper img {
 max-width: 100%;
 height: auto;
}



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

  .charlie-wrapper {
    display: block;
    float: none;
    width: 100%;
  }

}



/*
 * Matilda Comp Styling
 */

.matilda_bg {
  width: 100%;
  height: auto;
  background-image: url('/wp-content/uploads/2016/03/letter-color.png');
  background-repeat: repeat-x;
  background-color: #df0024;
  background-size: cover;
}




/*
 * Summer Comp Styling
 */

 @import 'https://fonts.googleapis.com/css?family=Oswald:700';

 .summer_bg {
   width: 100%;
   height: auto;
   background-color: #5caac0;
 }

 .width-full img {
   width: 100%;
 }

 .m-bottom-none {
   margin-bottom: 0 !important;
 }

.summary-container {
  background-image: url(/wp-content/uploads/2016/07/1692_LittleChef_TC_940X450px02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin: 0 auto;
  display: table;
  color: white;
}

.summary-container p {
  color: white !important;
  margin-bottom: 50px;
}

.summary-container p a {
  color: white !important;
  font-weight: bold;
}

.summary-container span {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.summary-container span a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  text-decoration: none;
}

.summer-steps, .summer-prizes {
  margin: 0 auto;
  display: block;
}

.summary-text {
  padding: 0 50px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 50px;
  max-width: 940px;
}

.summary-container img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

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

  .summer-prizes-column {
    display: block;
    float: none;
    width: 100%;
    margin-top: 30px;
  }

}

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

  .summary-container {
    margin-bottom: 95px;
  }

}

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

  .summary-text {
    padding-bottom: 0px;
  }

}

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

  .summary-text {
    padding: 0px;
  }

}
