@charset "UTF-8";
/* CSS Document */
/*general styles*/
body {
	width: 100%;
	background-color: #09CDFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
#logo {
	width: 100%;
	background-color: #fff;
	margin-top: 10%;
	padding-top: 5px;
}
.container {
	width: 75%;
	height: 100%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 15%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	background: rgba(6,201,28,1.00);
}
section {
	width: 75%;
	height: 300%;
	margin-top: 15%;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #09CDFF;
}
.sky {
	width: 80%;
}
.sun {
	width: 150px;
	height: 150px;
	float: left;
}
#wrapper {
	width: 75%;
	height: 80%;
	margin: 15%;
	background-color: #09CDFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.25em;
}
.aviatar {
	margin-top: -3px;
	padding: 2px 30px 15px 40px;
	float: left;
}
h1 {
	color: #fff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 3em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.5px;
	padding-top: 8%;
	padding-bottom: 8%;
}
h2, h3, h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.5em;
	padding-left: 40px;
}
p.content {
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 5%;
}
footer {
	background-color: #fff;
	width: 100%;
	height: 4%;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
	position: absolute;
}
/*contact form styles*/
#submit {
	width: 130px;
	margin-top: 3%;
}
p.contactIntruc {
	margin-left: 0px;
	text-align: center;
}
label {
	margin: 10%;
}
input {
	width: 100%;
	margin: 7%;
}
textarea {
	width: 100%;
	margin: 7%;
}
/*word/image match game*/
#movieTitles {
	margin: 5% 0 0 0;
	float: left;
}
#movieQuotes {
	margin: 5% 0 15% 0;
	float: left;
}
#movieTitles, #movieQuotes {
	width: 50%;
	height: 250px;
	margin-bottom: 10%;
}
#movieTitles div, #movieQuotes div {
	float: left;
	width: 120px;
	height: 150px;
	margin: 1%;
	padding: 0px 20px 0px 20px;
	border: 2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	font-size: 1.25em;
}
p.words {
	text-align: center;
	margin: 40px 0px 0px -10px;
}
.longImg {
	width: 100%;
}
.medImg {
	width: 100%;
	margin: 15px auto 0px auto;
}
.shortImg {
	width: 120%;
	margin: 35px auto 15px auto;
}
/*slide puzzle*/
#game {
	list-style-type: none;
	margin-bottom: 50%;
	padding: 0;
	width: 310px;
	position: relative;
}
#game li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#game li img {
	width: 100px;
	height: 100px;
	border: 1px solid #000;
}
#original {
	width: 500px;
	height: 300px;
	margin-left: 50px;
	display: none;
	background-color: #000;
}
.puzzle {
	margin-top: 20%;
}
/*math equation game*/
.math {
	margin-top: 10%;
}
.chalkBoard {
	background-color: #036C16;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	border: solid 30px #B47339;
	padding: 60px;
}
.mathBtn {
	width: 180px;
	font-size: .75em;
	font-weight: 500;
	color: #000;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 43.01%, rgba(109,109,109,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 43.01%, rgba(109,109,109,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 43.01%, rgba(109,109,109,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,1.00) 43.01%, rgba(109,109,109,1.00) 100%);
}
.mathValue {
	color: #000;
	margin: 30px auto 0px auto;
	width: 55px;
}/*games end*/
/*book styles*/
.bookBtn {
	margin: 27% auto 30% auto;
	padding: 5px 15px;
	border-color: #000;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 22px 4px #FFFFFF;
	box-shadow: 0px 0px 22px 4px #FFFFFF;
}
/*Nav icon styles*/
img.staticImages {
	padding-left: 10px;
	padding-top: 17px;
	padding-right: 10px;
}
img.hoverImages {
	padding-left: 10%;
	padding-top: 17%;
	padding-right: 10%;
	-webkit-transition: margin 0.7s ease-out;
	-moz-transition: margin 0.7s ease-out;
	-o-transition: margin 0.7s ease-out;
}
img.hoverImages:hover {
	cursor: pointer;
	margin-top: 10px;
}
/* character dialog bubbles*/
a[bubbletooltip]:before {
	content: "";
	position: relative;
	visibility: hidden;
}
a[bubbletooltip]:after {
	position: absolute;
	content: attr(bubbletooltip);
	font-size: 1.25em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	top: -100px;
	left: -10%;
	white-space: nowrap;
	background: #ffffff;
	color: #000000;
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	visibility: hidden;
}
a[bubbletooltip]:hover:before, a[bubbletooltip]:hover:after {
	visibility: visible;
	-moz-transition: visibility 0s linear .3s;
	max-width: 300px;
	max-height: 250px;
	white-space: pre-wrap;
}
/*falling scoop sky*/
#scoop {
	width: 100%;
	background: none;
	font-family: Androgyne;
	background-image: url(../img/scoop.png), url(../img/scoop1.png), url(../img/scoop2.png);
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-animation: snow 30s linear infinite;
	-moz-animation: snow 30s linear infinite;
	-ms-animation: snow 30s linear infinite;
	animation: snow 30s linear infinite;
}
 @keyframes snow {
 0% {
background-position: 0px 0px, 0px 0px, 0px 0px;
}
 50% {
background-position: 500px 500px, 100px 200px, -100px 150px;
}
 100% {
background-position: 500px 1000px, 200px 400px, -100px 300px;
}
}
@-moz-keyframes snow {
 0% {
background-position: 0px 0px, 0px 0px, 0px 0px;
}
 50% {
background-position: 500px 500px, 100px 200px, -100px 150px;
}
 100% {
background-position: 400px 1000px, 200px 400px, 100px 300px;
}
}
@-webkit-keyframes snow {
 0% {
background-position: 0px 0px, 0px 0px, 0px 0px;
}
 50% {
background-position: 500px 500px, 100px 200px, -100px 150px;
}
 100% {
background-position: 500px 1000px, 200px 400px, -100px 300px;
}
}
@-ms-keyframes snow {
 0% {
background-position: 0px 0px, 0px 0px, 0px 0px;
}
 50% {
background-position: 500px 500px, 100px 200px, -100px 150px;
}
 100% {
background-position: 500px 1000px, 200px 400px, -100px 300px;
}
}
/*Falling scoops end*/


@media screen and (max-width : 767px ) {
.puzzle {
	margin-top: 200%;
}
}

@media screen and (min-width : 768px ) and (max-width : 991px ) {
.puzzle {
	margin-top: 160%;
}
}
