@font-face
		{font-family: Blackout;
          src: url(Blackout_midnight-webfont.woff);
		}
@font-face
		{font-family: BlackoutSun;
          src: url(Blackout_sunrise-webfont.woff);
		}
@font-face
		{font-family: Blackout2AM;
          src: url(Blackout_two_am-webfont.woff);
		}

html		
		{height: 100%;
		margin: 0 auto;
		padding: 0 auto;
		}
		 
body   	
		{margin: 0 auto;
        padding: 0 auto;
        height: auto;
        background-color: black;
        font-family: verdana, sans-serif;
		overflow: auto;
		}

h1, h2, h4, h5
		{
         font: 25pt "Blackout", Verdana, Sans Serif;
         color: black;
		}

h1
		{
         text-align: center;
		}

a      
		{text-decoration: none;
		}

hr      	{margin: 0 auto;
        text-align: center;
        width: 60%;
        color: black;
		}


li    
		{text-decoration: none;
        list-style: none;
		color: black;
		}
		
label
		{float: left;
		width: 10em;
		}
		
#missing
		{text-align: center;
		color: #000000;
		}
#wrapper 
		{margin: 0 auto;
        width: auto;
        min-height: 100%;
        background-color: white;
		overflow: auto;
		}

#wrapper p, h1, h2, h3, h4, h5
		{
        margin: auto;
        max-width: 60%;
		}
.bodyimage
		{
        min-width:100%;
        max-height:600px;
		}
#header
		{width: 100%;
		background-color: white;
        
		}
#logo
		{
        padding: 20px;
		position: relative;
  		top: 0;
  		left: 0;
        opacity: 100;
		z-index: 1;
		background-color: white;
		-webkit-transition: opacity 1s ease;
 	    -moz-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
  	    transition: opacity 1s ease;
		}
#logo:hover
		{
        z-index: 1;
		opacity: 0;
	    -webkit-transition: opacity 1s ease;
 	    -moz-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
  	    transition: opacity 1s ease;
		}

#logo2
		{
        padding: 20px;
		position: absolute;
  		top: 0;
  		left: 0;
		}
#main	
		{padding: 20px;
		}

#nav1
		{position: sticky;
         top: 0;
         height: auto;
         z-index: 1;
         background-color:  white;
         border-top: 3px solid black;
         border-bottom: 3px solid black;
		 text-align: center;
		 padding: 10px;
		 }
		
#nav1 ul
		{
		}
		
#nav1 .spacer 
		{margin: 20px;
		color: black;
		cursor: default;
		}
		
#nav1 li
		{display: inline;
		font: 25pt "Blackout", Verdana, Sans Serif;
		text-align: center;
        margin: 20px;
		}
		
#nav1 .navitem:hover
		{color: red;
         text-align: center;
         -webkit-transition: color 1s ease;
 		 -moz-transition: color 1s ease;
		 -o-transition: color 1s ease;
  	     transition: color 1s ease;
		}

#nav1 a
		{color: black;
		}

		/*content styles*/

#poem
		{padding-left: 30%;
		padding-top: 40px;
		padding-bottom: 100px;
		}

#contactform
		{width: 580px;
		padding: 20px;
		}
		
#contactform label
		{Display: inline;
		}

#contactform input
		{display: inline;
		}
		