/* CSS Document */


.StartOption
{
	width: 300px;
	height: 350px;
	border: 5px solid gray;
	padding: 20px;
	margin: 20px;
}

.middle
{
	position: relative;
	text-align: center;
	
}

.login
{
	position: absolute;
	top: 30%;
	left: 20%;
	padding-bottom: 55px;
}

.guest
{
	position: absolute;
	top: 30%;
	left: 40%;
}

.create
{
	position: absolute;
	top: 30%;
	left: 60%;
	
}

.title
{
	font-size: 70px;
}





.error
{
	color: red;
}

.play
{
	background-color: lightgray;
	color: darkslategray;
	position: absolute;
	top: 30%;
	left: 40%;
	width: 300px;
	height: 200px;
	font-size: 30px;
}

.enemy
{
	position: absolute;
	left: 50%;
	top: 30%;
	width: 200px;
	height: 400px;
}

.player
{
	position: absolute;
	left: 30%;
	bottom: 0;
	width: 250px;
	height: 500px;
}

/* MENU */

.menu
{
	position: absolute;
	right: 20px;
	
	font-size: 30px;
	width: 200px;
	height: 100px;
	
	border-radius: 20px;
}

.playGame
{
	top: 150px;
	background-color: mediumspringgreen;
}

.character
{
	top: 300px;
	background-color: lightblue;
}

.leaderboard
{
	top: 450px;
	background-color: orange;
}

.quit
{
	top: 600px;
	background-color: red;
}


.popup
{
	position: absolute;
	top: 10vh;
	left: 35vw;
	border-style: solid;
	border-color: blue;
	border-radius: 5px;
	width: 400px;
	height: 200px;
	z-index: 1;
	background-color: lightblue;
}

.close
{
	position: absolute;
	bottom: 5px;
	left: 38%;
	
	width: 100px;
	height: 50px;
	border-color: blue;
	background-color: lightblue;
	font-size: 30px;
}

.message
{
	color: blue;
	font-size: 20px;
}

.surrender
{
	background-color: darkred;
	font-size: 30px;
	
	width: 300px;
	height: 150px;
	
	position: absolute;
	right: 10px;
	top: 10px;
	
	border-radius: 15px;
	
}

.inMatch
{
	position: absolute;
	top: 45vh;
	left: 40vw;
	
	font-size: 60px;
	color: red;
}

/* CHARACTER  */
.stat
{
	border-color: lightblue;
	border-style: groove;
	border-radius: 15px;
	border-width: 5px;
	padding: 0;
}

.speed
{
	position: absolute;
	left: 10%;
	top: 10%;
	width: 20%;
	height: 60%;
	
	text-align: center;
	
}

.strength
{
	position: absolute;
	left: 40%;
	top: 10%;
	width: 20%;
	height: 60%;
	
	text-align: center;
}

.defense
{
	position: absolute;
	left: 70%;
	top: 10%;
	width: 20%;
	height: 60%;
	
	text-align: center;
}

.statChoice
{
	position: relative;
	font-size: 50px;

	font-weight: bold;
	
}

.increase
{
	position: absolute;
	left: 25px;
	width: 150px;
	height: 150px;
	border-radius: 10px;
	
	background-color: green;
	font-size: 100px;
	
	bottom: 25px;
}

.decrease
{
	position: absolute;
	right: 25px;
	width: 150px;
	height: 150px;
	border-radius: 10px;
	
	background-color: red;
	font-size: 100px;
	
	bottom: 25px;
}

.statNumber
{
	position: absolute;
	font-size: 125px;

	font-weight: bold;
	
	left: 145px;
	top: 25px;
}

.pLeft
{
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	left: 42vw;
	top: -5vh;
}

.pNumber
{
	left: 56vw;
}

.back
{
	position: absolute;
	top: 75%;
	left: 32.5%;
	
	border-radius: 10px;
	font-size: 60px;
	
	width: 300px;
	height: 200px;
	
	background-color: lightcoral;
}

.save
{
	position: absolute;
	top: 75%;
	left: 52.5%;
	
	border-radius: 10px;
	font-size: 60px;
	
	width: 300px;
	height: 200px;
	
	background-color: lightgreen;
}

.stats
{
	display: inline-block;
}

.name
{
	font-size: 40px;
	text-align: center;
	position: absolute;
	
	display: inline-block;
	top: 8vh;
	
	left: 32.5vw;
}



.enemyName
{
	left: 62.5vw;
}

.healthBar
{
	position: absolute;
	
	color: transparent;
	
	z-index: 1;
	
	border: solid;
	border-radius: 10px;
	border-bottom-width: 5px;
	border-color: black;
	
	width: 10vw;
	height: 5vh;
	top: 5vh;
	left: 30vw;
	
	display: inline-block;
	
	text-align: center;
}

.enemyBar
{
	left: 60vw;
}

.health
{
	position: absolute;
	background-color: red;
	
	border: solid;
	border-radius: 10px;
	border-bottom-width: 5px;
	border-color: black;
	
	width: 10vw;
	height: 5vh;
	top: 5vh;
	left: 30vw;
	
	display: inline-block;
	
	text-align: center;
	font-size: 40px;
}

.enemyHealth
{
	left: 60vw;
}


.Attack
{
	background-color: orange;
	color: black;
	
	border-radius: 20px;
	
	position: absolute;
	left: 70vw;
	top:40vh;
	
	width: 20vw;
	height: 10vh;
}

.Rest
{
	background-color: greenyellow;
	color: black;
	
	border-radius: 20px;
	
	position: absolute;
	left: 70vw;
	top:60vh;
	
	width: 20vw;
	height: 10vh;
}

.endScreen
{
	width: 100vw;
	height: 100vh;
	
	position: absolute;
	left: 0;
	top: 0;
}

.endText
{
	font-size: 10vw;
	color: gold;
	
	position: absolute;
	left: 34vw;
	
}

.Victory
{
	background-color: green;
}

.Defeat
{
	background-color: red;
}

.endButton
{
	background-color: moccasin;
	
	width: 30vw;
	height: 15vh;
	
	position: absolute;
	
	left: 34vw;
	top: 70vh;
	
  	border-radius: 20px;

	font-size: 50px;
}


.leaderBoardDiv
{
	border-color: gold;
	border-width: 20px;
	border-style: groove;
	
	padding: 50px;
	
	position: absolute;
	
	left: 39vw;
	top: 9vh;
	
	font-size: 50px;
	
	background-color: honeydew;
	
}

.leaderBoardBack
{
	border-radius: 5px;
	
	width: 20vw;
	height: 40vh;

	position: absolute;
	left: 5vw;
	top: 30vh;
	
}

#positionOne
{
	color: gold;
}

#positionTwo
{
	color: silver;
}

#positionThree
{
	color: saddlebrown;
}





