@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
body{
	background-image: url(images/bg.jpg);

}


.container{
	margin: auto;
	top: 20px;
	position: relative;
	width: 900px;
	height: 720px;
	background-color: black;
	border: thick solid black;

}

.background{
	position: absolute;	
	z-index: 1;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;

}

.soundOn{
	position: absolute;
	z-index: 2;
	top:3px;
	left:840px;
	cursor: pointer;
}

.soundOff{
	position: absolute;
	z-index: 2;
	top:3px;
	left:840px;
	cursor: pointer;
}



.start {
	cursor: pointer;
	z-index: 2;
	position: absolute;
	width: 130px;
	height: 50px;
	border-radius: 10px;
	background-color: #c99a6c;
	top: 620px;
	left: 385px;	
	border: medium solid black;
}

#phonegif{
	position: absolute;
	top 5px;
	left: 450px;
}


#box{
	position: absolute;
	z-index: 2;
}


.sync{
	top:530px;
	left:50px;
	width:570px;
	height: 100px;
	position: absolute;	
	font-family: 'Kaushan Script', cursive;
	font-size:24px;
	z-index: 3;
}

#skip{
	position: absolute;
	cursor: pointer;
	top:630px;
	left: 740px;
	z-index: 3;
}

.next{	
	cursor: pointer;
	position: absolute;
	top:628px;
	left: 540px;
	z-index: 4;
}

.current{
	position: absolute;
	z-index: 3;
	top: 550px;
	left: 50px;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;

}

.textbox{
	position: absolute;
	z-index: 3;
	top: 520px;	
	left: 10px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;

}

.instruct {
	position: absolute;
	z-index: 2;
	top: 96px;
	left: 100px;
	
}


.talkText{
	position: absolute;
	width:570px;
	height: 100px;
	top:575px;
	left:50px;
	z-index: 3;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
}

#myName{
	position: absolute;
	z-index: 3;
	top: 335px;
	left: 350px;
	height: 50px;
	width: 200px;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
}

.submit{
	cursor: pointer;
	position: absolute;
	z-index: 3;
	width: 130px;
	height: 50px;
	border-radius: 10px;
	background-color: #c99a6c;
	top: 620px;
	left: 385px;	
	border: medium solid black;
}

.avatarGirl{
	position: absolute;
	top:120px;
	left: 525px;
	z-index: 2;
}

.avatarGuy{
	position: absolute;
	top: 90px;
	left: 386px;
	z-index: 2;
}


.arrow{
	position: absolute;
	z-index : 2;
	cursor: pointer;
}

#forward {

	top: 400px;
	left: 410px;
}

#left {

	top: 300px;
	left: 100px;
}

#right {

	top: 300px;
	left: 650px;
}

.pathChoice{
	position: absolute;
	z-index: 2;
	top: 300px;
	left: 350px;
	color:#c99a6c;
	font-size: 18px;
	font-family: 'Kaushan Script', cursive;
}

#roofOp{
	cursor: pointer;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 2;
	background-color: black;
}

#sewerOp{
	cursor: pointer;
	position: absolute;
	top: 100px;
	left: 570px;	
	z-index: 2;
	background-color: black;
}


.choice{
	top: 200px;
	left: 250px;
	height: 80px;
	width: 400px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	background-color: #c99a6c;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
	border:medium solid black;
	text-align: center;
}

.choice:hover{
	text-decoration: underline;	
	
}

#choiceFin{
	top: 500px;
	left: 250px;
	height: 80px;
	width: 400px;
	position: absolute;
	z-index: 2;
	background-color: #c99a6c;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
	border:medium solid black;
	text-align: center;
}

#together{
	top:400px;

}

#team{
	top: 400px;
}

.restart{
	color: #c99a6c;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 600px;
	left: 400px;
	font-family: 'Kaushan Script', cursive;
	font-size: 20px;
}