html {
	background-color: #000;
	font-family: 'Lato', 'Helvetica Neue', 'Trebuchet MS', sans-serif;
}

#stage {
	width: 1080px;
	height: 650px;
	background-color: #000;
	box-shadow: 0px 0px 10px #616161;
	position: relative;
	margin: auto;
	overflow: hidden;
}


/*Start Page*/
h1 {
	text-align: center;
	margin-top: 20%;
	font-family: "Courier New", "Courier", monospace;
	color: #fff;
	text-shadow: 0px 0px 10px #BABABA;
}

#start {
	width: 150px;
	height: 40px;
	background-color: #000;
	color: #fff;
	letter-spacing: 2px;
	font-size: 1em;
	cursor: pointer;
	border: none;

	position: absolute;
	top: 400px;
	left: 460px;

}

button:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px #757575;

}

#audioOn, #audioOff {
	cursor: pointer;
}

#instructions {
	color: white; 
	position: absolute; 
	bottom: 0px; 
	text-align: center; 
	width: 100%; 
	text-transform: uppercase; 
	font-size: 9px; 
	opacity: 0.4;
}

/*Dialogue*/

#dialogue {
	width: 100%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0.7);
	border-top: 0.5px solid #fbb355;
	user-select: none;
	font-size: 16px;
	cursor: pointer;

	position: absolute;
	bottom: 0;
	left: 0;
	display: none;

}

#Jules, #Vicki, #Karen, #Reception {
	position: absolute;
	bottom: 0;
	left: 20px;
}

#Jon, #Security {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.charName {
	text-align: center;
	font-weight: bold;
	color: #fbb355;
	margin: 20px 0 2px;
	font-family: 'Oswald', 'Impact', 'Franklin Gothic Bold', sans-serif;
}

.charSpeech {
	text-align: center;
	margin: 10px 0;
	width: 40%;
	margin: auto;
	color: #fff;
}

#playerName {
    width: 200px;
    height: 30px;
    color: #fff;
    background-color: #000;
    border: 0.5px solid #fbb355;
    box-shadow: 0px 0px 10px #fbb355;
    display: none;   

    position: absolute;
    bottom: 40px;
    right: 470px;
}

#submit {
	display: none;
	position: absolute;
	bottom: 40px;
	right: 400px;
	cursor: pointer;

	width: 60px;
	height: 35px;
	background-color: #000;
	border: none;
	color: #fff;
}

#choice1, #choice2 {
	display: none;
	position: absolute;
	bottom: 35px;
	margin: auto;
	width: 200px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0.2px solid #8a8a8a;
	color: #fff;
}

/* Minigame 1 */
#topBar {
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	user-select: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#bottomBar {
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

h2 {
	position: absolute;
   	bottom: 15px;
   	text-align: center;
   	width: 100%;
}

.droppable {
	opacity: 0.3;
	position: absolute;
	bottom: 0;
}

#gunTarget {
	left: 100px;
}

#journalTarget {
	left: 300px;
}

#bloodTarget {
	left: 500px;
}

#paperTarget {
	right: 300px;
}

#phoneTarget {
	right: 100px;
	bottom: 20px;
}

.evidence {
	position: absolute;
	cursor: pointer;
}

#gun {
	bottom: 50px;
	left: 150px;
}

#paper {
	bottom: 160px;
	right: 150px;
}

#blood {
	bottom: 80px;
	left: 350px;
}

#phone {
	bottom: 200px;
	right: 250px;
}

#journal {
	bottom: 100px;
	right: 20px;
}

/* Minigame 2*/
#timer-outer {
	width: 300px;
	height: 15px;
	border-radius: 100px;
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #fff;
}

#timer-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 15px;
	background-color: #fbb355;
	border-radius: 100px; 
}

#puzzleSpace{
	list-style: none;
	cursor: pointer;
	position: absolute;
	top: 200px;
	left: 100px;
	
}

ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#phoneCall {
	position: absolute;
	left: 0px;
	top: 20px;
}

#incomingCall {
	width: 165px; 
	height: 35px; 
	position: absolute;
	background-color: green;
	color: #fff; 
	left: 0px; 
	top: 380px; 
	cursor: pointer;
	text-align: center;
	line-height: 2.5;
	font-size: 13px;
}

#newspaper {
	position: absolute;
	left: 0;
	top: 0;
}

#car {
	position: absolute;
	bottom: 0;
	left: 0;
}

#next {
	position: absolute;
	bottom: 20px;
	right: 10px;
	margin: auto;
	width: 200px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0.2px solid #8a8a8a;
	color: #fff;
}

/*Minigame 4*/
#player {
	position: absolute;
	top: 40px;
	left: 180px;
	z-index: 999;
}

#wall {
	position: absolute;
	left: 150px;
	top: 50px;
}

#exit {
	width: 100px;
    height: 10px;
    background-color: yellow;
    position: absolute;
    bottom: 100px;
    right: 190px;
    opacity: 0;
}

#instruct {
	width: 500px;
	height: 400px;
	background-color: #000;
	position: absolute;
	top: 150px;
	left: 280px;
	color: #fff;
	box-shadow: 0px 0px 10px #616161;
}

#instruct h3 {
	text-align: center;
	padding: 5px;
	font-family: 'Oswald', 'Impact', 'Franklin Gothic Bold', sans-serif;
	color: #fbb355;
	letter-spacing: 1px;
	margin: 20px 0 2px;
	font-size: 1.5em;
}

#instruct p {
	padding: 5px 20px;
	line-height: 1.5;
	text-align: center;

}

#sideBar {
	width: 100%;
	height: 5%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #fff;
	display: none;
}

#alarm {
	background-color: rgba(255,0,0,0.2);
    width: 100%;
    height: 100%;
    display: none;
}

#startGame {
	width: 150px;
	height: 50px;
	background-color: #000;
	border: 0.5px solid #fff;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1em;
	position: absolute;
	bottom: 30px;
	right: 180px;

	cursor: pointer;

}

/*Minigame 3*/
.dna {
	position: absolute;
	height: 50px;
	width: 50px;
}