@font-face{
font-family: titleFont;
src: url(media/episode1.ttf);
}


/*General Requirements*/

a{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1, h2, h4, h5{
	font-family: titleFont, Georgia, serif;
}
h2{
	font-size: 22px;
}
h4{
	font-size: 15px;
}

.columns {
	display: inline-block;
}
#left {
	float: left;
	margin-left: 10px
}
#center{
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#right{
	float: right;
	margin-right: 10px;
}
.two-column {
	width: 335px;
	text-align: center;
}
.three-column {
	margin: 0px 20px;
	width: 213px;
	text-align: center;
}

/*Small Page Specific*/

h1{
	margin-top: 50px;
	color: #E6E6FF;
}
h2{
	margin: 5px auto;
	color: #E6E6FF;
}
h4{
	color: #E6E6FF;
	margin-top: 17px;
	margin-bottom: 10px;
}
a{
	color: #E6E6FF;
}

p{
	text-align: center;
	margin: 0px auto;
	width: 100%;
	word-wrap: normal;
}
p.snug{
	margin: 2px;
}
body{
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: black;
	display: block;
	position: absolute;
}

#small{
	display: block;
	background-color: black;
	color: white;
	z-index: 3;
}
#smallBody{
	background-image: url('media/mobileBackground2.png');
	background-size: 100% 102%;
	background-repeat: no-repeat;
	width: 70%;
	margin: 0px 15%;
	padding-bottom: 30px;
	min-width: 210px;
	text-align: center;
}
#splash{
	display: block;
	pointer-events: none;
	z-index: 2;
}
#site{
	display: none;
	z-index: 1;
}
#smallLogo{
	max-height: 300px;
	max-width: 70%;
	height: 80%;
	margin: 5px auto;
}

#splashImage{
	display: block;
	min-height: 250px;
	max-height: 500px;
	height: 100%;
	margin: auto auto;
}
#loading{
	position: fixed;
	height: 100%;
	width: 100%;
	margin: auto 50px;
	margin-left: auto;
	margin-right: auto;
	background: black;
	text-align: center;
}


.smlAct {
	width: 135px;
	height: 90px;
	margin: 20px;
		padding: 5px 5px;
	background: rgb(189,189,209);
	background: rgba(230,230,255,0.75);
	border-radius: 5px;
	box-shadow: 0 0 20px 5px rgb(189,189,209);
	box-shadow: 0 0 20px 5px rgba(230,230,255,0.9);
}
.medAct {
	width: 150px;
	height: 100px;
	margin: 10px;
		padding: 5px 5px;
	background: rgb(189,189,209);
	background: rgba(230,230,255,0.75);
	border-radius: 5px;
	box-shadow: 0 0 20px 5px rgb(189,189,209);
	box-shadow: 0 0 20px 5px rgba(230,230,255,0.9);
}
.bigAct {
	width: 210px;
	height: 140px;
	margin: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px 5px;
	background: rgb(189,189,209);
	background: rgba(230,230,255,0.75);
	border-radius: 5px;
	box-shadow: 0 0 20px 5px rgb(189,189,209);
	box-shadow: 0 0 20px 5px rgba(230,230,255,0.9);
}


@media only screen and (min-width: 800px) and (min-height: 600px) {
#small{
	display: none;
}
#site{
	display: block;
}
div {
	//terquoise: #008E8F;
	//dark blue: #244163;
	//lighter dark blue: #1D4560;
	//light blue: #E6E6FF;
	//grey: #F5F5FF;
	min-width: 10px;
	min-height: 10px;
	display: block;
}

body{
	overflow-y: hidden;
	overflow-x: scroll;
}

.bodydiv {
	width: 10000px;
	overflow: hidden;
	display: block;
	margin: 0px;
	height: 100%;
	position: absolute;
}

.page, .pageOverlay{
	overflow: hidden;
	width: 700px;
	height: 480px;
	padding: 5px 5px;
	background: rgb(189,189,209);
	background: rgba(230,230,255,0.75);
	border-radius: 15px;
	box-shadow: 0 0 20px 5px rgb(189,189,209);
	box-shadow: 0 0 20px 5px rgba(230,230,255,0.9);
	color: black;
	font-family: Georgia, serif;
	text-align: center;
	font-size: 17px;
}

