@import url(http://fonts.googleapis.com/css?family=Homenaje);

body{
	background-color: #000;
	color: #fff;
	font-family: 'Homenaje', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	text-decoration: none;
}

#layer3{
	display: none;
	font-size: 0;
    height: 47px;
    left: 50%;
    line-height: 43px;
    margin: -33px 0 0 -161px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    top: 50%;
    width: 322px;
    z-index: 3;
}

#layer3 a{
	color: #fff;
	display: inline-block;
	font-size: 66px;
	height: 100%;
	margin: 0 2px;
	position: relative;
	transition: all 0.5s ease;
	text-align: left;
}

#layer3 a:hover{
	color: #980000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

#layer3 a#p{
	width: 30px
}

#layer3 a#i1,
#layer3 a#i2,
#layer3 a#l{
	width: 13px
}

#layer3 a#r1,
#layer3 a#r2,
#layer3 a#r3{
	width: 18px
}

#layer3 a#x,
#layer3 a#e,
#layer3 a#a,
#layer3 a#o{
	width: 25px
}

#layer3 a#w{
	width: 51px
}

/*e23
a24
o25
*/

#layer3 a span{
	position: absolute;
}

#layer2{
	background: transparent url('simple_noise.gif') repeat left top scroll;
	height:100%;
	left:0;
	position: fixed;
	top:0;
	width:100%;
	z-index: 2;
}

#layer1{ 
    background: transparent url("bikinitop.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    top: 0;
    height: auto;
    left: 50%;
    margin: 0 0 0 -52%;
    min-height: 100%;
    min-width: 104%;
    position: fixed;
    width: auto;
    z-index: 1;
}

/**IE8 FIX**/
video{
	display: block;
}

#audioControl{
	background: transparent url(audio_controls.png) no-repeat left top scroll;
	bottom: 20px;
	display: block;
	height: 64px;
	opacity: 0.8;
	position: absolute;
	right: 20px;
	width: 64px;
	z-index: 4;
}

#audioControl.playing{
	background: transparent url(audio_controls.png) no-repeat -64px top scroll;
}

#teaser{
	background: transparent url(pixelwarrior3_teaserb.jpg) no-repeat center bottom scroll;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
*/    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
	

@media only screen and (max-device-width: 767px) {

	video,
	#audioControl,
	#layer1,
	#layer3{
		display: none !important;
	}

	#layer2{
	background: transparent url(pixelwarrior3_teaserb.jpg) no-repeat center bottom scroll;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
*/    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	}

}