@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #31f5ff;
	background-image: url(../images/bodyBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Dafault Text Styles */

h1  {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:1.7em;
	font-weight: 700;
	color:#2B0447;
	margin: 0,0,1em,0;
}
h2  {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:1.3em;
	font-weight: 600;
	color:#2B0447;
	margin: 0,0,.75em,0;
}
h3  {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	font-weight: 600;
	color: #2B0447;
	margin: 0,0,.60em,0;
}
h4  {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:.80em;
	font-weight: 600;
	color:#2B0447;
	margin: 0,0,.50em,0;
}

p {
	font-size:1em;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
a {color: #35005C;text-decoration: none;}

a:visited{color: #9200AC; text-decoration: none;}

a:hover{text-decoration: underline;}





/* Divs and Div Elements */

#page {
	position: relative;
	text-align: center;
	width: 1024px;
	margin: auto;
}

header{
	position: relative;
	height: 300px;
	width: 1022px;
	margin: 0;
	padding: 0;
	background-image: url(../images/CastleHeaderBGfull.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 15px 9px -4px hsla(0,0%,0%,0.63);
	box-shadow: 0px 15px 9px -4px hsla(0,0%,0%,0.63);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
header div.hero{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	margin: 0;
	top: 0px;
	left: 0px;
	background-image: url(../images/CastleHeaderBannerfull.png);
	background-repeat: no-repeat;
}
#headerDragon{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	margin-left: 72%;
	margin-right: 0px;
	background-image: url(../images/CastleHeaderDragonfull.png);
	background-repeat: no-repeat;
	
	
}


/*Navigation elements*/


nav{
	position: absolute;
	top: 70%;
	left: 30%;
	z-index: 5;
	padding: 0 0 0 0;
	width: auto;
	text-align: center;
	font-family: 'Fontdiner Swanky', cursive;
}


nav::after{content: ''; display: block; clear: both;}

nav ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

nav ul li{
	margin: 0 3px;
	background-color: rgba(63,61,81,0.60);
}
nav ul li:hover{
	background-color: rgba(63,61,81,0.88);
}

nav ul li:hover > ul{
	display: block;
}

nav ul li a{
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	width: 125px;
}
nav ul li a img{float: left; width: 28px; height: 28px;}

nav ul li a:visited{color: #fff;}

nav ul li a:hover{background-color: rgba(0,0,0,0.91);}

nav ul ul{
	position: absolute;
	top: 100%;
	background-color: rgba(0,0,0,0.50);
	display: none;
}

nav ul ul li{
	position: relative;
}

/* Top Level Nav items */
nav > ul {padding-left: 0}
nav > ul > li{float: left}
nav > ul > li >a{padding: 10px 20px 10px 10px; font-size: 1.2em;}


/*Main section */


main{
	width: 90%;
	min-height: 921px;
	margin: 0 auto;
	background-image: url(../images/CastleWallBGfull.png);
	background-repeat: repeat-y;
	
}
main::after {content:''; display: block; clear: both;}/*psudo element to extend main to bottom of container*/

.bigWindow {
	width: 600px;
	min-height: 400px;
	top: 1px;
	left: 0;
	margin: 0;
	padding: 0;
}
.bigWindow .bigWindowHeader{
	padding: 0 0 0 0;
	margin: 0;
	width: 600px;
	height: 258px;
	text-align: center;
	background-image: url(../images/bigWindowH1.png);
	background-repeat: no-repeat;
	background-size: 600px 258px;
}
.bigWindow .bigWindowHeader h1{
	margin: 0;
	padding: 4em 0 0 2em;
	
}

.bigWindow section{
	padding: 0;
	margin: 0;
	width: 600px;
	min-height: 400px;
	background-image: url(../images/bigWindowSection.png);
	background-repeat: repeat-y;
	background-size: 600px;
}
.bigWindow section p{padding: 1em 4.5em; text-align: left;}

.bigWindow section img .floatleft{width: 100px; height: 50px; margin:0;}
.bigWindow section img .floatright{width: 40%; margin-right: 15px; margin-left: 5px;}


.bigWindow .bigWindowBottom{
	padding: 0;
	margin: 0;
	width: 600px;
	height: 76px;
	background-image: url(../images/bigWindowBottom.png);
	background-repeat: no-repeat;
	background-size: 600px 76px;
}
.parentLetters{
	position: relative;
	margin: 0;
	padding: 0;
	
}
.parentLetters iframe{
	position: relative;
	width: 472px;
	height: 615px;
	margin: 0 0 0 34px;
}
.mobileParentLetter{height: 0px; margin: 0; padding: 0; display: none;}


/*Side Banner Section*/


.sideBanner {
	position: relative;
	float: right;
	width: 350px; 
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 4;
}
.sideBanner h2, h3, h4{
	position: relative;
	font-size: 1.2em;
	color: rgba(237,237,237,1.00);
	font-family: 'Fontdiner Swanky', cursive;
}



.sideBanner h1{
	position: relative;
	width: 350px;
	min-height: 55px; 
	font-size: 1.5em;
	color: rgba(237,237,237,1.00);
	background-image: url(../images/sideBannerH1.png);
	background-size: 350px 55px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: 'Fontdiner Swanky', cursive;
}


.sideBanner aside{
	position: relative;
	width: 350px;
	min-height: 350px;
	margin-top: 100px;
	padding: 0;
	color: rgba(237,237,237,1.00);
	background-image: url(../images/sideBannerAside.png);
	background-size: 350px;
	background-repeat: repeat-y;
	background-position: top;
}
.sideBanner aside p{
	position: relative;
	font-size: 1em;
	padding: 0 2.5em;

}
.sideBanner a{
	position: relative;
	color: #79FBF9;
}
.sideBannerBottom {
	position: relative;
	width: 350px;
	height: 101px;
	background-image: url(../images/sideBannerBottom.png);
	background-size: 350px 101px;
	background-repeat: no-repeat;
	margin: 0;
}


/*FullPage Elements*/
.fullPage{
	position: relative;
	top: 20px;
	width: 921px;
	min-height: 880px;
	padding: 110px 50px 0 50px;
	background-image: url(../images/FullPageParchment.png);
	background-size: 921px 880px;
	background-repeat: no-repeat;
	text-align: center;
	
}
.fullPage h1{font-family: 'Fontdiner Swanky', cursive, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}


#calendar{
	position: relative;
	margin: 5px 0;
	height: 0;
	overflow: hidden;
	text-align: center;
	padding: 5px 5px 73% 5px;
}
#calendar iframe{
	position: absolute;
	top: 150px;
	left: 2.5%;
	margin: 0;
	padding: 0;
	width: 85%;
	height: 73%;
	border: 1px inset #7a8b8b;
	overflow: auto;
	
	
}

#calendar p{margin: 1em 5em;}


/*footer elements*/
footer{
	position: relative;
	background-image: url(../images/footerfull.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 696px;
	color: rgba(255,255,255,1.00);
	
}
.decoration{
	position: relative;
	left: 150px;
	background-image: url(../images/footerDoorWay.png);
	background-repeat: no-repeat;
	width: 395px;
	height: 523px;
}

.footertext{
	padding: 0 0 0 0;
	text-align: left;
}
.footertext h3 {
	display: block;
	font-size: 1.2em;
	padding: 0 0 0 0;
}
.footertext a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	
}
.footertext a:hover {
	text-decoration: underline;
}
#topstep{
	position: relative;
	width: 500px;
	height: 56px;
	left: 100px;
	text-align: center;
	padding: 1px;
	background-image: url(../images/footerTopStep.png);
	background-repeat: repeat;
	background-repeat: none;

	
}
#middlestep{
	position: relative;
	width: 600px;
	height: 56px;
	left: 75px;
	text-align: center;
	padding: 1px;
	background-image: url(../images/footerTopStep.png);
	background-repeat: repeat;
	background-size: contain;
}
#bottomstep{
	position: relative;
	width: 700px;
	height: 56px;
	left: 50px;
	text-align: center;
	padding: 1px;
	background-image: url(../images/footerTopStep.png);
	background-repeat: repeat;
	background-size: contain;
}




