/*

   LB Offshore Adventures Style Sheet
   Author: Daniel Wentzel
   Date:   3/27/2016

   Filename:       location.css
   Supporting Files: 

*/

   nav{
     display: inline;
     font-size:18pt;	
    }
   
   ul{
	 border:3px double black;
	 text-align:center;
    }

   li{
	 display:inline;
	 margin: 10px;
	 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;
    }
	
	}
	#overview{
		position:relative;
		left:100px;
	}
	#outside{
		position:relative;
		left:300px;
		border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
	}
	#beds{
		border-top-right-radius: 220px;
        border-top-left-radius: 220px;
        border-bottom-right-radius: 220px;
        border-bottom-left-radius: 220px;
	}
	#bunk{
		position:relative;
		left: 100px;
	}
	#livingroom{
		position:relative;
		left:120px;
		top:200px;
		
	}
	#dining{
		position:relative;
		left:200px;
	}
	#food{
		width:600px;
		height: 400px;
		float:right;
	}
	#gather{
		width:600px;
		height: 400px;
		position:relative;
		top:100px;
	}
	#ls{
		position:relative;
		top:50px;
		width:300px;
		height:500px;
	}
	#nature{
		position:relative;
		left: 400px;
		top:25;
		width:600px;
		height:600px;
		border-top-right-radius: 80px;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px;
	}
	#bird{
		position: relative;
	    right:500px;
		bottom:100px;
		
	}
	#relax{
		text-align:center;
		position:relative;
		top:150px;
		font-size:30pt;
		font-weight:bold;
        background-color:gray;
		border:2px solid black;
		width:600px;
		border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
	}

    h1{
     font-size:35pt;
     font-weight:bold;
     text-align:center;
    }

    h2{
	 text-align:center;
     font-size: 35pt;
     font-weight: bold;
     color: black;
    }
	h3{
    text-align:center;
	font-size: 25pt;
     font-weight: bold;
     color: black;
	}
	
    footer{
	 width:cover;
	 background-color: black;
	 font-size: 20pt;
	 text-align: center;
	}
	footer a:hover{
		background-color:black;
		color:White;
	}



