	body				{ background-image: url("images/back.png");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed;
						  max-width: 100%;
						  height: 92vh; 
						  margin: 0; }
	div.error			{ display: none; }
	div.soon			{ position: absolute;
						  margin-top: 17.5vh; 
						  width: 100%; }
	div.soon > p		{ text-align: center;
						  font-family: "Bebas Neue", sans-serif;
						  font-size: 7vw; 
						  font-weight: 300;
					      font-style: normal;
						  color: white;
						  text-shadow: 0px 0px 50px #6bdae5;
						  opacity: 0; 
						  -webkit-animation-name: fadein;
						  -webkit-animation-delay: .5s;
						  -webkit-animation-duration: 1.5s;
						  -webkit-animation-fill-mode: forwards;
						  -moz-animation-name: fadein;
						  -webkit-animation-delay: .5s;
						  -webkit-animation-duration: 1.5s;
						  -moz-animation-fill-mode: forwards; }
	span.soonsmall		{ font-size: 4vw;
						  text-shadow: 0px 0px 10px #6bdae5; }
	@-webkit-keyframes fadein { from { opacity: 0; }
								to { opacity: 1; }}
	@keyframes fadein { from { opacity: 0; }
								to { opacity: 1; }}