




/*main things*/
body
{
	background:black;
}

#stage
{
	position:relative;
	margin:auto;
	width:1000px;
	top:10px;
	color:white;
	font-family: arial;
	font-size:16px;
	background: black;
}


#screen
{
	position:relative;
	width:100%;
	height:85%;
	background:black;
	max-height:600px;
}


#dialogue
{
	position:relative;
	display:flex;
	align-items: center;
	padding-left:100px;
	padding-top:20px;
	padding-bottom: 20px;
	cursor:pointer;
	width:calc(100% - 100px);
	
	background:rgb(35,35,35);
}



/* IMAGES */

#screen.img, .game.img, .gameImg
{
	width:100%;

}

.game
{
	position:absolute;
	top:5%;
	left:2.5%;
	width:95%;
	height:80%;
	background:black;
	overflow:hidden;


}




.decision
{
	position:absolute;
	top:88%;
	width:100%;
	height:8%;
	
	color:white;
}

.choices
{
	position:relative;
	float:left;
	width:50%;
	height:100%;
	color:white;
	font-family: arial;
	font-size:16px;
	background:#276334;
}



#task
{
	position: absolute;
	top:10%;
	color:black;
	font-size: 60px;
	font-family: arial;
	z-index:10;
	display:none;
}


textarea
{
	background:none;
	min-height: 400px;
	min-width:750px;
	border:none;
}


#countdown_background
{
	position:absolute;
	left:50px;
	top:50px;
	width:250px;
	height:27px;
	background:black;
}
#countdown_bar
{
	position:absolute;
	left:50px;
	top:51px;
	width:250px;
	height:25px;
	background:red;
}





/* intro scene
*/

#titleSequence1, #titleSequence2, #introImg
{
	position:absolute;
	color:white;
	font-size:42px;
	display:none;
	z-index:2;

}
#titleSequence1
{
	left:50px;
	top:200px;
}

#titleSequence2
{
	right:150px;
	top:450px;
}

img#introImg 
{
	z-index:0;
	height:100%;
}


#titleSequenceBlood, #titleSequenceBlood2, #titleSequenceBlood3, #titleSequenceBlood4, #titleSequenceBlood5, #titleSequenceBlood6, #titleSequenceBlood7, #titleSequenceBlood8
{
	position:absolute;
	z-index: 1;
	background:rgba(255,0,0,0.4);
	display:inline;

}
#titleSequenceBlood
{
	right:133px;
	top:450px;
	width:770px;
	height:150px;
	display:none;
}
#titleSequenceBlood2
{
	left:0px;
	width:297px;
	height:0px;
	bottom:0px;
}

#titleSequenceBlood3
{
	left:297px;
	width:192.5px;
	height:0px;
	top:0px;
}
#titleSequenceBlood4
{
	left:489.5px;
	width:192.5px;
	height:0px;
	bottom:150px;
}
#titleSequenceBlood5
{
	left:682px;
	width:96.25px;
	height:0px;
	top:0px;
}
#titleSequenceBlood6
{
	left:778.25px;
	width:96.25px;
	height:0px;
	bottom:150px;
}
#titleSequenceBlood7
{
	left:874.5px;
	width:96.25px;
	height:0px;
	top:0px;
}
#titleSequenceBlood8
{
	left:970.75px;
	width:96.25px;
	height:0px;
	bottom:150px;
}
