@font-face {
	font-family: Arcade;
	src: url(../fonts/ARCADE.TTF);
}
@font-face {
	font-family: Visitor;
	src: url(../fonts/visitor1.ttf);
}

@keyframes appear {
	0% { filter: blur(2px); opacity: 0.85;}
	50% { filter: blur(0px); opacity: 0.85;}
	100%{ filter: blur(1px); opacity: 0.85;}
}
@keyframes jitter {
	0% { transform: translateX(0);}
	50% { transform: translateX(0);}
	50.1% { transform: translateX(.1em) skew(40deg);}
	50.2% { transform: translateX(-.2em) skew(-40deg);}
	50.3% { transform: translateX(0);}
	100% { transform: translateX(0);}
}

.chrom3{
	color:white;
	text-shadow: 2px 0px 0px rgba(255,255,0,0.5), -2px 2px 0px rgba(0,255,255,0.5), 0px -2px 0px rgba(255,0,255,0.5), 0px -2px 0px rgba(255,0,255,0);
	animation: appear 30ms infinite, jitter 5s infinite;
}
.chrom2{
	color:white;
	text-shadow: 2px 0px 0px rgba(255,255,0,0.5), -2px 2px 0px rgba(0,255,255,0.5), 0px -2px 0px rgba(255,0,255,0.5), 0px -2px 0px rgba(255,0,255,0);
}
.chrom1{
	color:white;
	text-shadow: 1px 0px 0px rgba(255,255,0,0.5), -1px 1px 0px rgba(0,255,255,0.5), 0px -1px 0px rgba(255,0,255,0.5), 0px -1px 0px rgba(255,0,255,0);
}
p.chrom1{
	font-size: 1.5rem;
	margin: 0px 10%;
	font-family: Visitor;
}
P.chrom1 img{
	float: right;
	width: 30vw;
	height: auto;
	margin-left: 0.2rem;
}
body{
	width: 100%;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
.main_title{
	text-align: center;
	font-size: 5em;
	line-height: 1em;
	margin: 0px;
}
.grid{
	background-image: url('../images/grid.png');
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 250px;
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.container{
	position: relative;
	z-index: 2;
}
.z_index_container{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
.snow{
	width: 100%;
	height: 50px;
	background-image: url("../images/gif_snow2.gif");
	position: absolute;
	opacity: 0.5;
	
}
.snow2{
	width: 100%;
	height: 100px;
	background-image: url("../images/gif_snow.gif");
	position: absolute;
	opacity: 0.5;
}
.snow3{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
	background-color: #FFF;
	opacity: 0.1;
}
.vw1{
	height: 170px;
}
@-webkit-keyframes scrolldown {
	0% {-webkit-transform: translateY(-100px)}
	to {-webkit-transform: translateY(100vh) translateY(100px);}
}

@media only screen and (orientation: landscape) and (min-width: 1000px) {
	.main_title{
		font-size: 10em;
	}
	.vw1{
		height: 350px;
	}
	p.chrom1{
		font-size: 2rem;
		margin: 0px 20%;
	}
	P.chrom1 img{
		width: 20rem;
		margin-left:.5rem;
	}
	.chrom3{
		text-shadow: 3px 0px 0px rgba(255,255,0,0.5), -3px 3px 0px rgba(0,255,255,0.5), 0px -3px 0px rgba(255,0,255,0.5), 0px -3px 0px rgba(255,0,255,0);
	}
}