@charset "utf-8";
/*-----------------*/
/*-------MAIN------*/
/*-----------------*/
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0px;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image:url(../images/bkgtile.jpg);
	background-size: 500px 500px;
	background-repeat: repeat;
	line-height: 1em;
	letter-spacing: 0px;
	font-size: 1em;
	text-align: center;
	z-index: 0;
	overflow-x: hidden;
}
#header {
	background-color: #24a79f;
	width: 100%;
	position: relative;
	top: 5%;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0 0 0;
	margin: 0;
}
#header img {
	display: inline-block;
	width: 100px;
	text-align: left;
	margin: -10px 0 0 0;
	padding: 5px;
	vertical-align: middle ;
}
#container {
	max-width: 100%;
	margin: 10px auto 80px auto;
	padding: 3%;
	text-align: center;
	position: relative;
	left: 0px;
	}
#content {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
	transform: rotate(10deg);
	position: relative;
	left: 10px;
	filter: drop-shadow(0px 0px 20px #6a7778);
}
#jc {
	max-width: 150px;
	padding: 5px 5px 0 5px;
	float: left;
	z-index: 0;
}
#book1 {
	width: 180px;
	height: 288px;
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../images/book1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px;
	display: inline-block;
	filter: drop-shadow(0px 0px 20px #6a7778);
	transform: rotate(-5deg);
	z-index: 1;
}
#book2 {
	width: 216px;
	height: 248px;
	position: relative;
	top: -10px;
	left: -10px;
	margin-left: 0px;
	background-image: url(../images/book2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(20deg);
	display: inline-block;
	filter: drop-shadow(0px 0px 20px #6a7778);
	z-index: 2;
}
#book3 {
	width: 225px;
	height: 292px;
	position: relative;
	top: -20;
	left: -20px;
	background-image: url(../images/book3.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-20deg);
	display: inline-block;
	filter: drop-shadow(0px 0px 20px #6a7778);
	z-index: 3;
}
#margin {
	min-height: 50px;
	
}
ul, ol, dl {
	padding: 4px 1%;
	margin: 1px;
}
h1 {
	font-family: "Arial", "sans-serif";
	letter-spacing: 0.2em;
	color: #ffffff;
	font-size: 2em;
	text-transform: uppercase;
	test-align: center;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 20;
	line-height: 2em;
	vertical-align: middle;
	position: relative;
	top: -6px;
}
h2 {
    color: #0081bb;
    font-family: 'fankids';
}
h2, h3 {
	letter-spacing: 0.2em;
	margin: 1px;
	padding: 4px 1%;
	line-height: 1.1em;
}
h4 {
	margin: 1px;
	padding: 0;
	line-height: 1.1em;
	color: #D5B963;
}
h5, h6 {
	margin: 0;
	padding: 2px 1%;
}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	color: #03312e;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: left;
	}
@font-face {
    font-family: 'coco';
    src: url('../fonts/cocobubble-regular-webfont.woff2') format('woff2'),
         url('../fonts/cocobubble-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fankids';
    src: url('../fonts/fankids-webfont.woff2') format('woff2'),
         url('../fonts/fankids-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kidplay';
    src: url('../fonts/kidplay_preview-webfont.woff2') format('woff2'),
         url('../fonts/kidplay_preview-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lapsus';
    src: url('../fonts/lapsuspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/lapsuspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.small {
	font-size: 12px;
}
.smallmargin {
	margin: 2px;
	padding: 2px;
}
.bigmargin {
	margin: 10px;
	padding: 10px;
}
.nomargin {
	margin: 0;
	padding: 0;
}
.nobr {
	white-space: nowrap;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.shadow {
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	behavior: url(/content/scripts/ie-css3.htc);

}
.hide {
	display: none;
}
.active {
	display: block;
	}
#logoPic {
	width: 2000px;
	max-width: 90%;
	padding: 0;
	margin: 0;
}
.biopic {
	float: left;
	margin: 5px 5px 5px 0px;
	border: groove 1px #FC3
	}
a, a:visited {
	color: #60a44d;  
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover, a:focus {
	color: #60a44d;
	text-decoration: underline;
}
a:active {
	color: #60a44d;
	text-decoration: none;
}
a img {
	border: none;
}
.centered {
	text-align: center;
}
.centered2 {
	position: relative;
	right: 75px;
	text-align: center;
}
@media screen and (min-width:200px) and (max-width: 649px) {
#header img {
	width: 100px;
	margin: -10px auto 0 auto;
}
h1 {
	font-size: 1.5em;
}
h1::before {
	content: "\A";
	white-space: pre;
}
#container {
	width: 100%;
	margin: 50px auto 0;
	padding: 3%;
	text-align: center;
	position: relative;
	left: -2%;
	}
#content {
width: 70%;
transform: rotate(5deg);
left: 0;
margin: 0 auto;
}
#jc {
	max-width: 150px;
	padding: 5px 5px 0 5px;
	float: none;
	text-align: center;
	z-index: 0;
}
#book1 {
	width: 175px;
	height: 240px;
	top: 0;
	left: 0;
}
#book2 {
	width: 180px;
	height: 205px;
	top: -10px;
	left: -10px;
	}
#book3 {
	width: 188px;
	height: 245px;
	top: -20;
	left: -20px;
}
} /*end max599 */
	
@media screen and (min-width:650px) and (max-width: 1199px) {
#header img {
	width: 100px;
	margin: -10px auto 0 auto;
}
h1 {
	font-size: 1.5em;
}
#container {
	width: 100%;
	margin: 30px auto 0;
	padding: 3%;
	text-align: center;
	position: relative;
	left: -2%;
	}
#content {
width: 70%;
transform: rotate(5deg);
left: 0;
margin: 0 auto;
}
#jc {
	max-width: 150px;
	padding: 5px 5px 0 5px;
	float: none;
	text-align: center;
	z-index: 0;
}
#book1 {
	width: 175px;
	height: 240px;
	top: 0;
	left: 0;
}
#book2 {
	width: 180px;
	height: 205px;
	top: -10px;
	left: -10px;
	}
#book3 {
	width: 188px;
	height: 245px;
	top: -20;
	left: -20px;
}
} /*end max799 */
	
@media screen and (min-width:800px) {
} /*end min800 */