@font-face {
  font-family: strippindirty;
  src: url(../fonts/strippin_dirty.ttf);
}

@font-face {
  font-family: altehaas;
  src: url(../fonts/AlteHaasGroteskBold.ttf);
}

@font-face {
  font-family: frizzledham;
  src: url(../fonts/frizzed.ttf);
}

body {
  background: lightblue url("images/leaves.jpg") repeat center fixed;
  color: black;
  font-family: altehaas;
  width:100%;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}

#back{
 width:100%;
 max-width:200px;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
 margin-top:25px;
}

#back p{
 width:100%;
 max-width:70px;
 background: lightblue url("images/stains.jpg") repeat center;
 padding:1px;
 border-style:double;
 border-color:#82321b;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 font-size:14px;
  text-align:center;
}

#back a{
 color:white; 
}

#back a:visited{
 color:white; 
}

#back a:hover{
 color:white;
 text-decoration-line:underline;
 text-decoration-style:wavy;
 text-decoration-thickness: 1px;  
}

#zinesheader{
 background: lightblue url("images/stains.jpg") repeat center;
 width:100%;
 max-width:500px;
 padding:0px 0px 0px 0px;
 text-align:center;
 border-style:double;
 border-color:#82321b;
 margin-bottom:35px;
 margin-left:auto;
 margin-right:auto;
 margin-top:25px;
}

#zinesheader h1{
 vertical-align:middle;
 width:400px;
 margin:0px;
 padding-right:10px;
 padding-left:10px;
 padding-top:25px;
 padding-bottom:20px;
 font-family:strippindirty;
 font-size:65px;
 color:white;
 text-shadow: 2px 2px 4px black;
 margin-left:auto;
 margin-right:auto;
}

#zinesnav{
 background: lightblue url("images/stains.jpg") repeat center;
 width:100%;
 max-width:600px;
 padding:0px 0px 0px 0px;
 text-align:center;
 border-style:double;
 border-color:#82321b;
 margin-bottom:35px;
 margin-left:auto;
 margin-right:auto;
 margin-top:25px;
}

#zinesnav ul{
 width:100%;
 max-width:500px;
}

#zinesnav li{
 display:inline-block; 
 margin-left:10px;
 margin-right:10px;
}

#zinesnav a:hover{
 opacity:0.9;
}

footer{
 width:100%;
 max-width:1000px;
 text-align:center;
 color:white;
 font-family:altehaas;
 font-size:12px;
 margin-left:auto;
 margin-right:auto;
}

footer p{
  color:white;
  width:100%;
 max-width:500px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

footer a{
 width:100%;
 max-width:200px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

footer a{
 color:white; 
 width:100%;
 max-width:150px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

iframe{
 width:100%;
 max-width:1000px;
 height:100%;
 max-height:1000px;
 min-height:700px;
}