
.header img {
  	max-width: 300px;
  	max-height: 150px;
    height: auto;
    width: auto\9;
    padding: 50px;

}

.header h1 {
	max-height: 300px;
  	text-decoration: none;
  	font-size: 100px;
  	color: blue;
  	display: inline-block;
  	position: relative;
  	padding-left: 300px;
  	padding-bottom: 0px;
  	font-family: sans-serif;

  
}

.header h1:hover {
	color: gray; 
	background-color: #fff;
}

.nav ul{
	margin: 0; 
	padding: 10px; 
	list-style-type: none; 
	text-align: center; 
	background-color: silver; 
	} 


.nav li {
      display: inline; 
    }

.nav a{
	text-decoration: none;
	font-weight: bold;
	padding: .4em 2em; 
	color: darkblue; 
	background-color: silver;
	letter-spacing: 2px;

}

.nav a:hover {
	color: #000; 
	background-color: #fff; 
}

a.active {
	background-color: white;
	color: blue;
}

.main h2{
	font-size: 40px;
	color: black;
	text-align: center;
}






.section{
	position: center;
	text-align: center;
	color: blue;
	font-family: sans-serif;
	font-size: 100px;


}


.sectiontwo{

	position: left;
	text-align: left;
	font-size: 25px;
	color: black;
	font-family: sans-serif;
	padding: 10px;
	padding-right: 50px;
	padding-left: 50px;

}

.sectionthree{

	position: center;
	text-align: center;
	font-size: 50px;
	color: black;
	font-weight: bold;
	font-family: sans-serif;

}

.sectionfour p{
	margin: 0; 
	padding: 10px; 
	list-style-type: none; 
	text-align: right; 
	background-color: silver;
	color: white;
	} 

.sectionfive ul{

	position: center;
	text-align: center;
	font-size: 25px;
	color: black;
	font-family: sans-serif;
	padding: 10px;
	list-style-type: none;

}
.sectionsix{

	position: left;
	text-align: left;
	font-size: 25px;
	color: black;
	font-family: sans-serif;
	padding: 10px;
	padding-right: 50px;
	padding-left: 50px;


}