/*floats*/

.floatright {
	float:right;
	margin: .5em .5em .5em .5em;
}
.floatleft {
	float:left;
	margin: .5em .5em .5em .5em;
}
.clearfloat { 
	clear:both;
}


/*----------------------------*/
/* Formtating for med tablets */
/*----------------------------*/



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

}



/*----------------------------*/
/* Formtating for ipad screens*/
/*----------------------------*/



@media screen and (max-width: 768px){
	
	
	nav ul li a img{float: left; width: 0; height: 0;}

	
}
/*-----------------------------*/
/* Formtating for phone screens*/
/*-----------------------------*/

@media screen and (max-width: 414px){
	
	
	#page {
	width: 304px;
}
	
	/* header */
	
	header{
	position: relative;
	height: 75px;
	width: 304px; 
	background-image: url(../images/CastleHeaderBGsmall.png);
	background-size: 304px;	
	-webkit-box-shadow: 0px 10px 9px -2px hsla(0,0%,0%,0.63);
	box-shadow: 0px 10px 9px -2px hsla(0,0%,0%,0.63);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
header div.hero{
	
	display: none;

}
#headerDragon{
	display: none;
}
	
	/* navigation */
	
	nav {
	display: inline-block;
	top: 20px;
	width: 96%;
	left:22px;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	}
	nav ul li a{
		
		font-size: 1.8em;
		width: 30px;
		margin-left: 10px;
		margin-right: 10px;
}

	nav ul li a img{float: left; width: 30px; height: 30px; display: block;}

	nav ul ul li{text-align: left; font-size: 1em; display: none;}
	
	.hide4mobile{display: none;}
	
	/*  Main section*/
	main{
	width: 290px;
	min-height: 500px;
	margin: 0 auto;
	padding-top: 20px;	
	background-image: url(../images/CastleWallBGsmall.png);
	background-size: 322px 322px;	
	
}
		/*  Side Banner  */
	
