<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;
  font-weight: normal; /* fixes 'mirrored' font issues on ipads*/
  -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-image: url("../img/background.png");
    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;*/
	filter: Shadow(Color=black, Direction=100, Strength=4);
	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%;
}

.subtitle-text{
	font-family:Chewy;
	font-size:66px;
	/*text-shadow: 5px 3px black;*/
	filter: Shadow(Color=black, Direction=100, Strength=4);
	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: 800px;
    margin-top: 22px;

    background-color: #0182d6;
    border-radius: 50px;
    border-style: groove;
    border-color: #1a1110;
    border-width: 6px;
}

#click-to-continue h1{
	font-family:Chewy;
	font-size:55px;
	/*text-shadow: 5px 3px black;*/
	filter: Shadow(Color=black, Direction=100, Strength=4);
	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;
}

#page-container {
	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;
}

#narrator-button, #back-button, #back-button-main {
	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);
	-webkit-transform: scale(.9,.9);
	-ms-transform: scale(.9,.9);
}

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

#background-container
{
	position:absolute;
	z-index:-5;
	left:0px;
}

img {
	position:absolute;
}

.menuButton, .innerMenuButton {
	cursor:pointer;
}

.trialOnly {
	opacity:.3;
}</pre></body></html>