*{
    padding:0;
    margin:0;
}
body{
    background-image: linear-gradient(315deg, #27c2ed 5%, #000000 75%);
}
.PokemonImgs{
    width:70%;
    height:90%;

}
.pokemon{
    width:96px;
    height:auto;
}
.Pokedex_copy{
    width:20%;
    height:50%;
    right:0;
    top:5%;
    margin-right:10px;
    border: 18px solid #AF0208;
    border-radius: 10px;
    position: fixed;
    min-height: 400px;
    min-width: 200px;
    background-color: #ee0007;
}
.Pokedex{
    width:20%;
    height:50%;
    right:0;
    top:5%;
    margin-right:10px;
    border: 15px solid #ee0007;
    border-radius: 10px;
    position: fixed;
    z-index: 0;
    min-height: 400px;
    min-width: 200px;
    background-color: #ee0007;
    
}
.PokedexDisplay{
  width: 88%;
    height: 60%;
    bottom:156px;
    right:1%;
    border-radius: 10px 10px 10px 40px;
    margin:auto;
    background: snow;
    position: relative;
    border:1px solid black;
    z-index:1;  
    text-align: center;
    font-size:calc(8px + .5vw);
}
.PokedexDisplay h3{
    padding:0% 0 0 3% ;
    font-weight: lighter;
    text-align: left;
    position: relative;
    bottom:30px;
}
.PokedexDisplay h3:nth-of-type(2){
    position: relative;
    bottom:50px;
}
.PokedexList{
    text-align: left;
    margin-left:20%;
    position: relative;
    bottom:40px;
}
#PokedexHeight, #PokedexWeight{
    text-align: left;
    position: relative;
    right:10%;
    bottom:30px;
}
.PokedexDisplay h3:first-of-type{
    padding:3% 3% 0 0 ;
    font-weight: lighter;
    text-align: right;
    bottom:0px;
}
.PokedexDisplay img{
    bottom:35px;
    position: relative

}
.trapFlipped {
  border-top: 75px solid #AF0208;
  border-left: 0px solid transparent;
  border-right: 75px solid transparent;
  height: 0;
    width: 50%;
    position: relative;
    right:15px;
    z-index:1;
}
.rectangle {
  width: 100%;
  height: 20px;
    background: #AF0208;
    position: relative;
    z-index:1;
}
.depthbarLeft{
  width: 6.5px;
  height: 95%;
    background: #AF0208;
    position: absolute;
    left:98%;
    top:4%;
    display:inline-block;
    z-index:1;    
}
.depthbarBottom{
  width: 99%;
  height: 2px;
    background: #AF0208;
    position: absolute;
    top:98.5%;
    display:inline-block;
    z-index:0;   
    left:0px; 
}
.depthbarRight{
  width: 2px;
  height: 98%;
    background: #AF0208;
    position: absolute;
    top:1%;
    display:inline-block;
    z-index:0;   
    left:0px; 
}
.trapFlipped_inner {
  border-top: 68px solid #ee0007;
  border-left: 0px solid transparent;
  border-right: 68px solid transparent;
  height: 0;
    width: 50%;
    position: relative;
    bottom:75px;
    right:15px;
    z-index: 1;
}
.rectangle_inner {
  width: 100%;
  height: 20px;
    background: #ee0007;
    position: relative;
    z-index: 0;
}
.topborder{
    position:relative;
    bottom:75px;
    left:100%;
    z-index: 1;
    padding-left:11%;
}
.MainLightBG{
  width: 67px;
  height: 65px;
  background: snow;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%;   
    position: relative; 
    bottom:150px;
    z-index: 2;
    padding-top:4px;
    border:1px solid black;   
}
.MainLight{
  width: 59px;
    height: 59px;
    margin-left:4px;
    bottom:1px;
    position: relative;
  background: #00c2d5;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    border:1px solid black;   
}
.MainLightShine{
  width: 40px;
    height: 40px;
    margin-left:6px;
  background: #78F4FF;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50%;     
}
.MainLightShiner{
  width: 20px;
    height: 20px;
    margin-left:6px;
    position: relative;
    top:2px;
    left:1px;
  background: #E3FDFF;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50%;     
}
.redlight{
    width: 20px;
    height: 20px;
    margin-left:6px;
    position: relative;
    bottom:216px;
    left: 30%;
  background: #D40303;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    border:1px solid black;
    z-index: 3;  
    display: inline-block;
}
.redlight_inner{
    width: 12px;
    height: 12px;
    left:1px;
    position: relative;
  background: #FF7979;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    z-index: 3;  
}
.yellowlight{
    width: 20px;
    height: 20px;
    margin-left:6px;
    position: relative;
    bottom:216px;
    left: 28%;
  background: #CACA05;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    border:1px solid black;
    z-index: 3;  
    display: inline-block;
}
.yellowlight_inner{
    width: 12px;
    height: 12px;
    left:1px;
    position: relative;
  background: #E4E499;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    z-index: 3;  
}
.greenlight{
    width: 20px;
    height: 20px;
    margin-left:6px;
    position: relative;
    bottom:216px;
    left: 26%;
  background: #11B411;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    border:1px solid black;
    z-index: 3;  
    display: inline-block;
}
.greenlight_inner{
    width: 12px;
    height: 12px;
    left:1px;
    position: relative;
  background: #49E449;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    z-index: 3;  
}
.AnalogStick{
    width: 13%;
    height: 11%;
    margin-left:6px;
    position: relative;
    bottom:150px;
    left: 5%;
  background: black;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    border:1px solid black;
    z-index: 3;  
    display: inline-block;
}
.AnalogStick_inner{
    width: 85%;
    height: 85%;
    left:5px;
    position: relative;
  background: #252525;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
    border-radius: 50%; 
    z-index: 3;  
}
.longlight{
  width: 15%;
  height: 10px;
    position: relative;
    z-index:1;
    bottom:180px;
    left:30px;
    border:1px solid black;
    border-radius: 10px;
    display:inline-block;
    margin-right:10px;
}
.red{
    background-color:#C5040D;
}
.blue{
    background-color:blue;
}
.dpad{
    position: relative;
    width:30%;
    height:16%;
    bottom:200px;
    left:65%;
}

.vert{
    border: 1px solid black;
    position: relative;
    background-color:black;
    border-radius: 5px;
    height:90%;
    width:25%;
    margin:auto;
}
.horz{
    border: 1px solid black;
    background-color:black;
    border-radius: 5px;
    position: relative;
    height:25%;
    width:80%;
    bottom:60%;
    left:10%;
}
.dpad_copy{
    position: absolute;
    width:30%;
    height:16%;
    bottom:6px;
    left:66%;
    z-index: 2;
}
.dpad_copy .vert{
    position: relative;
    background-color:#222121;
    border-radius: 5px;
    height:90%;
    width:25%;
    margin:auto;
}
.dpad_copy .horz{
    background-color:#222121;
    border-radius: 5px;
    position: relative;
    height:25%;
    width:80%;
    bottom:60%;
    left:10%;
     border:none;
}
.greenbutton{
    font-size: 15px;
    font-family: sans-serif;
    text-align: center;
    color: #14236c;
    width:35%;
    height:9%;
    border:1px solid black;
    background-color: #1cce81;
    position: relative;
    border-radius: 5px;
    bottom:61%;
    left:27.5%;
}
.greenbutton:hover{
    color: #7d1010;
  }
