<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* {
	overflow-y: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;
  -webkit-text-size-adjust: 100% !important; /* fixes text size increase issue on iphones */
}

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

.swiffycontainer div canvas {
	width:100% !important;
	height: 100% !important;
}

body {
    background-repeat: repeat;
    position:absolute;
    overflow:hidden;
    margin:auto;
    width:100%;
    height:100%;
    min-width: 100%; 
    min-height: 100%;
}

#title-text, #click-to-continue {
	position:absolute;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#title-text  {
	top: 5px;
}

#title-text h1{
	font-family:Chewy;
	font-size:71px;
	/*text-shadow: 5px 3px black;*/
	text-shadow:
	5px 3px 0 #000,
	-2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
	color:white;
	margin-top:0px;
	position:relative;
	width:100%;
}

#click-to-continue h1{
	font-family:Chewy;
	font-size:55px;
	/*text-shadow: 5px 3px black;*/
	text-shadow:
	5px 3px 0 #000,
	-2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
	color:white;
	margin-top:0px;
	position:relative;
}

#container-background {
	top:0px;
	z-index:-999;
	position:absolute;

	background: #ffe47a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTQ3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZjJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZjJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZjJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZjJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmU0N2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #ffe47a 0%, #fff2c9 15%, #fff2c9 30%, #fff2c9 70%, #fff2c9 85%, #ffe47a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe47a), color-stop(15%,#fff2c9), color-stop(30%,#fff2c9), color-stop(70%,#fff2c9), color-stop(85%,#fff2c9), color-stop(100%,#ffe47a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffe47a 0%,#fff2c9 15%,#fff2c9 30%,#fff2c9 70%,#fff2c9 85%,#ffe47a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffe47a 0%,#fff2c9 15%,#fff2c9 30%,#fff2c9 70%,#fff2c9 85%,#ffe47a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffe47a 0%,#fff2c9 15%,#fff2c9 30%,#fff2c9 70%,#fff2c9 85%,#ffe47a 100%); /* IE10+ */
	background: linear-gradient(to right, #ffe47a 0%,#fff2c9 15%,#fff2c9 30%,#fff2c9 70%,#fff2c9 85%,#ffe47a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe47a', endColorstr='#ffe47a',GradientType=1 ); /* IE6-8 */
}

#page-container {
	overflow:hidden;
	position: absolute;
  	top:-100%;
	bottom:-100%;
	right: 0;
	left: 0;
	margin: auto;
	width: 1328px;
	height: 800px;
}

#img-cloud {
	z-index:-90;
}

#activities {
	position:absolute;

	width:733px;
	height:271px;

	top:39%;
	left:-65px;
	right:0px;
	margin-left:auto;
	margin-right:auto;

	display:none;
}

#activities-text {
	line-height:23px;
	/*padding-top:20px;*/
	font-family: 'Roboto Slab', serif;
	margin-top: -27.5%;
	width:750px;
	font-size:20px;
	text-align:left;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;

	border-width:5px;
	border-style:groove;
	border-radius:25px;

	padding: 20px;
}

#activities-text a{
	text-decoration:none;
}

#activities-text table{
	border-collapse:collapse;
	border:5px solid black;
	padding:15px;
}

#activities-text table th {
	border:5px solid black;
	padding:10px;
	font-size:20px;
}

#activities-text table td {
	border:5px solid black;
	padding:15px;
}

#activities-button, #narrator-button, #back-button {
	position:absolute;
	width:117px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}

#activities-print {
	float:right; 
	margin-top:-37px;
	margin-right:-55px;

}
#activities-print img {
	position:relative;
	cursor:pointer;
}

#page-prev {
	position:absolute;
	cursor:pointer;
	display:none;

	transform: scale(.9,.9);
}

#page-next {
	position:absolute;
	cursor:pointer;
	transform: scale(.9,.9);
}

#theme-box{
	position:absolute;
	border-radius: 25px;
}

.grow {
	transition: all 0.055s ease-in-out !important;
    -webkit-transition: all 0.055s ease-in-out !important;

    transform: scale(0.92) rotate(0deg) !important;
    -webkit-transform: scale(0.92) rotate(0deg) !important; 
}

.shrink {
	transition: all 0.055s ease-in-out !important;
    -webkit-transition: all 0.055s ease-in-out !important;

    transform: scale(0.88) !important;
    -webkit-transform: scale(0.88) !important;/* rotate(180deg);*/
}

/* Theme */
.theme-box-bottom-stripe {
	background-color:#00b1d8;
	position:absolute;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}



#top-stripe {
	width:1328px; 
	height:4px; 
	background-color:#00b1d8;
	border-radius:5px;
	margin-bottom:12px;
}



h2 {
    line-height: 50px !important;
    font-size: 40px !important;
    color: #00b1d8 !important;
	padding-top: 5px;
    padding-bottom: 5px;
}


.story-button {
    width: 600px;
    padding: 10px;
    border-bottom: 7px solid;
    border-color: #0090ad;
    margin: 10px;
    cursor: pointer !important;
    background-color: #00b1d8;
    border-radius: 5px;
    text-align: center;
}

.story-button:h2 {
	color: #fff;
}

.theme-body{
	background-color: #f1f1ff;
}

#scroller-intro {
	background-color: #f1f1ff;
    padding: 20px;
}

#scroller-1story {
	background-color: #f1f1ff;
    padding: 20px;
}

#scroller-2story {
	background-color: #f1f1ff;
    padding: 20px;
}

#scroller-3story {
	background-color: #f1f1ff;
    padding: 20px;
}

#scroller-4story {
	background-color: #f1f1ff;
    padding: 20px;
}


#scroller-5story {
	background-color: #f1f1ff;
    padding: 20px;
}

#scroller-results {
	background-color: #f1f1ff;
    padding: 20px;
}

.scroller-wrapper {
	overflow:auto;
	-webkit-overflow-scrolling:touch; 
}</pre></body></html>