@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.fader.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.three {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}


@media screen and (max-width: 39.9375em) {
	.container{ font-size: 11px;}

body{
    background: #f8efc8;
    background-image: url('../img/pattern.jpg');
    background-size: 150px;
}


#homepage{}

.home_wrap{}

.home_middle_row_wrap{}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_col{}

.main_img_wrap{
    display: block;
    margin: 40px auto 150px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    max-width: min(90%, 400px);
}

.main_img_wrap img{}

	.main_img_wrap{
    background-color: #fff;
}
				.main_img_wrap h1{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
				.contact_btn{
    background-color: #009659;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: background-color 2s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff !important;
    margin: 0px auto 0px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
				.contact_btn:hover{
    background-color: #0AA622;
}
			  .main_img_wrap h2{
    color: #009659;
    margin: 20px auto 40px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
		.upper{
    margin: 0 auto 25px !important;
}
	
.hero_logo{
    display: block;
    margin: 40px auto 20px;
    max-width: min(90%, 200px);
}
 
.footer_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 200px);
}

.main_img_wrap h3, .main_img_wrap h4{
    color: #009659;
    max-width: min(90%, 300px);
    margin: 0px auto 25px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
    }

.gallery_row{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
    max-width: min(90%, 300px);
}

.gallery_row .cell{
    padding-left: 0;
    padding-right: 0;
}

.fade_gallery, .kid{
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.fade_gallery img{}

.main_img_wrap h4{
    margin: 0px auto 35px;
}

.kid_img_wrap{
    margin: 0 auto 10px;
    display: flex;
    max-width: min(90%, 300px);
}

.kid{
    max-width: 48%;
    display: inline-block;
}

.kid1{
    float: left;
    margin: 0 auto 0 0;
}

.kid2{
    float: right;
    margin: 0 0 0 auto;
}

.social_wrap{
    display: block;
    text-align: center;
    margin: 0 auto 0;
}

.si{
    height: 30px;
    margin: 0 7px;
}

.si1{}

.si2{}

.si3{}


.title_line{
        color: #009659;
        margin: 20px auto 15px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.5em;
        }

.orange{ color: #ffc20e;}

.gallery_row1{}

.subheading{
        display: block;
        color: #ffc20e;
        margin: 20px auto 5px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.0em;
        }

.subheading1{}

.subheading2{}

.subheading3{}

.subheading4{}

.kid_img_wrap2{
    margin: 0 auto 0px;
}

.strapline{
    display: block;
    margin: 15px auto 30px !important;
    color: #009659;
    max-width: min(90%, 400px);
    margin: 0px auto 35px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.35em;
}


.main_img_wrap h6{
    color: #009659;
    margin: 30px auto 55px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.1em;
}
	
}


@media screen and (min-width: 40em) {
	.container{ font-size: 12px;}

body{
    background: #f8efc8;
    background-image: url('../img/pattern.jpg');
    background-size: 240px;
}


#homepage{}

.home_wrap{}

.home_middle_row_wrap{}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_col{}

.main_img_wrap{
    display: block;
    margin: 50px auto 150px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    max-width: min(90%, 500px);
}

.main_img_wrap img{}

	.main_img_wrap{
    background-color: #fff;
}
				.main_img_wrap h1{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
				.contact_btn{
    background-color: #009659;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: background-color 2s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff !important;
    margin: 0px auto 0px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
				.contact_btn:hover{
    background-color: #0AA622;
}
			  .main_img_wrap h2{
    color: #009659;
    margin: 20px auto 45px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 120%;
    font-size: 1.2em;
}
	
		.upper{
    margin: 0 auto 20px !important;
}
	
.hero_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 270px);
}
 
.footer_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 230px);
}

.main_img_wrap h3, .main_img_wrap h4{
    color: #009659;
    max-width: min(90%, 400px);
    margin: 0px auto 35px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.15em;
    }

.gallery_row{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
    max-width: min(90%, 440px);
}

.gallery_row .cell{
    padding-left: 0;
    padding-right: 0;
}

.fade_gallery, .kid{
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.fade_gallery img{}

.main_img_wrap h4{
    margin: 0px auto 35px;
}

.kid_img_wrap{
    margin: 0 auto 20px;
    display: flex;
    max-width: min(90%, 440px);
}

.kid{
    max-width: 48%;
    display: inline-block;
}

.kid1{
    float: left;
    margin: 0 auto 0 0;
}

.kid2{
    float: right;
    margin: 0 0 0 auto;
}

.social_wrap{
    display: block;
    text-align: center;
    margin: 0 auto 0;
}

.si{
    height: 35px;
    margin: 0 7px;
}

.si1{}

.si2{}

.si3{}


.title_line{
        color: #009659;
        margin: 35px auto 15px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.5em;
        }

.orange{ color: #ffc20e;}

.gallery_row1{}

.subheading{
        display: block;
        color: #ffc20e;
        margin: 20px auto 10px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.0em;
        }

.subheading1{}

.subheading2{}

.subheading3{}

.subheading4{}

.kid_img_wrap2{
    margin: 0 auto 0px;
}

.strapline{
    display: block;
    margin: 15px auto 30px !important;
    color: #009659;
    max-width: min(90%, 400px);
    margin: 0px auto 35px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.35em;
}


.main_img_wrap h6{
    color: #009659;
    margin: 30px auto 55px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.0em;
}
	
}


@media screen and (min-width: 64em) {
	.container{ font-size: 13px;}

body{
    background: #f8efc8;
    background-image: url('../img/pattern.jpg');
    background-size: 200px;
}


#homepage{}

.home_wrap{}

.home_middle_row_wrap{}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_col{}

.main_img_wrap{
    display: block;
    margin: 50px auto 50px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    max-width: min(90%, 600px);
}

.main_img_wrap img{}

	.main_img_wrap{
    background-color: #fff;
}
				.main_img_wrap h1{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
				.contact_btn{
    background-color: #009659;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: background-color 2s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff !important;
    margin: 0px auto 0px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
				.contact_btn:hover{
    background-color: #0AA622;
}
			  .main_img_wrap h2{
    color: #009659;
    margin: 20px auto 40px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 120%;
    font-size: 1.2em;
}
	
		.upper{
    margin: 0 auto 20px !important;
}
	
.hero_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 280px);
}
 
.footer_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 300px);
}

.main_img_wrap h3, .main_img_wrap h4{
    color: #009659;
    max-width: min(90%, 460px);
    margin: 0px auto 40px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
    }

.gallery_row{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
    max-width: min(90%, 520px);
}

.gallery_row .cell{
    padding-left: 0;
    padding-right: 0;
}

.fade_gallery, .kid{
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.fade_gallery img{}

.main_img_wrap h4{
    margin: 0px auto 45px;
}

.kid_img_wrap{
    margin: 0 auto 20px;
    display: flex;
    max-width: min(90%, 520px);
}

.kid{
    max-width: 48%;
    display: inline-block;
}

.kid1{
    float: left;
    margin: 0 auto 0 0;
}

.kid2{
    float: right;
    margin: 0 0 0 auto;
}

.social_wrap{
    display: block;
    text-align: center;
    margin: 0 auto 0;
}

.si{
    height: 30px;
    margin: 0 7px;
}

.si1{}

.si2{}

.si3{}


.title_line{
        color: #009659;
        margin: 30px auto 15px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.5em;
        }

.orange{ color: #ffc20e;}

.gallery_row1{}

.subheading{
        display: block;
        color: #ffc20e;
        margin: 20px auto 10px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.0em;
        }

.subheading1{}

.subheading2{}

.subheading3{}

.subheading4{}

.kid_img_wrap2{
    margin: 0 auto 0px;
}

.strapline{
    display: block;
    margin: 15px auto 30px !important;
    color: #009659;
    max-width: min(90%, 400px);
    margin: 0px auto 35px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.35em;
}


.main_img_wrap h6{
    color: #009659;
    margin: 20px auto 55px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.0em;
}
}


@media screen and (min-width: 90em) {
	.container{ font-size: 14px;}

body{
    background: #f8efc8;
    background-image: url('../img/pattern.jpg');
    background-size: 250px;
}


#homepage{}

.home_wrap{}

.home_middle_row_wrap{}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_col{}

.main_img_wrap{
    display: block;
    margin: 50px auto 50px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    max-width: min(90%, 650px);
}

.main_img_wrap img{}

	.main_img_wrap{
    background-color: #fff;
}
				.main_img_wrap h1{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
				.contact_btn{
    background-color: #009659;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: background-color 2s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff !important;
    margin: 0px auto 0px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
				.contact_btn:hover{
    background-color: #0AA622;
}
			  .main_img_wrap h2{
    color: #009659;
    margin: 25px auto 45px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
		.upper{
    margin: 0 auto 30px !important;
}
	

.hero_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 300px);
}
 
.footer_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 300px);
}

.main_img_wrap h3, .main_img_wrap h4{
    color: #009659;
    max-width: min(90%, 500px);
    margin: 0px auto 45px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
    }

.gallery_row{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
    max-width: min(90%, 550px);
}

.gallery_row .cell{
    padding-left: 0;
    padding-right: 0;
}

.fade_gallery, .kid{
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.fade_gallery img{}

.main_img_wrap h4{
    margin: 0px auto 45px;
}

.kid_img_wrap{
    margin: 0 auto 20px;
    display: flex;
    max-width: min(90%, 550px);
}

.kid{
    max-width: 48%;
    display: inline-block;
}

.kid1{
    float: left;
    margin: 0 auto 0 0;
}

.kid2{
    float: right;
    margin: 0 0 0 auto;
}

.social_wrap{
    display: block;
    text-align: center;
    margin: 0 auto 0;
}

.si{
    height: 35px;
    margin: 0 7px;
}

.si1{}

.si2{}

.si3{}


.title_line{
        color: #009659;
        margin: 35px auto 25px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.5em;
        }

.orange{ color: #ffc20e;}

.gallery_row1{}

.subheading{
        display: block;
        color: #ffc20e;
        margin: 20px auto 10px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.0em;
        }

.subheading1{}

.subheading2{}

.subheading3{}

.subheading4{}

.kid_img_wrap2{
    margin: 0 auto 0px;
}

.strapline{
    display: block;
    margin: 15px auto 30px !important;
    color: #009659;
    max-width: min(90%, 400px);
    margin: 0px auto 35px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.35em;
}


.main_img_wrap h6{
    color: #009659;
    margin: 30px auto 55px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.0em;
}
	
}


@media screen and (min-width: 120em) {
	
	.container{ font-size: 16px;}

body{
    background: #f8efc8;
    background-image: url('../img/pattern.jpg');
    background-size: 300px;
}


#homepage{}

.home_wrap{}

.home_middle_row_wrap{}

.home_middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_middle_col{}

.main_img_wrap{
    display: block;
    margin: 50px auto 50px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    max-width: min(90%, 700px);
}

.main_img_wrap img{}

	.main_img_wrap{
    background-color: #fff;
}
				.main_img_wrap h1{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
				.contact_btn{
    background-color: #009659;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: background-color 2s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff !important;
    margin: 0px auto 0px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
				.contact_btn:hover{
    background-color: #0AA622;
}
			  .main_img_wrap h2{
    color: #009659;
    margin: 30px auto 55px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
}
	
	.upper{
    margin: 0 auto 35px !important;
}
	
	
.hero_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 300px);
}
 
.footer_logo{
    display: block;
    margin: 40px auto 30px;
    max-width: min(90%, 300px);
}

.main_img_wrap h3, .main_img_wrap h4{
    color: #009659;
    max-width: min(90%, 565px);
    margin: 0px auto 45px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.2em;
    }

.gallery_row{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
    max-width: min(90%, 565px);
}

.gallery_row .cell{
    padding-left: 0;
    padding-right: 0;
}

.fade_gallery, .kid{
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.fade_gallery img{}

.main_img_wrap h4{
    margin: 0px auto 45px;
}

.kid_img_wrap{
    margin: 0 auto 20px;
    display: flex;
    max-width: min(90%, 565px);
}

.kid{
    max-width: 48%;
    display: inline-block;
}

.kid1{
    float: left;
    margin: 0 auto 0 0;
}

.kid2{
    float: right;
    margin: 0 0 0 auto;
}

.social_wrap{
    display: block;
    text-align: center;
    margin: 0 auto 0;
}

.si{
    height: 35px;
    margin: 0 7px;
}

.si1{}

.si2{}

.si3{}


.title_line{
        color: #009659;
        margin: 40px auto 25px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.5em;
        }

.orange{ color: #ffc20e;}

.gallery_row1{}

.subheading{
        display: block;
        color: #ffc20e;
        margin: 20px auto 10px;
        text-align: center;
        font-family: "Aptos Black";
        line-height: 120%;
        font-size: 2.0em;
        }

.subheading1{}

.subheading2{}

.subheading3{}

.subheading4{}

.kid_img_wrap2{
    margin: 0 auto 0px;
}

.strapline{
    display: block;
    margin: 15px auto 40px !important;
    color: #009659;
    max-width: min(90%, 400px);
    margin: 0px auto 35px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.35em;
}


.main_img_wrap h6{
    color: #009659;
    margin: 30px auto 55px;
    text-align: center;
    font-family: "Aptos Black";
    line-height: 125%;
    font-size: 1.0em;
}
	
}





 

 



