/*
* {
	overflow:hidden;
}
*/

/*
http://www.fontsquirrel.com/tools/webfont-generator
*/

/* Makes all elements unselectable */
*
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal; /* fixes 'mirrored' font issues on ipads*/
  -webkit-backface-visibility: hidden !important; /* All text anti aliased on chrome instead of just pages with a createjs image*/
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'),
         url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dancing_scriptbold';
    src: url('../fonts/dancingscript-bold-webfont.eot');
    src: url('../fonts/dancingscript-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dancingscript-bold-webfont.woff2') format('woff2'),
         url('../fonts/dancingscript-bold-webfont.woff') format('woff'),
         url('../fonts/dancingscript-bold-webfont.ttf') format('truetype'),
         url('../fonts/dancingscript-bold-webfont.svg#dancing_scriptbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {

	max-width: 100% !important;
    overflow: hidden !important;

    background:transparent;
}

#ipadFix{
	position:fixed;
	overflow-y:hidden;
	height:100%;
	width:100%;
	top:0px;
}



.page-component {
	position:fixed;
	left:50%;
	top:50%;
}

.page-component h6 {
	position:relative;
	line-height:28px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'playfair_displayregular', sans-serif;
	font-size:22px;
	font-weight:normal;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h5 {
	position:relative;
	line-height: 33px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'playfair_displayregular', sans-serif;
	font-size:26.5px;
	font-weight:normal;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h4 {
	position:relative;
	line-height:35px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'playfair_displayregular', sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h3 {
	position:relative;
	line-height:50px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'playfair_displayregular', sans-serif;
	font-size:42px;
	font-weight:normal;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h2 {
	position:relative;
	line-height:60px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'playfair_displayregular', sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h1{
	font-family:dancing_scriptbold;
	font-size:150px;
	font-weight:normal;
	/*text-shadow: 5px 3px black;*/
	color:black;
	margin-top:0px;
	position:relative;
	left:-50%;
}

.page-component p{
	position:relative;
	line-height:35px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'playfair_displayregular', sans-serif;
	font-size:24px;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component p b{
	font-size:50px;
	color:#000000;
	text-shadow: 2px 2px 0 rgb(148, 148, 148);
}

.page-component .activities-box{
	width:1160px;
	top:-220px;
	left:-580px;
	line-height:26px;
}

.page-component .activities-box-mid{
	width:1160px;
	top:-350px;
	left:-580px;
	line-height:26px;
}

.page-component .bounding-box
{
	z-index:1;
	padding:10px;
	background-color:#fbf7ff;
	border-color:#5d367e;
	border-width:5px;
	border-style:groove;
	border-radius:25px;
}

.page-component img {
	position:relative;
	left:-48.5%;
	top:-25px;
	margin:0px;
}

.dropDownBox {
	border: 2px solid rgb(0,214,252);
	font-size:24px;
}

.button, .interactive, .menu-button {
	cursor:pointer !important;
}

.superSpaced {
	line-height:40px !important;
}

.activitiesButton {
	position:absolute;
	border:2px solid black;
	border-radius:10px;
	padding:5px;
	padding-left:7px;
	background-color:rgb(232,232,232);
}

.multiChoice {
	margin-right:18px;
	margin-top:25px;
	width:16px;
	height:24px;
	list-style-type:none;
}

.question {
	position:absolute;
	top:90px;
	left:50px;
}

.last-page-box {
	color:white !important;
	background: #006F9B;
	border-color:#324561;
	border-style:groove;
	border-radius:20px;
	padding:20px;
}

.gcElement {
	position:absolute;
	top:55px;
	left:100px;

}

.menu-loop-image {

	position:absolute;
	display:none;
}

#foo:checked,
input[type="radio"]::before {
    content: url('../img/radio.png');
}

input[type="radio"]:checked::before {
    content: url('../img/radio-checked.png');
}
