@charset "utf-8";
html{
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Bitter', serif;
	height:100%;
}
#topblack{
	position:absolute;
	width:100%;
	height:80px;
	z-index:10;
	background-color:#000000;
	top:0;
	left:0;
}
#mainimage{
	position:absolute;
	width:100%;
	height:500px;
	z-index:11;
	top:80px;
	left:0;
	background-image:url(images/stock-photo-happy-schoolchildren-at-a-classroom-education-209458519.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:100;
	height:100%;
}
#menubox{
	padding-top:30px;
	padding-bottom:30px;
	background-color:#000000;
	height:20px;;
}
#menubox a{
	text-decoration:none;
	color:#CCC;
	display:block;
	float:left;
	margin-right:30px;
	letter-spacing:2px;
}
#menubox a:hover{
	color:#FFFFFF;
}
#logo {
	width:500px;
	margin-left:20px;
	font-size:18px;
	color:#FFFFFF !important;
}
#games{
	margin-top:400px;
	margin-left:auto;
	margin-right:auto;
	width:699px;;
}
#game1, #game2, #game3{
	width:200px;
	height:200px;
	text-align:center;
	padding:10px;
	background-color:#036;
	float:left;
	margin:1px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
#game1{
	background-color:#78c7ee;
}
#game3{
	background-color:#eb841f;
}
#game2{
	background-color:#e45055;
}
#games img{
	margin-top:20px;
	border:none;
}
#games h2{
	padding:0;
	margin-bottom:5px;
	margin-top:15px;
}
#games p{
	margin:0;
	padding:0;
	font-size:12px;
}
/*Responsive Styles*/

@media screen and (max-width : 760px){
}