@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Manrope:wght@300;700&display=swap');

body {
	padding: 0;
	margin: 0;
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #DCD4C8;
	text-decoration: none;
}
img {
	max-width: 100%;
}
#header {
	 position: relative;
	 width: 100%;
	 margin: auto;
}
#headerContent {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
#logo {
	position: relative;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	display: table;
}
.midLogo {
	position: relative;
	width: 50%;
	border: none;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
.midLogo img {
	position: relative;
	width: auto;
	max-width: 334px;
	margin: 0px auto;
}
.leftLogo {
	position: relative;
	width: 25%;
	max-height: 205px;
	border: none;
	display: table-cell;
	vertical-align: middle;
}
.leftLogo img {
	max-height: 194px;
	max-width: 98%;
	margin-left: 25px;
	display: block;
}
.rightLogo {
	position: relative;
	width: 25%;
	border: none;
	display: table-cell;
	vertical-align: middle;
}
#navigation {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	vertical-align: middle;
	z-index: 100;
	background-color: #008037;
}
#navigation ul {
	position: relative;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	position: relative;
	text-align: center;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 42px;
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	cursor: pointer;
}
#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li:hover {
	background-color: #2F965B;
}
#navigation ul li:hover > ul {
		display: block;
	}
#navigation ul ul {
	position: absolute;
	left: 0%;
	top: 100%;
	width: auto;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	white-space: nowrap;
	background-color: #FFFFFF;
	display: none;
}
#navigation ul ul li {
	text-align: center;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 38px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	display: block;
	white-space: nowrap;
	border-bottom: solid 1px #333333;
	padding-left: 18px;
	padding-right: 18px;
}
#navigation ul ul li a {
	color: #000000;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
}
#navigation ul ul li a:hover {
	color: #333333;
	text-decoration: none;
}
#navigation ul ul li:hover {
	color: #333333;
	text-decoration: none;
	background-color: #F1EEE9;
}
#contact {
	position: absolute;
	top: 5px;
	right: 15px;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #333333;
	text-align: right;
}
#headbreak {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #000000;
}
#mainContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 42%;
}
#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#slideshow .caption {
	position: absolute;
	left: 0px;
	top: 14%;
	width: 100%;
	text-align: center;
}
#slideshow .caption h1 {
	margin-bottom: 0px;
}
#slideshow .caption p {
	margin-top: 10px;
}
.spaceBreak {
	position: relative;
	width: 100%;
	height: 65px;
	clear: both;
}
.mainContainerBottom {
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 20px auto;
}
.mainContainerFull {
	position: relative;
	width: 100%;
	margin: 20px auto;
	border-top: solid 2px #008037;
	border-bottom: solid 2px #008037;
	background-color: #008037;
}
.mainContainerFullContent {
	position: relative;
	width: 90%;
	margin: auto;
}
.bottomLeftColumn {
	position: relative;
	float: left;
	width: 60%;
	vertical-align: top;
}
.bottomRightColumn {
	position: relative;
	float: right;
	width: 35%;
	vertical-align: top;
}
.callOutBlock {
	position: relative;
	width: 100%;
	background-color: #EDE9E3;
	border-radius: 45px;
	margin-top: 35px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.callOutContent{
	position: relative;
	width: 90%;
	margin: 15px auto 10px auto;
}
.moreLink {
	margin-top: 65px;
}
.caption {
	display: none;
}
.openHead {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 84px;
	line-height: 99%;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
.openSubHead {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 118%;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.80);
}
.openSubHeadLink {
	margin-top: 40px;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}
.openSubHeadLink a {
	padding: 12px 28px;
	background-color: #008037;
	border: solid 1px #FFFFFF;
	border-radius: 20px;
	text-decoration: none;
	color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.80);
}
.openSubHeadLink a:hover {
	opacity: 0.95;
	box-shadow: none;
}
#mLink {
	text-align: center;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 42px;
	font-weight: 700;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 0px;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	color: #FFFFFF;
	display: none;
	cursor: pointer;
}
h2 {
	font-family: "Caveat Brush", Arial, Helvetica, sans-serif;
	font-size: 64px;
	line-height: 56px;
	color: #008037;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
h3 {
	font-family: "Caveat Brush", Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 42px;
	color: #008037;
	margin-top: 0px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
.boldText {
	font-weight: 700;
}
.largeGreenText {
	font-weight: 700;
	font-size: 42px;
	color: #008037;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}
.greenText {
	font-family: "Caveat Brush", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #008037;
}
.greenText a {
	color: #008037;
	text-decoration: none;
}
.greenFont {
	font-family: "Caveat Brush", Arial, Helvetica, sans-serif;
	color: #008037;
	font-size: 28px;
}
.basicText a {
	text-decoration: underline;
	color: #000000;	
}
.basicText a:hover {
	text-decoration: none;
	color: #000000;	
}
.smallText {
	font-size: 14px;
	font-weight: normal;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #008037;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
#whatwedo {
	background-image: url(../images/IMG_0960.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}
.actionBlock {
	position: relative;
	width: 25%;
	min-width: 300px;
	margin: 1%;
	padding: 30px 50px;
	border: solid 1px #FFFFFF;
	display: inline-block;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 195%;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 20px;
}
.actionBlock:hover {
	background-color: rgba(255,255,255,0.2);
}
.actionBlockGreen {
	position: relative;
	width: 30%;
	min-width: 240px;
	margin: 1%;
	padding: 30px 50px;
	border: solid 1px #FFFFFF;
	display: inline-block;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 195%;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 20px;
	background-color:  #008037;
}
.actionBlockGreen:hover {
	opacity: 0.8;
}
.caveatFont {
	font-family: "Caveat Brush", Arial, Helvetica, sans-serif;
	font-size: 48px;
}
.quoteSlideTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}
.quoteSlideLeft {
	position: relative;
	width: 40%;
	vertical-align: middle;
	display: table-cell;
}
.quoteSlideLeft img {
	position: relative;
	max-width: 100%;
	border-radius: 15px;
}
.quoteSlideRight {
	position: relative;
	width: 60%;
	vertical-align: middle;
	display: table-cell;
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 25px;
	padding bottom: 45px;
	background-color: #000000;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: solid 5px #000000;
}
#footerContent {
	position: relative;
	width: 94%;
	text-align:center;
	display: table;
	border-collapse: separate;
	border-spacing: 25px;
	margin-bottom: 20px;
}
#footerLeft {
	position: relative;
	width: 45%;
	vertical-align: middle;
	text-align: right;
	display: table-cell;
}
#footerRight {
	position: relative;
	width: 55%;
	vertical-align: middle;
	text-align: left;
	font-family: "Caveat Brush", Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 42px;
	color: #FFFFFF;
	display: table-cell;
}
#footerRight a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerRight a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerContent img {
	width: 240px;
}

#pageHeadContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 30%;
}
.pageCaption {
	position: absolute;
	left: 0px;
	top: 24%;
	width: 100%;
	text-align: center;
}
#summerProgram {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/summer-camp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#preschoolProgram {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/pre-school-slide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#afterschoolProgram {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/afterschool-slide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#specialtyProgram {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/parties.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.afterSchoolTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}
.afterSchoolLeft {
	position: relative;
	width: 45%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.afterSchoolRight {
	position: relative;
	width: 55%;
	vertical-align: middle;
	display: table-cell;
}
.partyTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}
.partyCell {
	position: relative;
	width: 40%;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #008037;
	border-radius: 18px;
	display: table-cell;
}
.partyContent {
	position: relative;
	width: 94%;
	margin: 12px auto;
	text-align: center;
}
#scheduleProgram {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/schedule-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.scheduleTable {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}
.scheduleLeft {
	position: relative;
	width: 60%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.scheduleRight {
	position: relative;
	width: 40%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.scheduleLeftAlt {
	position: relative;
	width: 40%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.scheduleRightAlt {
	position: relative;
	width: 60%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.requiredTable {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}
.requiredCell {
	position: relative;
	width: 33%;
	text-align: center;
	vertical-align: top;
	display: table-cell;
}
.requiredCell img {
	border: solid 1px #666666;
	margin-bottom: 16px;
}
.requiredCell a {
	text-decoration: none;
	font-weight: 600;
	color: #000000;
}
.roundPic {
	border-radius: 20px;
}
.leftPic {
	float: left;
	margin: 5px 25px 10px 0px;
}
.rightPic {
	float: right;
	margin: 5px 0px 10px 25px;
}
.locationMaps {
	position: relative;
	width: 100%;
	max-width: 640px;
	height: 480px;
	margin: auto;
	border: solid 1px #333333;
	overflow: hidden;
}
.locationContainer {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin-top: -60px;
}
.locationContainer iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

@media only screen and (max-width: 1300px) {
	#navigation ul li {
	font-size: 18px;
	padding-left: 1%;
	padding-right: 1%;
	}
	.openHead {
	font-size: 72px;
	}
	.openSubHead {
	font-size: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	#mLink {
	display: block;
	}
	#headerContent {
	width: 100%;
	height: auto;
	display: block;
	}
	#logo {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	}
	#navigation {
	width: 100%;
	display: block;
	margin-top: -20px;
	}
	#contact {
	position: relative;
	top: 0px;
	right: 0px;
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	}
	#navigation ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #008037;
	display: none;
	}
	#navigation ul li {
	font-size: 28px;
	line-height: 68px;
	font-weight: 300;
	color: #FFFFFF;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul li a {
	color: #FFFFFF;
	display: block;
	}
	#navigation ul li:hover {
	background-color: #198C4B;
	}
	
	#navigation ul ul {
	position: relative;
	left: 0;
	top: 100%;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #33995F;
	display: none;
	}
	#navigation ul ul li {
	font-size: 21px;
	line-height: 58px;
	font-weight: 300;
	display: block;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul ul li a {
	color: #FFFFFF;
	display: block;
	}
	#navigation ul ul li a:hover {
	color: #FFFFFF;
	}
	#navigation ul ul li:hover {
	background-color: #4CA673;
	}
	
	.openHead {
	font-size: 66px;
	}
	.openSubHead {
	font-size: 21px;
	}
	.spaceBreak {
	height: 50px;
	}
}
@media only screen and (max-width: 860px) {
	.openHead {
	font-size: 54px;
	}
	.openSubHead {
	font-size: 21px;
	}
	#mainContainer {
	}
	.bottomLeftColumn, .bottomRightColumn {
	position: relative;
	float: none;
	width: 100%;
	vertical-align: top;
	}
	.actionBlock {
	display: block;
	}
	.quoteSlideTable {
	display: block;
	}
	.quoteSlideLeft {
	width: 100%;
	display: block;
	text-align: center;
	}
	.quoteSlideLeft img {
	max-width: 80%;
	margin: auto;
	display: block;
	}
	.quoteSlideRight {
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 12px;
	}
	#footerContent {
	width: 100%;
	display: block;
	}
	#footerLeft {
	width: 100%;
	text-align: center;
	display: block;
	}
	#footerRight {
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	display: block;
	}
	#footerContent img {
	width: 190px;
	}
	h2 {
	font-size: 56px;
	text-align: center;
	}
	h3 {
	font-size: 32px;
	text-align: center;
	}
	.largeGreenText {
	font-size: 38px;
	}
	.spaceBreak {
	height: 25px;
	}
	.mainContainerBottom, .mainContainerFull, .callOutBlock  {
	margin: 15px auto;
	}
	.leftPic, .rightPic {
	float: none;
	margin: 5px auto 10px auto;
	max-width: 90%;
	display: block;
	}
	.afterSchoolTable {
	display: block;
	}
	.afterSchoolLeft {
	width: 100%;
	display: block;
	}
	.afterSchoolRight {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 55px;
	}
	.partyTable {
	display: block;
	}
	.partyCell {
	width: 90%;
	display: block;
	margin: 1px auto 30px auto;
	}
	#mainContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 75%;
	}
	.requiredTable {
	position: relative;
	width: auto;
	max-width: 900px;
	margin: auto;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
	}
	.requiredCell {
	position: relative;
	width: 210px;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	}
	.pageCaption {
	top: 10%;
	}
	.caveatFont {
	font-size: 42px;
	}
	#logo {
	position: relative;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	display: table;
	text-align: center;
	}
	.midLogo {
	position: relative;
	width: 62%;
	max-height: 190px;
	margin: auto;
	display: table-cell;
	text-align: left;
	}
	.midLogo img {
	position: relative;
	width: 90%;
	border: none;
	}
	.leftLogo {
	position: relative;
	width: auto;
	max-height: 205px;
	display: table-cell;
	text-align: right;
	}
	.leftLogo img {
	max-height: 180px;
	max-width: 90%;
	margin-left: 0px;
	display: inline;
	}
	.rightLogo {
	position: relative;
	width: 1%;
	max-height: 205px;
	display: table-cell;
	}

}
@media only screen and (max-width: 600px) {
	.openHead {
	font-size: 41px;
	line-height: 110%;
	}
	.openSubHead {
	font-size: 18px;
	}
	#mainContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 90%;
	}
	h2 {
	font-size: 48px;
	text-align: center;
	}
	.largeGreenText {
	font-size: 32px;
	}
	.spaceBreak {
	height: 10px;
	}
	.mainContainerBottom, .mainContainerFull, .callOutBlock  {
	margin: 10px auto;
	}
	.requiredTable {
	position: relative;
	width: auto;
	max-width: 900px;
	margin: auto;
	display: block;
	text-align: center;
	}
	.requiredCell {
	position: relative;
	width: 210px;
	margin: 25px;
	display: inline-block;
	}
	.noMobile {
	display: none;
	}
	.pageCaption {
	top: 5%;
	}
	#pageHeadContainer {
	padding-bottom: 40%;
	}
	.actionBlock, .actionBlockGreen {
	padding: 30px 25px;
	}
	.caveatFont {
	font-size: 38px;
	}
}
@media only screen and (max-width: 400px) {
	.openHead {
	font-size: 36px;
	}
	h2 {
	font-size: 40px;
	}
	.largeGreenText {
	font-size: 28px;
	}
	.spaceBreak {
	height: 5px;
	}
	.caveatFont {
	font-size: 32px;
	}

}

@media only screen and (max-height: 600px) {
	#mainContainer {
	}
}
/* 
tan = #DCD4C8;
green = #008037;
*/