body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}
h1 {
	font-family: 'Paytone One', sans-serif;
}
ol {
  display: block;
  padding-left: 1.5em;
}
.all_container {
	float: left; 
	width: 100%;
	background: url(img/school_house.png) no-repeat fixed;
	background-color: #59A9B3;
	background-size: 600px;
	background-position: 50% 270px;
}

/* MARGINS */
.margins {
	margin: auto;
}
/* MENU STYLES */
	.header_container {
		float: left;
		background-color: white;
		width: 100%;
	}
	.header {
		position: relative;
		height: 9%;
		width: 1000px;
		
	}
	.logo_desktop {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 50%;
		display: block;
	}
	.logo_mobile {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 50%;
		display: none;
	}
	.menu_item_desktop {
		float: right;
		margin-left: 3%;
		margin-top: 3%;
		color: #4E4F51;
		display: block;
		font-weight: bold;
	}
/* BODY STYLES */
	.search_container {
		float: left;
		width: 100%;
	}
	.search {
		position: relative; 
		width: 1000px;
	}
	.search_header {
		float: left; 
		clear: both;
		margin-left: 10%; 
		margin-top: 5%;
		width: 60%;
		font-family: 'Paytone One', sans-serif;
		color: white;
		font-size: 38px;
	}
	.search_bar {
		margin-top: 10px;
		padding: 5px;
		font-size: 24px;
		color: #9E9FA1;
		border: none;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 75%;
	}
	.search_submit {
		background-color: #F26522;
		padding: 12px;
		padding-bottom: 33px;
		color: white;
		border-style: none;
		border-radius: 0 10px 10px 0;
		cursor: pointer;
	}
		.search_submit_image {
			height: 30px; 
			padding-top: 10px; 
			padding-right: 10px; 
			padding-left: 10px;			
		}
/* LEARN MORE STYLES */
	.learn_more_container {
		float: left;
		clear: both;
		width: 100%;
		background-color: white;
		padding-bottom: 50px;
		padding-top: 20px;
		margin-top: 210px;
		display: block;
	}
	.learn_more {
		position: relative; 
		height: 120px;
		width: 1000px;
	}
		.learn_more_font {
			font-size: 24px; 
			font-family: 'Paytone One', sans-serif;		
		}
	.information {
		float: left; 
		width: 290px;
		margin-right: 23px;
		height: 100%;
		background-color: #4E4F51;
		text-align: center;
		color: white;
		padding-top: 30px;
		padding: 10px; 
		padding-bottom: 40px; 
		-webkit-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.5);
		-moz-box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.5);
		box-shadow: 5px 5px 5px 0px rgba(69,69,69,0.5);
	}
		.inner_pad {
			padding: 10px;
				
		}
	.r_column {
		margin-right: 0%;
		padding-bottom: 42px;
	}
	.mobile_learn_more_container {
		display: none;
	}
	.mobile_menu {
		display: none;
	}
	.mobile_menu_button {
		display: none;
	}
	

