/*

   LB Offshore Adventures Style Sheet
   Author: Daniel Wentzel
   Date:   3/27/2016

   Filename:       gallery.css
   Supporting Files: 

*/

   h1{
	   text-align:center;
	   font-size:30pt;
   }

   nav{
	 position:fixed;
     text-align:center;
     font-size:18pt;
     background-color:gray;	 
    }
	ul{
		list-style-type:none;
	}
 
   li{
	 
	 text-align:center;
	 margin-right:30px;
	 list-style-type: none;
	 
    }

   li a:hover {
	 background-color: black;
	 color:white;
    }
	

   body{
     background-image: url(ocean.jpg);
     background-size: cover;
     background-position: center,center;
     background-repeat: no-repeat;
    }
	
	img{
		margin:10px;
	}
	
	
	
    footer{
	 width:cover;
	 background-color: black;
	 font-size: 20pt;
	 text-align: center;
	}
	footer a:hover{
		background-color:black;
		color:White;
	}



