@charset "UTF-8";

.formbtn:hover{
	color:#e2be5d !important;
}
.wrap {
    overflow: hidden;
    margin: 10px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}
.box {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 20%;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
 .boxInner img { width: 100% }


@media only screen and (max-width:480px) { 
    /* Smartphone view: 1 tile */
    .box {
        width: 100%;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width:650px) and (min-width:481px) { 
    /* Tablet view: 2 tiles */
    .box {
        width: 50%;
        padding-bottom: 50%;
    }
}
@media only screen and (max-width:1050px) and (min-width:651px) { 
    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}
@media only screen and (max-width:1290px) and (min-width:1051px) { 
    /* Medium desktop: 4 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
    }
}

#peanut{
	margin:auto;
font-size:100%;
font-family:'Josefin Sans', sans-serif;
text-align:center;
color:rgba(201,58,39,1.00);
}


.photobg{
	background-image: url(../images/100.JPG) !important;
}

.calbg{
	background-image: url(../images/165.JPG) !important;
}

.parentsbg{
	background-image: url(../images/IMG_2883.JPG) !important;
}

.testbg{
	background-image: url(../images/176.JPG)!important;
}

#nopad{
	margin-bottom: 0px !important;
	padding-bottom: 0px!important;
}

.philbg{
	background-image: url(../images/041.JPG) !important;
}

.summerbg{
	background-image: url(../images/IMG_3988.JPG) !important;
}

.infantbg{
	background-image: url(../images/P1060210.JPG)!important;
}

.preschoolbg{
	background-image: url(../images/P1050393.JPG) !important;
}

.toddlerbg{
	background-image: url(../images/P1040742.JPG) !important;
}

.pre4bg{
	background-image: url(../images/P1060938.JPG) !important;
}

.mySlides {display:none;}

.parallax img{
	display: block;
    max-width: 100%;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);

}

.parallax { 
	
	position: relative;
    /* The image used */
    background-image: url(../images/005copy.JPG);

    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	

}

.parallax h3{
	color: #fff;
	margin: 0px;
	padding-top: 90px;
	padding-bottom: 25px;
	font-size: 32px;
	font-family: 'Shadows Into Light', cursive;
}

#empty{
	clear: both;
	height: 50px;
}

#footer{
	clear: both;
	height: auto;
	background-color: #b4531d;
	color: #fff;
	font-family:'Josefin Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

#aboutbtn{
	font-size: 16px;
	border: none;
	background-color: #fff !important;
    color: #000 !important;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}

#aboutbtn:hover{
	font-size: 16px;
    color: #c42527 !important;
    text-align: center;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}

#classesbtn{
	font-size: 16px;
	border: none;
	background-color: #fff !important;
    color: #000 !important;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}

#classesbtn:hover{
	font-size: 16px;
    color: #e2be5d !important;
    text-align: center;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}

#parentsbtn{
	font-size: 16px;
	border: none;
	background-color: #fff !important;
    color: #000 !important;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}

#parentsbtn:hover{
	font-size: 16px;
    color: #52c0b3 !important;
    text-align: center;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}


#summerbtn{
	font-size: 16px;
	border: none;
	background-color: #fff;
    color: #000;
    padding: 0px 0px;
	font-family:'Josefin Sans', sans-serif;
	
}

.container {
    overflow: hidden;
    font-family:'Josefin Sans', sans-serif;
}

.container a {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0px 0px;
	margin: 0px;
    text-decoration: none;
	font-family:'Josefin Sans', sans-serif;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
	align-content: center;
    cursor: pointer;
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
	
}

.container a:hover, .dropdown:hover .dropbtn {
    color: #523112;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 20%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	align-content: center;
	text-align: center;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}

.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family:'Josefin Sans', sans-serif;
	padding-bottom: 15px;
}


.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 10%;
	padding-right: 5%;
	margin-top: 5%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #c42527;
	font-size: 32px;
	font-family: 'Shadows Into Light', cursive;

}

.container .right_article h3 {
	padding-right: 5%;
	margin-top: 7%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #b4531d;
	font-size: 32px;
	font-family: 'Shadows Into Light', cursive;

}
.container .left_article p {
	padding-left: 10%;
	padding-right: 10%;
	color: #000;
}
.right_article {
	width: 35%;
	float: left;
}
.container .right_article {
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family:'Josefin Sans', sans-serif;
	list-style: none;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
}
.right_article ul li:hover {
	cursor: pointer;
}


.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.container .column_half.left_half h2 {
	padding-right: 5%;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #772628 !important;
	font-size: 32px;
	font-family: 'Shadows Into Light', cursive;
}

.container .column_half.left_half p {
	padding-left: 12%;
	padding-right: 10%;
	text-align: justify;
	color: #000;
}

.container .column_half.right_half p {
	padding-left: 12%;
	padding-right: 10%;
	text-align: justify;
	color: #000;
}

.column_title {
	padding-right: 5%;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 12%;
	padding-bottom: 0px;
	color: #3d7d7f;
	font-size: 32px;
	font-family: 'Shadows Into Light', cursive;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (max-width: 320px) {
	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.container .left_article h3 {
	margin-top: 30px;

}

}

@media (min-width: 321px) and (max-width: 768px) {
	
		.row{
		margin-left: 0%;
		margin-right: 0%;
	}
	

.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
	
}

@media (min-width: 769px) and (max-width: 1000px) {
	
		.row{
		margin-left: 0%;
		margin-right: 0%;
	}
	

.left_article {
	height: auto;
}
.right_article {
	height: auto;
}
	

.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
	
}

@media (max-width: 768px) {
	
	.columns{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	#copyright{
		padding: 0 15px;
	}
	
	.parallax h3{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.padmore {
		padding-top: 10% !important;
	}
	
	.container .right_article h3 {
		padding-left: 10%;
	}

	
	.container .right_article p {
		padding-left: 10%;
	}
	
	#padless{
		padding-top: 75px !important;
	}

}
.thumbnail {
	width: 70px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}

#menu {
}