@charset "utf-8";
/* CSS Document */

body{
	background: url("../Website images/AVBG.png") 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;
	
Font font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
	
}




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; */





H1{
	clear: both;
	padding-top:  160px;
	
	text-align: center;
	color: #0CAC05;
	margin-bottom: 50px;
}

p{ 
	color: rgba(0,0,0,1);
	z-index: -5;
	
	
}
/*
.gallery{
	
	
	Margin: 10px 50px; }

.gallery img{
	width: 230px;
	padding: 5px;
	filter: grayscale(100%);
	transition: 1s;
}


.gallery img:hover{
	filter:  grayscale(0);
	transform: scale(1.1);
}

-----------------------------------------*/

form{
	
	margin-top: 50px;
	margin-left:50px;
	width: 100%;
	}

.form-control{
	width: 600px;
	color:#000;
	font-size: 20px;
	margin-bottom: 16px;
}

input{
	
	height: 45px;
}

form .submit{
	background: #252121;
	color: #fff;
	font-size: 20px;
	letter-spacing: 20px;
}
form .submit:hover{
	
	
	background-color: #000;
	cursor: pointer;
	
}



/* end gallery section              */


#Footer{
	 width: 100%;
	 height: 10px;
	 position: absolute;
	 clear: none;
	 background-color: rgba(0,0,0,0.7);
	 color: #fff;
	 text-align: center;
	 padding: 20px 0px;
	 margin-top: 185px;
}