@import url('https://fonts.googleapis.com/css?family=Inknut+Antiqua');

#stage {
	height: 300px;
	width: 500px;
	position: relative;
	margin: auto;
	margin-top: 50px;
}

/*textbox styles*/

#textbox {
	width: 460px;
	background-color: #edde9e;
	color: black;
	font-family: 'Inknut Antiqua', serif;
	font-size: 75%;
	line-height: 150%;
	position: relative;
	margin: auto;
	padding: 15px;
	border: 5px solid #525252;
}

#textboxBad {
	width: 460px;
	background-color: #ce9eed;
	color: black;
	font-family: 'Inknut Antiqua', serif;
	font-size: 75%;
	line-height: 150%;
	position: relative;
	margin: auto;
	padding: 15px;
	border: 5px solid #525252;
}

.goodText {
	color: #dfb432;
	font-weight: bold;
	text-align: center;
}

.badText {
	color: #7a1e7d;
	font-weight: bold;
	text-align: center;
}

.endText {
	text-align: center;
	font-size: 70%
}

/*link styles*/

body a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.innerLink {
	color: black;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/*class styles*/

#archer {
	color: #33cc33;
	font-weight: bold;
}

#mage{
	color: #0099ff;
	font-weight: bold;
}

#knight{
	color: #e60000;
	font-weight: bold;
}

/*elemental styles*/

#fire{
	color: #b30000;
	font-weight: bold;
}

#ice{
	color: #ccffff;
	font-weight: bold;
}

#earth{
	color: #00802b;
	font-weight: bold;
}

#elect{
	color: #d9b3ff;
	font-weight: bold;
}

/*Clickable styles*/

#rock1{
	position: absolute;
	top: 10px;
	left: 50px;
}

#rock2{
	position: absolute;
	top: 110px;
	left: 90px;
}

#rock3{
	position: absolute;
	top: 40px;
	left: 180px;	
}

#rock4{
	position: absolute;
	top: 100px;
	left: 270px;
}

#rock5{
	position: absolute;
	top: 60px;
	left: 370px;
}

#bush1{
	position: absolute;
	top: 170px;
	left: 30px;
}

#bush2{
	position: absolute;
	top: 190px;
	left: 170px;
}

#bush3{
	position: absolute;
	top: 150px;
	left: 310px;
}

#bush4{
	position: absolute;
	top: 190px;
	left: 330px;
}

/*item styles*/

#leftcollect{
	position: absolute;
	top: 60px;
	left: 50px;
}

#rightcollect{
	position: absolute;
	top: 60px;
	left: 280px;
}

/*item colour text styles*/

#blue{
	color: blue;
	font-weight: bold;
}

#red{
	color: red;
	font-weight: bold;
}

#yellow{
	color: yellow;
	font-weight: bold;
}

#green{
	color: green;
	font-weight: bold;
}

#brown{
	color: brown;
	font-weight: bold;
}

#white{
	color: white;
	font-weight: bold;
}