.page {
	float: left;
	display: table;
	margin: 20px 430px;
}

.pageOverlay {
	position: absolute;
	z-index: 9;
	top: 20px;
	background: rgb(189,189,209);
	background: rgba(230,230,255,0.95);
}

.smlAct {
	width: 165px;
	height: 110px;
	margin: 10px;
	margin-left: -100%;
	margin-right: -100%;
	padding: 0px;
	background: none;
	border-radius: 0px;
	box-shadow: none;
}
.medAct {
	width: 180px;
	height: 120px;
	margin: 10px;
	margin-left: -100%;
	margin-right: -100%;
	padding: 0px;
	background: none;
	border-radius: 0px;
	box-shadow: none;
}
.bigAct {
	width: 235px;
	height: 150px;
	margin: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: -100%;
	margin-right: -100%;
	padding: 0px;
	background: none;
	border-radius: 0px;
	box-shadow: none;
}

.imageContainer {
	height: 120px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: block;
}

.strip {
	top: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-color: transparent;
}

#pages {
	z-index: 0;
	display: table;
	height: 100%;
	width: 9820px;
}

#background{
	width: 9000px;//5910px; // 11820 * 0.5 + 1800+500
	height: 100%;
	z-index: -1;
	display: block;
	float: left;
	background-image: url('media/aspen_dark.jpg');
	background-size: auto 100%;
}

.screen{
	pointer-events: none;
	top: 0px;
	height: 100%;
	overflow: hidden;
	background-color: transparent;
	float: left;
	position: absolute;
	display: block;
	font-size: 0px;
}
.screenlayer1{
	width: 400%;
	z-index: 1;
}
.screenlayer2{
	width: 600%;
	z-index: 2;
}
.screenlayer3{
	width: 1300%;
	z-index: 3;
}

.atree{
	height: 100%;
	top: 0px;
	display: inline-block;
	background-size: 100%; 
}

.stretch{
	width: 100%;
	height: 100%;
}

div#footer_wrapper {
	z-index: 10;
	width: 100%;
	text-align:center;
	background: rgb(189,189,209);
	background: rgba(230,230,255,0.7);
	box-shadow: 0 0 20px 5px rgb(189,189,209);
	box-shadow: 0 0 20px 5px rgba(230,230,255,0.9);
	position: fixed;
	left: 0px;
    bottom: 4%;
    font-size: 20px;
}
#photoCredit{
	z-index: 11;
	position: fixed;
	left: 0px;
	text-align: left;
	bottom: 0px;
}
div#floating-menu {
	padding: 5px;	
}
#footer_message {
	color: #F5F5FF;
}

.floating-menu-link {
	padding: 3px 20px;
	margin: 30px 0px;
	font-family: titleFont, Georgia, serif;
	font-size: 15px;
}
.floating-menu-link:link {
	color: #244163;
	text-decoration: none;
}
.floating-menu-link:visited {
	color: #1D4560;	
	text-decoration: none;
}
.floating-menu-link:hover {
	color: #E6E6FF;
	text-decoration: underline;
}

.charity-logo {
	opacity: 1.0;
	border: 1px;
	margin: 12px;
	display: block;
}

img {
	height: 100%;
	display: inline;
}

a{
	color: #244163;
}
a:visited{
	color: #1D4560;
}
a:hover{
	color: #E6E6FF;
}

.header-link {
	width: 100%;
	float: center;
	display: block;
}

h1 {
	margin-top: 5px;
	display: block;
	text-align: center;
	color: #0e3855;
}
h2 {
	margin: 15px 0px;
	color: inherit;
}
.title {
	color: #0e3855;
}
.splash {
 color: #008E8F
}
h4 {
	color: #0e3855;
	margin: 5px;
	margin-top: 7px;
}
h5 {
	color: #0e3855;
	margin: 3px;
	margin-top: 1px;
}


div.logo{
	height: 510px;
	width: 510px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}

img.logo{
	height: 500px;
	opacity: 1.0;
	margin-top: -15px
}



}

