/*-- BASE --*/
body{
	background-color: #000000;
	user-select: none;
}

div#stage {
	height: 500px;
	width: 800px;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-color: white;
}

@font-face {
	font-family: pixelText;
	src: url(volter__28goldfish_29.ttf);
}


div#output {
	position: absolute;
	width: 94%;
	bottom: 0;
	margin: 0px 20px 20px 20px;
	background-color: black;
	color: white;
	cursor: pointer;
	opacity: 0.85;
	font-family: pixelText;
	font-size: 20px;
	border-style: solid;
	border-color: #ffffff;
	user-select: none;
}

div#output:hover {
	cursor: pointer;
}


img.arrow {
	margin-left: 700px;
	margin-bottom: 20px ;
	position: relative;
	animation: arrowMove 0.7s alternate infinite;
}

@keyframes arrowMove {
	0% { left: 0; }
  	100% { left: 8px;}
}

#nextPAGE {
	position: absolute;
	top: 220px;
	right: 10px;
}

#nextPAGE:hover {
	size: 50px;
}

#cross {
	position: absolute;
	top: 5px;
	right: 5px;
}

#cross:hover {
	cursor: pointer;
}

/*-- stages --*/

.introduction {
	background-image: url('images/foundBG.jpg');
}

.stage1 {
	background-color: black;
}

.stage2 {
	background-image: url('images/forest1.jpg');
	background-repeat: none;
}

.foundpath {
	background-image: url('images/foundBG.jpg');
}

.lostpath {
	background-image: url('images/lostBG.jpg');
}

.mushroomsong {
	background-image: url('images/mushroomBG.png');
}

.mushroomsong2 {
	background-image: url('images/mushroomsong2BG.png');
}

.tangledRoots {
	background-color: #000000;
}

#wall {
	position: absolute;
}

#exit {
	background-color: #ffffff;
	position: absolute;
	width: 40px;
	height: 60px;
	opacity: 0;
	right: 0px;
	bottom: 63px;
}

/*-- text details --*/

div#text {
	padding: 5px;
	margin-top: 20px;
	margin-left: 50px;
}

div#speaker {
	background-color: #ffffff;
	color: #000000;
	width: 100px;
	text-align: center;
}

.options {
	padding: 5px;
	text-align: center;
}

.options:hover {
	text-decoration: underline;
	cursor: pointer;
}

div#title {
	font-family: 'Press Start 2P', cursive;
	position: absolute;
	font-size: 50px;
	color: #ffffff;
	top: 220px;
	left: 110px;
	text-decoration: underline;
	text-shadow: 5px 3px #000000;
}

div#chapter {
	font-family: 'Press Start 2P', cursive;
	position: absolute;
	font-size: 60px;
	top: 220px;
	display: none;
}	

.prologue {
	left: 160px;
	color: black;
}

.chapter1 {
	left: 130px;
	color: black;
}

.endTITLE {
	color: white;
	left: 180px;
}

div#chapDESC {
	font-family: 'Press Start 2P', cursive;
	position: absolute;
	font-size: 20px;
	color: black;
	top: 300px;
	left: 220px;
	display: none;
}

div#startButton {
	position: absolute;
	font-family: pixelText;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	bottom: 50px;
	left: 340px;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
}

div#startButton:hover {
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
}

.buttons{
	position: absolute;
	font-family: pixelText;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	bottom: 150px;
	left: 340px;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
}

.buttons:hover {
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
}

#replayBUTTON {
	position: absolute;
	font-family: pixelText;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	top: 50px;
	left: 340px;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
	display: none;
}

#replayBUTTON:hover {
	cursor: pointer;
	color: #000000;
	background-color: #ffffff;
}

#textBox {
	position: absolute;
	font-family: pixelText;
	font-size: 25px;
	color: #ffffff;
	width: 400px;
	bottom: 300px;
	left: 200px;
	padding: 5px;
	border-color: #ffffff;
	border-style: solid;
	background-color: #000000;
}

div#white {
	background-color: #ffffff;
	height: 500px;
	width: 800px;
	position: absolute;
}

div#black {
	background-color: #000000;
	height: 500px;
	width: 800px;
	position: absolute;
}

div#black2 {
	background-color: #000000;
	height: 500px;
	width: 800px;
	position: absolute;
}

.lowOpacity {
	opacity: 0.5;
}



/*-- character details --*/

.character:hover {
	border-color: #ffffff;
	border-style: solid;
	padding: 5px;
	cursor: pointer;
}

#pocket {
	width: 100px;
	height: 100px;
	border-style: solid;
	border-color: #ffffff;
	position: absolute;
	top: 25px;
	left: 350px;
	display: none;
}

img#bunny {
	position: absolute;
	bottom: 250px;
	left: 200px;
}

img#cat {
	position: absolute;
	bottom: 250px;
	left: 400px;
}

img#bear {
	position: absolute;
	bottom: 250px;
	left: 600px;
}

#userIcon {
	position: absolute;
	bottom: 130px;
	left: 40px;
}

img#tio {
	position: absolute;
	left: 300px;
	display: none;
}

#tio_BUTTON {
	top: 275px;
	left: 450px;
	display: none;
}

#tio_BUTTON2 {
	top: 275px;
	left: 450px;
	display: none;
}

#pheonix {
	position: absolute;
	right: 30px;
	bottom: 130px;
}

#pheonix2 {
	position: absolute;
	transform: scaleX(-1);
	bottom: 130px;
	left: 20px;
}

#sunny {
	position: absolute;
	bottom: 130px;
	left: 240px;
}

#sunny_BUTTON {
	top: 260px;
	left: 326px;
}

