* {
  margin: 0;
}

body {
  background-color: #DDEEFF;
  font-family: 'Montserrat', sans-serif;
}

li {
  margin-left: 0;
  padding-left: 0;
}

#myModal {
  height:100%;
  width: 100%;
  position: absolute;
  background: #4b6cb7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: center;
  padding: 40px;
  padding-top: 300px;
}

#myModal h4 {
  color: #E5E500;
}

#hidingAudio {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

#myModal h1 {
  color: #E5E500;
  font-family: "Freckle Face", cursive;
  font-size: 4em;
  text-shadow: 4px 4px 0px black;
}

.modal-content {
  padding: 20px;
}

#container {
  position: absolute;
  left: 12%;
  top: 5%;
}

#gameInfo {
  position: absolute;
  left: 200px;
  top: -20px;
  z-index: 10;
  width: 500px;
  text-align: center;
}

#leftSide {
  position: absolute;
  left: 20%;
}

#rightSide {
  position: absolute;
  left: 235%;
}

#center {
position: absolute;
left: 60%;
top: 15%;
}

#activePokemon {
  position: absolute;
  z-index: 10;
  left: 40%;
  right: 0;
  top: 0;
  width: 150px;
}

#activePokemon img {
  width: 100px;
}

#bio {
  position: absolute;
  width: 400px;
  border: 5px inset grey;
  border-radius: 10px;
  left: 77%;
  top: 40%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.1em;
  background: #4b6cb7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}



#bio h2 {
  text-align: center;
  font-family: 'Cabin', cursive;
  color: yellow;
  letter-spacing: 2px;
  font-weight: lighter;
  text-shadow: 2px 2px 2px black;
}

#statsLeft {
  float: left;
  padding: 10px;
}

#statsRight {
  padding: 10px;
  float: right;
}

.icon {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
  border-radius: 100%;
  padding: 5px;
  /*background-color: #334477;*/
  height: 75px;
  width: 75px;
  background: #C04848; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #C04848 , #480048); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #C04848 , #480048); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.icon:hover {
  cursor: pointer;
}

.pushleft {
  margin-left: -20px;
}

.pushfarleft {
  margin-left: -35px;
}

.pushright {
  margin-left: 20px;
}

.pushfarright {
  margin-left: 35px;
}

#selectedPokemonsP1{
  display: inline-block;

}
#selectedPokemonsP2{
  display: inline-block;

}

#addPokemon{
  margin-top: 500px;
  text-align: center;
}
.notReadyButton {
  pointer-events: none;
  opacity: 0.5;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.dead {
  pointer-events: none;
  opacity: 0.5;
  background-color: red !important;
}

#buttons {
  position: relative;
  left: 93%;
}

#readyButtons {
  position: relative;
  left: 50%;
}

.readyButton {
  margin: 10px;
}

#battleContainer {
  display: none;
  position: absolute;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 20;
  height: 800px;
  width: 1200px;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.progress {
  font-family: 'VT323', monospace;
}

#battle {
  background-image: url("../img/battlebg.png");
  background-size: cover;
  width: 100%;
  height: 70%;
  position: absolute;
}

#battleOutput1 {
  color: white;
  text-align: center;
  font-size: 3em;
  margin-top: 22%;
  text-shadow: 2px 2px 2px black;
  display: none;
  z-index: 20;
}
#battleOutput2 {
  color: white;
  text-align: center;
  font-size: 3em;
  margin-top: 15%;
  text-shadow: 2px 2px 2px black;
  display: none;
  z-index: 20;
}
#Player1Fighter {
  position: absolute;
  bottom: 20px;
  left: 75px;
}

#Player2Fighter {
  position: absolute;
  top: 250px;
  right: 100px;
}

#attackMenu {
  background: #4b6cb7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 5px solid black;
  position: relative;
  top: 70%;
  height: 30%;
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 1.2em;
  padding: 10px;
}

#move1, #move2 {
  height: 200px;
  text-align: center;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
  background-color: #123;
}

#move1 p, #move2 p{
  margin: 2px;
}

.move1Name, .move2Name {
  text-decoration: underline;
  font-size: 1.5em;
}

#move1:hover, #move2:hover {
  border: 2px solid white;
  height: 200px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #456;
  cursor: pointer;
}

#pokemonSprites {
  margin-left:60%;
  margin-top: 20px;
  position: absolute;
}

#pokemonSprites img {
  padding: 20px;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  background-color: #123;
}

#pokemonSprites img:hover {
  background-color: #456;
  border: 3px solid white;
  cursor: pointer;
}

#pokemonSprites .selection {
  border: 0 !important;
  background-color: #456;
}

.selection img{
  border: 3px solid white;
  background-color: #456 !important;
}

#Player1nameHP {
  position: absolute;
  right: 100px;
  bottom: 75px;
  width: 300px;
  height: 120px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff5dd;
  padding: 10px;
}

#Player2nameHP {
  position: absolute;
  left: 130px;
  top: 100px;
  width: 300px;
  height: 120px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff5dd;
  padding: 10px;
}

#Pokemon1Name, #Pokemon2Name {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
}

.pokemonHP {
  padding-left: 10px;
  padding-top: 5px;
}

#startAttack {
  margin-top: 20px;
  width: 160px;
  margin-left: 75px;
  height: 50px;
}

#win, #lose {
  display: none;
}

#win {
  background-image: url("../img/win.gif");
}

#lose {
  background-image: url("../img/lose.gif");
}

#lose, #win  {
  z-index: 30;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF;
  padding-top: 25%;
  font-size: 4em;
}

#lose button, #win button {
   width: 200px;
   height: 50px;
}


#loading {
  width: 100%;
  height: 100%;
  background: #4b6cb7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: center;
  z-index: 20;
  position: absolute;
  padding-top: 30%;
}

#loading h1 {
  color: #E5E500;
  font-family: "Freckle Face", cursive;
  font-size: 4em;
  text-shadow: 4px 4px 0px black;
}

.selection{
  background-color: #345 !important;
  border: 3px inset white !important;
}

.notReady{
  background-color: #DD5555;
}

#p1status {
  position: absolute;
  right: 50px;
  bottom: 10px;
  width: 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid white;
}

#p2status {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid white;
}

.ready{
  background-color: #55FF55;
}

#pokeBall {
  z-index: 30;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  pointer-events: none;
}

#pokeTop {
  position: absolute;
  top: 0px;
  height: 50%;
  width: 100%;
}

#pokeBottom {
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 100%;
  left: -1px;
}

#chat {
  position: absolute;
  left: 50px;
  top:850px;
  z-index: 5;
  height: 360px;
  overflow: scroll;
  width: 300px;
}

#chat input {
  width: 90%;
  height: 40px;
}
