@font-face {
  font-family: "copperplate";
  src: url(/res/fonts/COPRGTB.TTF);
  src: local('copperplate Gothic Bold'), local('copperplate Gothic Bold') format("truetype");
}
h1,h2{
    margin-top: 0px;
}
body{
    background:  white;
    font-family: "copperplate", sans-serif;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-size: 16px; 
}
a{
    color: #000;
    text-decoration: none;
}
.clear{
    clear:both;
}
#menu,#topheader{
    width: 500px;
}

#headcover,#content{
    width: 1000px;
    position: relative;
    margin: 0px;
    padding: 0px;
    
}
#topheader img{ /*,#headcover img*/
    width: 100%;
    margin: 0px;
    padding: 0px;
    
}
#headcover{
    background: #000;
}
#headcover img{
    height: 146px;
}

.blox{
    float: left;
    display: inline-block;
}

#menu a{
    display: block;
    background:  #fff;
    padding: 5px;
    padding-left: 20px;
}
#menu a.sub1{ 
    padding-left: 50px;
}
#menu a:hover{
    background: #ddd;
    color: #555;
    transition: .5s ease;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}
.container {
    position: relative;
}
.container img{
  display: block;
  width: 100%;
  height: auto;
  
}
.container .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.container:hover .overlay {
  opacity: 0.8;
}

#mainpage a{
    display: inline-block;
    float: left;
    width: 50%;
}
#aboutpage {
    position: relative;
}
#aboutpage a,#contactpage a{
    color: navy;
}

#aboutpage .text{
    text-align: center;
    color: #000;
    margin-right: 30%;
    display:  inline-block;
    float: left; 
}
#aboutpage img.about{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
}
#contactpage .text{
    text-align: center;
    color: #000;
    display:  inline-block;
    float: left; 
    width: 100%;
}
.comicholder{
    position: relative;
}
.comicholder img.thumb{ 
    height: 190px; float: left;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid #fff;
       
}

.comicholder img.thumb:hover{
    border: 2px solid #000;
    transition: .9s ease;   
}

.textholder{
    display: inline-block;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    margin: 10px;
    padding: 10px;
    width: 400px;
    font-size: 0.8em;
}

#viewer{
    position: absolute;
    opacity: 0;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    text-align: center;
    transition: .5s ease;
}
#viewer .hatter{
    position: absolute;
    top:0px;
    left:0px;
    background: #000;
    opacity: 0.8; 
    width: 100%;
    height: 100%;
    z-index: 0;
}
#viewer .vcontainer{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#viewer #pic{
    max-height:90%;
    max-width: 90%;
    border: 10px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    
}

#viewprev,#viewnext{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px;
}
#closeview{
    width: 50px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: -60px;
}