div.scrollmenu {
    background-color: #111;
    white-space: nowrap;
  height: 1in;
  width: 15;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    width: 2.8in;
    text-decoration: none;
    font-family: Pokemon solid;
    letter-spacing: 4px;
    color: #ffcc03;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #3c59a5;
    font-size: 30pt;
  
}

div.scrollmenu a:hover {
    background-color: #777;
    z-index: 1;
}


#box_1 { 
  position: relative;
  width: 15in;
  height: 8in;
 
  background-image: url(http://www.pokemon-sunmoon.com/static/niji_www/img/global/backgrounds/md_sitebg.jpg);
}

#box_2 { 
  position: relative;
  padding-top: .5in;
  width: 10in;
  height: 21in;
  left: 5in;
  
  text-align: justify;
}

#box_3 { 
  position: relative;
  width: 15in;
  height: 6in;
  
  text-align: justify;
  padding-top: .75in;
}

#redbox { 
  background-color: red;
  position: relative;
  width: 15in;
  height: 6in;
  
  text-align: justify;
  padding-top: .75in;
}

img {
    float: left;
    clear: left;
}


#Team_box { 
  position: relative;
  width: 15in;
  height: 5in;
  
  text-align: justify;
}

#Team_box2 { 
  position: ;
  width: 15in;
  height: 3in;
  
  text-align: justify;
  background-image: url("http://www.pixelstalk.net/wp-content/uploads/2016/03/Pikachu-minimal-wallpaper-HD-background.png"); 
  background-size: 15in 6in;
}

#long_box { 
  position: relative;
  width: 10in;
  height: 75in;
  left: 2.5in;
 
  text-align: justify;
}

#long_box2 { 
  position: absolute;
  width: 10in;
  height: 75in;
  top: 125in;
  
  text-align: justify;
}

#Box2 { 
  position: relative;
  width: 15in;
  height: 10in;
  
  text-align: justify;
}

#left{ 
  position: absolute;
  width: 4.5in;
  top: 13in;
  left: 0in;
  }

h1{
  text-align: center;
  font-family: Pokemon Solid;
  color: #ffcc03;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #3c59a5;
  font-size: 75pt;
  }
 
h2{
  text-align: right;
  font-family: Pokemon Solid;
  color: #ffcc03;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #3c59a5;
  font-size: 35pt;
  }

p1{
  font-size: 20pt;
  font-family: Helvetica;
  text-align: justify;
  }


#Pokemonleft{ 
  position: absolute;
  width: 2in;
  height: 75in;
  top: 176in;
  left: .5in;
  
  }

#Pokemonright{ 
  position: absolute;
  width: 2in;
  height: 75in;
  top: 176in;
  left: 13.2in;
 
  }

#blackbox { 
  position: relative;
  width: 15in;
  height: .5in;
  border: solid;
  background-color: #000000;
}

#outer-circle {
  position: absolute;
  background: black;
  border-radius: 2in;
  height: 2in;
  width: 2in;
  left: 10in;
  top: -.75in;
  shape-margin: 1in; 
}

#inner-circle {
    position: relative;
    background: white;
    border-radius: 1in;
    height:1.5in;
    width:1.5in;
    align-items: center;
    top: .25in;
    left: .25in; 
}

p2{
  position: absolute;
  font-family: Pokemon Solid;
  color: #ffcc03;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #3c59a5;
  font-size: 30pt;
  left: 10in;
  top: 0in;
  z-index: 1;
  transform: rotate(-30deg);
}


#Tiers{
  top: 150in;
}

#Threats{
  top: 50in;
}

#Types{
  top: 75in;
}

#Teams{
  top: 100in;
}

#Start{
  top: 150in;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #111;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
}
