*{
  margin:0;
}

body{
background-image: url(../img/comic/azenam/bg.png);
background-attachment:fixed
}


.wrapper{
  margin-top: 5px;
  background-color: #0000ff;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;

}
@media only screen and (max-width: 850px) {
  .wrapper{
    margin-top: 5px;
    background-color: #0000ff;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.navigate hr{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}


#presenting{
  text-align: center;
  color: white;
}

header{
margin-top: 25px;
}

nav{
margin-top: 10px;
font-size: 20px;
}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}


#homeLink{color: #cc0000;}
#gamesLink{color: black;}
#comicsLink{color:#cc0000;}
#leesLink{color: black;}
#extraLink{color:#cc0000;}



main{
  margin-top: 25px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

footer{
text-align: center;
margin-top: 20px;
margin-bottom: 100px;
padding-bottom: 10px;
}




#navLogo{
  max-width: 50%;
  height: auto;
margin-left: auto;
margin-right: auto;
display: block;
}



.navigate{
  text-align: center;
}


/* comic css everything above you can replace when you change it */


.comic h1{
  text-align: center;
  margin-bottom: 10px;
}

.comicPage img{
margin: auto;
display: block;
height: auto;
max-width:100%;
}

.comicPage{
  margin-bottom: 5px;

}

.pageNavigation img{
  max-height: 100%;
  max-width:auto;
}
.pageNavigation{
text-align: center;
margin-bottom: 10px;
}
.pageNavigation button{
  background-color: transparent;
  margin:0;
  border: transparent;
  cursor: pointer;
}


.naviButton{
  font-style: oblique;
  background-color: black;
  border: none;
  color: red;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 100px;
}

.volumeButton{
  font-style: oblique;
  background-color:red;
  border: none;
  color: black;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 100px;
  cursor: pointer;
}

.pageSelect{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
text-align: center;
background-color: white;
}

.pageSelect li {
  color: blue;
  list-style-type: none;
}

.pageSelect li :hover{
 cursor: pointer;
}

.comic hr{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-top: 2px solid black;
}