.sideBanner {
		top: -100px;
		float: none;
		width: 290px; 
}
.sideBanner h2, h3, h4{
	font-size: 1em;
}

.sideBanner h1{
	margin-top: 20px;
	width: 290px;
	min-height: 45px;
	font-size: 1.2em;
	background-size: 290px 40px;
}


.sideBanner aside{
	width: 290px;
	min-height: 290px;
	background-image: url(../images/sideBannerAside.png);
	background-size: 290px;
}
.sideBanner aside p{
	font-size: 1em;
	padding: 0 2.5em;

}
.sideBannerBottom {
	width: 290px;
	height: 80px;
	background-size: 290px 80px;
	margin-bottom: 0;
}

	/*   Big Window */
	
	.bigWindow {
	width: 290px;
	min-height: 300px;
}
.bigWindow .bigWindowHeader{
	width: 290px;
	height: 160px;
	background-size: 290px 160px;
}
.bigWindow .bigWindowHeader h1{
	font-size: 1.2em;
	padding: 70px 13px 10px 13px;
	
}

.bigWindow section{
	width: 290px;
	min-height: 300px;
	background-size: 290px;
}
.bigWindow section p{padding: 1em 2.3em; text-align: left;}
	
section .parentLetters{
	position: relative;
	width: 225px;
	height: 400px;
	padding: 0 0 4px 0;
	margin: 0 0 0 32px;
	overflow: scroll;
	
}
section .parentLetters iframe{
	position:relative;
	width: 225px;

}
.mobileParentLetter{display: inline; height: auto; padding: 0; margin: 0;}

.bigWindow .bigWindowBottom{

	width: 290px;
	height: 20px;
	background-size: 290px 20px;
}
	
	
	/*  Full Page Elements  */
	
	
.fullPage{
	top: 5px;
	width: 285px;
	min-height: 400px;
	padding: 6px 5px 0 5px;
	background-image: url(../images/FullPageParchment.png);
	background-size: 285px 400px;
	background-repeat: no-repeat;
	text-align: center;
	
	
}

#calendar{
	margin: 0 5px 0 0;
	padding: 0px 0px 200% 0px;
}
#calendar h1{font-size: 1em; margin: .4em 1em;}
#calendar iframe{
	position: relative;
	top: 0px;
	left: 2px;
	width: 275px;
	height: 300px;
	
}

#calendar p{margin: .5em .7em;}	
	
.parentLetters iframe{
	width: 298px;
	height: 350px;
	margin: 0 auto 10px 5px;
}
	

/*footer elements*/
	
	
footer{
	background-size: 425px;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
}
.decoration{
	top: 10px;
	left: 40px;
	background-size: 200px;
	width: 200px;
	height: 275px;
}

.footertext h3 {
	font-size: 1.6em;
	margin: auto 0 auto 0;
}


#topstep{
	background-size: 298px 50px;
	width: 270px;
	height: 50px;
	left: 10px;
}
#middlestep{
	background-size: 308px 50px;
	width: 280px;
	height: 50px;
	left: 6px;
}
#bottomstep{
	background-size: 316px 50px;
	width:290px;
	height: 50px;
	left: 2px;
}
}

