html {
	height: 100%;
	margin: 0px;
}

body {
	height: 100%;
	margin: 0px;
	background-image: radial-gradient(white 35%, #f2f2f2 100%);
	transition: -webkit-filter 0.2s;
}

a {
	color: #0099ff;
}

a:hover {
	color: #0099ff;
}

a:visited {
	color: #0099ff;
}

#outerPage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	min-width: 1000px;
	text-align: center;
	color: #000;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	transition: opacity 1s;
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 10%, white 90%, rgba(255, 255, 255, 0) 100%)
}

#pageContain {
	height: 100%;
	margin-bottom: -170px;
	position: relative;
	overflow: auto;
}

#logo {
	width: 800px;
	height: 222px;
	background-image: url("../images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
	display: block;
	transition: width 0.5s;
}

#navFooter {
	width: 100%;
	min-height: 150px;
	padding: 10px 0px 10px 0px;
	background-color: #0099ff;
	text-align: center;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #ffffff;
	box-shadow: inset 0px 5px 30px rgba(0, 0, 0, 0.15);
	position: fixed;
}

#navContain {
	margin: auto;
}

div.boxLinks {
	width: 200px;
	height: 150px;
	margin: 0px 10px 0px 10px;
	display: inline-block;
}

div.boxPic {
	width: 200px;
	height: 125px;
	margin-bottom: 5px;
	background-size: cover;
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.25);
	display: inline-block;
	transition: box-shadow 0.2s;
}


div.boxClick {
	position: absolute;
	width: 200px;
	height: 150px;
}

div.boxClick:hover {
	cursor: pointer;
}

div.boxClick:hover + div.boxPic {
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.50);
}

/* Pass stuff */
#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: transform 0.8s, -webkit-transform 0.8s, top 0.8s;
	overflow: auto;
}

#passBox {
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

input {
	background-color: #EAEAEA;
	width: 250px;
	height: 35px;
	text-align: center;
	color: #6F6F6F;
	font-size: 18px;
	border: solid 0px #000000;
	transition: background-color 0.05s;
}

button {
	background-color: #0099ff;
	padding: 5px 12px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	border: solid 0px #2e93e0;
	margin-top: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #0099ff;
	width: 100%;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

#outerPage div {
	width: 1000px;
	height: 560px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: auto;
}

ul {
	margin: 0px;
	list-style: disc;
}

li {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: -webkit-match-parent;
}

@media only screen and (max-width: 500px) {
	#outerPage {
		min-width: 500px;
		height: 100%;
		overflow-y: hidden;
		padding-bottom: 200px;
	}
	
	#outerPage div {
		width: 400px;
		height: 100%;
		overflow-y: visible;
	}
	
	#outerPage iframe {
		width: 100%;
		height: 250px;
	}
	
	#navFooter {
		position: relative;
	}
}

@media screen and (max-height: 800px) {
	#outerPage {
		margin-top: 200px;
		height: 100%
		overflow-y: hidden;
		padding-bottom: 200px;
	}
}

/* Overlay Info */
#overlayBox {
    display: hidden;
    width: 500px;
    height: 400px;
}