
/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,255,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,255,0,0.4);
}

header {

}
body {
	text-align: center;
	margin: 0 100px;
}
div.content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	background-color: darkslategray;
	border: 30px ridge #708090;
	border-radius: 25px;
	height: 500px;
}
div.displayWrapper {
	background-color: black;
	-webkit-box-shadow: 0px 0px 25px 10px #000000;
	box-shadow: 0px 0px 25px 10px #000000;
	border-radius: 10px;
	flex-grow: 4;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	overflow: auto;
	margin: 20px 30px 20px 30px;
	height: 350px;
}

#statusenemy {
	border: 5px double #1C6EA4;
	border-radius: 10px;
	overflow: auto;
	align-items: center;
	flex: 0.3;
	/*width: 30%;*/
	margin: 20px 10px;
	display: none;
}
#enemystats {
	color: lime;
	text-align: right;
	font-size: 25px;
	font-family: 'VT323', monospace;
	margin: 20px;
}
.midcontainer {
	overflow: auto;
	color: lime;
	font-family: 'VT323', monospace;
	flex: 1;
	text-align: center;
	align-content: center;
}
#objectivegame {
	margin: 0 50px;
	border: 5px double #1C6EA4;
	border-radius: 10px;
	font-size: 25px;
	max-height: 400px;
	overflow: auto;
	display: none;
}
#gamewelcome {
	font-size: 40px;
	margin: 25px;
}
#gamestory {
	font-size: 25px;
	margin: 25px;
	display: none;
}
#statusplayer {
	border: 5px double #1C6EA4;
	border-radius: 10px;
	overflow: auto;
	align-items: center;
	flex: 0.3;

	margin: 20px 10px;
	display: none;
}
#playerstats {
	color: lime;
	text-align: left;
	font-size: 25px;
	font-family: 'VT323', monospace;
	margin: 20px;
}







div.controlWrapper {
	background-color: black;
	flex-grow: 1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	margin: 20px 30px 20px 30px;
	-webkit-box-shadow: 0px 0px 25px 10px #000000;
	box-shadow: 0px 0px 25px 10px #000000;
	border-radius: 10px;
	height: 90px;

	text-align: center;
}
#choicewindow {
	-webkit-box-shadow: inset 0px 0px 40px 10px #000000;
box-shadow: inset 0px 0px 40px 10px #000000;
background: #2F4F4F;

	flex-grow: 1;
	border: 7px ridge #708090;
	border-radius: 10px;
	margin: 5px;
	text-align: center;
	align-content: center;
	display: flex;
	justify-content: space-around;
}

.playerchoice {
	color: lime;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	align-self: center;
}
.myButton {
	-moz-box-shadow: 0px 6px 14px -3px #f2fadc;
	-webkit-box-shadow: 0px 6px 14px -3px #f2fadc;
	box-shadow: 0px 6px 14px -3px #f2fadc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbe6c4), color-stop(1, #9ba892));
	background:-moz-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-webkit-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-o-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-ms-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892',GradientType=0);
	background-color:#dbe6c4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #b2b8ad;
	cursor:pointer;
	color:#757d6f;
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:bold;
	width: 100px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;

	margin: 10px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9ba892), color-stop(1, #dbe6c4));
	background:-moz-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-webkit-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-o-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-ms-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:linear-gradient(to bottom, #9ba892 5%, #dbe6c4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba892', endColorstr='#dbe6c4',GradientType=0);
	background-color:#9ba892;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton {
  display: block;
  width: 100px;
  height: 65px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 255, 0, 1);
  /*animation: pulse 1s 10;*/
  animation: none;
}
.myButton:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 1);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.9);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
      box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 255, 0, 1);
      box-shadow: 0 0 0 0 rgba(0, 255, 0, 1);
  }
}