@charset "utf-8";




/* CSS Document */
html, body{
	height:100%; 

}

body{
	
	background: url("Website images/landscape3.5.JPG") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size:cover;
	-o-backgroundsize:cover;
	Background-size:cover;
	backgroud-position: center;
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	font-family: arial; 
	margin-top: 0px;
	
	
}


header{
	
	
	
	
	
}




nav  {

	width: 100%;
	height:99px;
	background-color: #000;
	line-height: 10px;
	z-index: -0.5;
	background-color: rgba(0,0,0,0.7);
	

}

Nav ul{ 
	margin: 0px;
	padding-right:30px;
	padding-top: 26px;
	float:right;
	list-style: none;
	
	
	
}
nav ul li{
	
	list-style-type: none;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	
}

nav ul li:hover{
	background-color: #014709;
	background-color: rgba(1,75,3,0.5);
	z-index:-5;
	
	
	
	
}



nav ul li a{
	text-decoration: none;
	color: #fff;
	padding:20px;
	display: block;
	
		
}
/*Below this line is new stuff*/
nav ul li a:hover{
	font-size: 15px;
	
	
	
}

nav ul li ul li{
	
	display:none;
}

nav ul li:hover ul li{
	
	display:block;
	
}
	
	/* height: auto;
	width: auto;
	z-index:-5;
	background-color: rgba(0,0,0,0.5);
	list-style-type: none;
	padding-left: 20px;
	Text text-align: right;
	padding-left: 40px;
	display:block; color:white: line-height:80px; text-align: center;font-family: arial;font-size:30px; */

	
/*-------------hero box---------------------*/

.hero-box{
	text-align-last: center;
    height: auto;
	padding-top: 220px;
	font-size: 40px;
    width: auto;
	/*
    Filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity: .70;
	color: rgba(100%,0%,0%,1%);*/
	z-index:-5;
	/*background-color: rgba(0,0,0,0.7);*/
	Color:#fff;
	font-style: italic;
	
}

.sub{
	
	font-size: 30px;
 	color: #F7F520;
}



p{
	padding-left: 110px;
	padding-right: 110px;
	font-size: 25px;
	
	
}




/*---------------------------Footer-----------------------*/
#Footer{
	 width: 100%;
	 background-color: rgba(0,0,0,0.7);
	 color: #fff;
	 text-align: center;
	 padding: 20px 0px;
	 margin-top: 185px;
	
}