/* MOBILE STYLING */
@media only screen and (max-width: 1000px) {
	body {
		background: #FFFFFF;
	}
	.margins {
		margin-left: 2%;
		margin-right: 2%;
	}
	.all_container {
		background: none;
	}
	.header {
		width: 96%;
		height: 150px;
	}
	.logo_desktop {
		height: 50px;
		margin-bottom: 10px;
		display: none;
	}
	.logo_mobile {
		width: 75%;
		margin-bottom: 30px;
		margin-top: 30px;
		display: block;
	}
	.search {
		width: 96%;
	}
	.search_container {
		background-color: #0096A9;
		padding-bottom: 50px;
		padding-top: 40px;
		padding-bottom: 200px;
		margin-bottom: 30px;
	}
	.search_header {
		width: 100%;
		margin: 0;
		font-size: 60px;
		-webkit-text-size-adjust: 100%;
		margin-bottom: 20px;
		margin-top: 20px; 
	}
	/* SEARCH INPUT */
		.search_bar {
			font-size: 40px; 			
		}
		.search_submit {
			padding-bottom: 37px;	
			padding-right: 25px;
			padding-left: 25px;
		}
		.search_submit_image {
			height: 45px;			
		}
	/* MOBILE LEARN MORE AREA */
	.learn_more_container {
		display: none;
	}
	.mobile_learn_more_container {
		display: block;
		float: left;
		width: 100%;
	}
	.learn_more {
		float: left;
		width: 96%;
	}
	.mobile_information_button {
		background-color: white;
		margin-top: 30px;
		border-color: #A5A5A5;
		height: 95px;
		border-style: solid;
		border-width: 2px;
		font-size: 36px;		
	}
	.plus {
		background-color: #F26522; 
		padding-left: 15px; 
		padding-right:15px; 
		color: white;
	}
	
	/* MENU FOR MOBILE */
	.menu_item_desktop {
		display: none;
	}
	.mobile_menu {
	display: none;
	}
	.mobile_menu_item {
		float: left; 
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 40px;
		background-color: white;
		width: 99.5%;
		border: #F4F4F4 solid;
		border-width: 5px 5px 0px 5px;
	}
	.mobile_menu_item_font {
		float: left;
		margin-left: 10px;
		color: #404040;
	}
	.mobile_menu_item_arrow {
		float: right;
		margin-right: 15px;
		color: #959697;
		font-weight: bold;
	}
	.mobile_menu_button {
		float: right;
		margin-right: 30px;
		margin-top: 30px;
		border-radius: 10px;
		background-color: #F26522;
		border-color: #F4F4F4;
		border-style: solid;
		border-width: 5px;
		height: 150px;
		width: 18%;
		cursor: pointer;
		display: block;
	}
	.mobile_menu_button_font {
		color: white;	
		width: 100%;
		text-align: center; 
		font-size: 42px; 
		margin-top: 40px;
		-webkit-text-size-adjust: 100%;
	}
	.cloud_1 {
		display: none;		
	}
	.cloud_2 {
		display: none;		
	}
	
}
/* STARS */
.star_full {
	color: #FFC000;
	font-size: 150%;
}
.star_empty {
	color: #D9D9D9;
	font-size: 150%;
}

/* FLOATING CLOUDS */
		.cloud_1 {
			position: absolute; 
			top: 150px; 
			-webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
			animation: mymove 10s;
			-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
			animation-fill-mode: forwards;
		}
		@-webkit-keyframes mymove {
			from {left: 20px;}
			to {left: 50px;}
		}
		@keyframes mymove {
			from {left: 20px;}
			to {left: 50px;}
		}
		.cloud_2 {
			position: absolute; 
			top: 200px; 
			-webkit-animation: mymove2 8s ; /* Safari 4.0 - 8.0 */
			animation: mymove2 12s;
			-webkit-animation-timing-function: ease;
			animation-timing-function: ease;
			animation-fill-mode: forwards;
		}
		@-webkit-keyframes mymove2 {
			from {right: 30px; top: 200px; }
			to {right: 40px; top: 190px; }
		}
		@keyframes mymove2 {
			from {right: 30px; top: 200px; }
			to {right: 40px; top: 190px;}
		}

		
/* STYLE FOR SUB PAGES: ABOUT ETC */
.main_container {
	float: left;
	width: 100%;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-bottom: 15px;
}
	.sub_page_header {
		color: white;
		text-align: center;
		font-size: 60px;
		padding-top: 80px;
		padding-bottom: 80px;
		font-family: 'Paytone One', sans-serif;
	}
	.sub_page_body {
		padding-bottom: 50px;
	}
	.inner_container	{
		position: relative; 
		width: 1000px;
	}
	.sub_font_titles {
		font-size: 20px;
		font-family: 'Paytone One', sans-serif;
	}
	@media only screen and (max-width: 1000px) {
		.main_container {
			margin-bottom: 30px;
		}
		.inner_container {
			width: 96%;
			font-size: 40px;
			-webkit-text-size-adjust: 100%;
		}
		.sub_page_header {
			padding-top: 120px;
			padding-bottom: 120px;
			font-size: 60px;
			-webkit-text-size-adjust: 100%;
		}
		.sub_font_titles {
			font-size: 40px;
			-webkit-text-size-adjust: 100%;
		}
		
	}

		