/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	border:0;
	font-family:"Lucida Console", Monaco, monospace;
	color:#CCC;
}
.splash-wrapper {
    will-change: transform;
	transition: all 5s ease-in-out;
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity: 0;
}
.splash-start {
    will-change: transform;
	transition: all 3s ease-in-out;
	transform:translateZ();
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity: 1;
}
.splash-end {
    will-change: transform;
	transition: all 2s ease-in-out;
	transform:translateZ();
	height: 125px;
	width: 222.5px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity: 1;
}
.centered {
    will-change: transform;
	transition: all 2s ease-in-out;
	transform:translateZ();
	position: absolute;
	top: 45%;
	left: 50%;
	height: 250px;
	width: 445px;
	margin-top: -125px;
	margin-left: -222.5px;
}
.splash-end > .centered {
    will-change: transform;
	transition: all 2s ease-in-out;
	height: 125px;
	width: 222.5px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
}
.header1{
    will-change: transform;
	transition: all 2s ease-in-out;
	
	position: absolute;
	top: 50%;
	left: 50%;
	height: 250px;
	width: 445px;
	margin-left:-222.5px;
	margin-top:50px;
	text-align:center;
	opacity:0;
}
.header1Sub{
    will-change: transform;
	transition: all 2s ease-in-out;
	
	position: absolute;
	top: 50%;
	left: 50%;
	height: 250px;
	width: 445px;
	margin-left:-222.5px;
	margin-top:50px;
	text-align:center;
	opacity:0;
}
.header1Show{
    will-change: transform;
	transition: all 2s ease-in-out;
	
	position: absolute;
	top: 52%;
	left: 50%;
	height: 250px;
	width: 445px;
	margin-left:-222.5px;
	margin-top:50px;
	text-align:center;
	opacity:1;
}
.header1SubShow{
    will-change: transform;
	transition: all 2s ease-in-out;
	
	position: absolute;
	top: 50%;
	left: 50%;
	height: 250px;
	width: 445px;
	margin-left:-222.5px;
	margin-top:0px;
	text-align:center;
	opacity:1;
}
.menu{
	font-family:"Lucida Console", Monaco, monospace;
	position:absolute;
	top:150px;
	left:38px;
	color:#fff;	
	width:222.5px;
	text-align:left;	
}
.menu > a{
	font-family:"Lucida Console", Monaco, monospace;
	color:#CCC;	
	font-size:16px;
	text-decoration:none;
	letter-spacing:2px;
	line-height:22px;
	font-weight:bold;
}

.footer {
	position:absolute; 
	bottom:5px; 
	width:100vw; 
	text-align:center; 
	text-transform:uppercase
}