/* 
    Created on : Nov 2, 2016, 9:36:58 PM
    Author     : zebobbybird
*/

@import url('https://fonts.googleapis.com/css?family=Stalinist+One');

#holder
{
	width: 800px;
	height: 600px;
	
	margin-left: auto;
	margin-right: auto;
	
}

.Layers
{
	position: absolute;
	width: 800px;
	height: 600px;
}

#Layer_Scare
{
	background-image: url("Images/JumpScare101.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.0;
}

#Layer_White
{
	background-color: #ffffff;
	display: none;
}

#Layer_TVTop
{
	background-image: url("Images/TV-Top.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#Layer_TVFlash
{
	background-image: url("Images/TV-Mid.png");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
}

#Layer_Static
{
	background-image: url("Images/TV-Static.png");
	
}

#Display_Text
{
	font-family: "Stalinist One", monospace;
	color: #ffffff;
	text-align: center;
	padding-top: 250px;
	height: 200px;
	
}

#score
{
	font-family: "Stalinist One", monospace;
	font-size: 8px;
	color: #ffffff;
}

#presspass
{
	position: relative;
	top: 445px;
	left: 120px;
	background-image: url('Images/JHopper.png');
	background-size: cover;
	
	width: 70px;
	height: 100px;
}

#runningbar
{
	position: relative;
	top: 365px;
	left: 123px;
	background-color: #008000;
	
	width: 66px;
	height: 5px;
}




.BigScare
{
	position: fixed;
	top: 0px;
	left: 0px;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	
	width: 100%;
	height: 100%;
	
	opacity: 0.0;
}

#BigScare_01
{
	background-image: url("Images/BigScare01.png");
}

#BigScare_02
{
	background-image: url("Images/BigScare02.png");
}

#BigScare_03
{
	background-image: url("Images/BigScare03.png");
}
