html{
	background-image: url("images/background.jpg");;
	background-size:auto;
	font-family: Cooper Black;
	color:rgba(255,255,255,0.9);
	background-repeat:no-repeat
}
body {
	
	font-family: Arial Black;
}

.logo {
	opacity: 0.9;
}

h1, h2, h3, form{
	text-align: center;
}

.nav{
	
}

.nav li {
	display: inline-block;
	
}

.nav a{
  text-decoration: none;
  color: white;
}



.inactive:hover{
	background-color: rgb(255, 255, 255, 0.2);
}

#active{
	background-color:  #102611;
  	color: white;
}

ul{
	list-style-type: none;
}

#a {
	font-size: 25px;
	margin: 10px;
	float: right;
	padding: 15px;
	border-radius: 5px;
}

.inner {
	text-align: center;
}

#faq{
	margin-left: 100px;
	margin-right: 100px;
	
}

#faq li {
	padding: 20px;
	width: 45%;
	display: inline-block;	
	border-style: solid;
	border-color: white;
	vertical-align: top;
	height: 10%;
	
}

.faq {
	text-align: center;		
}

h4 {
	text-decoration: underline;
	font-size: 150%
}