#sunnyICON {
	position: absolute;
	right: 30px;
	bottom: 130px;
}

#ninICON {
	position: absolute;
	right: 50px;
	bottom: 130px;
}

#nin {
	position: absolute;
	bottom: 155px;
	left: 350px;
}

#nin_BUTTON {
	top: 350px;
	left: 402px;
}

#steve {
	position: absolute;
	top: 232px;
	left: 350px;
}

#steveICON {
	position: absolute;
	bottom: 135px;
	right: 50px;
}
 
/*-- objects details --*/
.objects {
	position: absolute;
}

.dot {
	position: absolute;
	height: 20px;
 	width: 20px;
 	background-color: #ffffff;
 	border-radius: 50%;
	display: inline-block;
}

.dot:hover {
	background-color: lightblue;
}

#bush1_BUTTON {
	left: 95px;
	top: 300px;
}

#tree1_BUTTON {
	left: 300px;
	top: 50px;
}

#sticks_BUTTON {
	left: 450px;
	top: 300px;
	display: none;
}

img#sticks {
	top: -100px;
	left: 400px;
}

.stickCHOICES {
	position: absolute;
	top: 200px;
}

#stick1 {
	left: 100px;
}

#stick2 {
	left: 350px;
}

#stick3 {
	left: 600px;
}

.TIOmushrooms {
	position: absolute;
}

.TIOmushrooms:hover {
	cursor: pointer;
}

#mush1 {
	top: 75px;
	left: 75px;
}

#mush2 {
	top: 200px;
	left: 250px;
}

#mush3 {
	top: 150px;
	left: 500px;
}

#mush4 {
	top: 75px;
	left: 675px;
}

#mushroomPACK {
	position: absolute;
	left: 280px;
	top: 100px;	
	display: none;
}

#player {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 100px;
	display: none;
}

img#BIGrock {
	bottom: 130px;
	left: 250px;
}

#bush2_BUTTON {
	left: 519px;
	top: 300px;
}

#BIGrock_BUTTON {
	left: 295px;
	top: 300px;
}

img#froggie {
	position: absolute;
	top: 150px;
	left: 360px;
}

.fire {
	position: absolute;
	width: 100px;
	bottom: 138px;
}

#fire1 {
	left: 400px;
}

#fire2 {
	left: 350px;
}

#fire3 {
	left: 600px;
}

#fire4 {
	left: 150px;
}

#fire5 {
	left: 220px;
}

#fire6 {
	left: -5px;
}

#fire7 {
	left: 500px;
}

#fire8 {
	left: 700px;
}

#wagon {
	position: absolute;
	bottom: 130px;
	left: 350px;
}

#wagon_BUTTON {
	top: 290px;
	left: 440px;
}

.items {
	position: absolute;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-color: #ffffff;
	top: 200px;
}

.items:hover {
	cursor: pointer;
}

#item1 {
	left: 140px;
}

#item2 {
	left: 360px;
}

#item3 {
	left: 590px;
}

#memoryflower {
	position: absolute;
	top: 150px;
	left: 350px;
	display: none;
}

#tree2_BUTTON {
	top: 200px;
	left: 295px;
}

#missingposter {
	position: absolute;
	top: 75px;
	left: 280px;
	display: none;
}

#stickchoice {
	position: absolute;
	top: 180px;
	right: 100px;
	display: none;
	border-style: solid;
	border-color: #ffffff;
}

#candy {
	position: absolute;
	top: 150px;
	left: 350px;
	display: none;
}

#THEdoor {
	position: absolute;
	top: 91px;
	left: 280px;
	display: none;
}

.flowers {
	position: absolute;
	top: 250px;
}

#flower1 {
	left: 20px;
}

#flower2 {
	left: 100px;
}

#flower3 {
	left: 550px;
}

#flower4 {
	left: 700px;
}

.doorPress {
	background-color: #000000;
	opacity: 0;
	width: 255px;
	height: 255px;
	position: absolute;
	top: 91px;
	left: 280px;
	display: none;
}

#sunnyATDOOR {
	position: absolute;
	bottom: 130px;
	left: 100px;
}

#pheonixATDOOR {
	position: absolute;
	bottom: 150px;
	right: 100px;
}

#sunny2_BUTTON {
	left: 186px;
	bottom: 130px;
}

#pheonix_BUTTON {
	right: 152px;
	bottom: 130px;
}

/*-- LOST objects details --*/
.LOSTmushrooms {
	position: absolute;
}

#LOSTmush1 {
	bottom: 153px;
	left: 75px;
}

#LOSTmush2 {
	bottom: 153px;
	left: 250px;
}

#LOSTmush3 {
	bottom: 153px;
	left: 500px;
}

#LOSTmush4 {
	bottom: 153px;
	left: 675px;
}

#mush1_BUTTON {
	bottom: 125px;
	left: 75px;
}

#mush2_BUTTON {
	bottom: 125px;
	left: 255px;
}

#mush3_BUTTON {
	bottom: 125px;
	left: 500px;
}

#mush4_BUTTON {
	bottom: 125px;
	left: 680px;
}

#BIGmushroom{
	position: absolute;
	left: -400px;
	bottom: -1500px;
}

#mushroomTALKING {
	position: absolute;
	right: 30px;
	bottom: 100px;
}

#bush3_BUTTON {
	top: 300px;
	left: 520px;
}

#wand {
	position: absolute;
	top: 200px;
	left: 350px;
}



/*-- ENDINGS objects details --*/

#mug {
	position: absolute;
	left: 200px;
}

#candyREAL {
	position: absolute;
	top: 50px;
	left: 210px;
}
