html,body {
  margin: 0;
  height: 100%;
}

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

@font-face {
  font-family: crackdownr2;
  src: url( crackdr2.ttf );
}

.header {
  background: #FF0000;
  height: 100px;
}

.border {
  background: #000000;
  height: 25px;
}

.content {
  background: #FFFFFF;
  height: 75%;
}

.footer {
  background: #FFFFFF;
  height: 5%;
}

#pokemonkeys {
  position: fixed;
  top: 88px;
  left: 2%;
}

@keyframes pokebuttonpulse {
	0% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0;
	}
	10% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.2;
	}
	20% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.4;
	}
	30% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.6;
	}
	40% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.8;
	}
	50% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 1;
	}
	60% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.8;
	}
	70% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.6;
	}
	80% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.4;
	}
	90% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0.2;
	}
	100% {
		background-image: url( '../media/pokebutton_glow.png' );
		opacity: 0;
	}
}

#pokebuttonA {
  background-image: url( '../media/pokebutton.png' );
  height: 200px;
  width: 200px;
  position: fixed;
  top: 13px;
  left: 40%;
}

#pokebuttonB {
  background-image: url( '../media/pokebutton_glow.png' );
  height: 200px;
  width: 200px;
  position: fixed;
  top: 13px;
  left: 40%;
  opacity: 0;
  /* transition: background-image 5s; */
  /* Standard syntax */
  animation-name: pokebuttonpulse;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.navigation {
  z-index: 1;
  font-family: crackdownr2;
  font-size: 1.25em;
  position: fixed;
  top: 103px;
  transition: text-shadow 0.25s, opacity 0.25s;
}

#nav1 {
  position: fixed;
  left: 10%;
  text-shadow: 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF;
  opacity: 0.5;
}

#nav2 {
  position: fixed;
  left: 17%;
  text-shadow: 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF;
  opacity: 0.5;
}

#nav3 {
  position: fixed;
  left: 24%;
  text-shadow: 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF, 0 0 0.5em #00D8FF;
  opacity: 0.5;
}

#nav1:hover, #nav2:hover, #nav3:hover {
  text-shadow: 0 0 0.25em #00D8FF, 0 0 0.25em #00D8FF, 0 0 0.25em #00D8FF, 0 0 0.25em #00D8FF, 0 0 0.25em #00D8FF;
  opacity: 1.0;
  transition: text-shadow 0.25s, opacity 0.25s;
}

.button{
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  z-index: auto;
  width: auto;
  height: auto;
  position: static;
  content: ;
  cursor: default;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 10px;
  overflow: visible;
  border: 0 solid rgba(255,255,255,1);
  border-radius: 0;
  font: normal normal normal 48px/normal "Warnes", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-decoration: normal;
  text-align: center;
  text-transform: none;
  text-indent: 0;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: normal;
  white-space: pre;
  word-spacing: normal;
  word-wrap: ;
  background: none;
  box-shadow: none;
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
  -moz-transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
  transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
  -moz-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.button:hover{
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #00ffff , 0 0 70px #00ffff , 0 0 80px #00ffff , 0 0 100px #00ffff ;
}

