@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	}
#wrapper {
	max-width: 1450px;
	
	
	}	
header {
		background:#06F;
		width: 100%;
		padding: 1em 0;
		color: white;
		text-align: center;
	}
header h1 {
	font-size: 2.8em;
	text-shadow: 4px 4px 4px #666;
}

span{
	float: right;
	font-size: 0.9em;
	padding: 10px;
	color: #00F;	
	
	}
section p {
	padding: 5px;
}


	
a{
	text-decoration: none;
	color: inherit;
	}
		
nav ul {
	 background-color:#06F;
	 overflow: hidden;
	 color: white;
	 padding: 0px;
	 text-align: center;
	 margin: 0px;
	 -webkit-transition: max-height 0.4s;
	 -ms-transition: max-height 0.4s;
	 -moz-transition: max-height 0.4s;
	 -o-transition: max-height 0.4s;
	 transition: max-height 0.4s;
 }
nav ul li {
	 display: inline-block;
	 padding: 20px;
 }
 nav ul li:hover {
	 background-color: #024EFD;
	 
	 }
section {
	line-height: 1.5em;
	font-size: .9em	
	padding: 1em;
	width: 60%;
	height: auto:
	box-shadow: 2px 2px 2px 2px #CCC;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
 .footer{
	clear: both;
	height: 150px;
	width: 100%;
	background-color: #06F;
	overflow: hidden;
}
.footer h1 {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

 .handle{
	 width: 100%;
	 background-color: #06C;
	 text-align: right;
	 box-sizing: border-box;
	 padding: 15px 10px;
	 cursor: pointer;
	 color: white;
	 display: none;
	}
	h2{
	font-size: 130%;	
	}
	
 
@media screen and (max-width: 750px){
	nav ul{
		max-height: 0px;
		}
		
	.showing{
			max-height: 20em;
		}
	
	nav ul li{
		box-sizing: border-box;
		width: 100%;
	    padding: 15px;
	    text-align: left;  
	}
	  
	.handle{
		display: block;
		
		}
			h2{
	font-size: 100%;
	
	}
	header h1 {
	font-size: 2em;
	text-shadow: 4px 4px 4px #666;
}
img{
	max-width:75%;
	
	}

}
@media screen and (max-width: 580px){
	
h2 {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1{
	font-size: 130%;	
}
		
header {		
		padding:5px 0;		
	}
nav ul li {	 
	 padding: 10px;
}
	
header h1 {
	font-size: 130%;
	text-shadow: 4px 4px 4px #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
section {
	 line-height: 1.em;
	 font-size: 1.2em	
	 padding: 5px;
	 width: 100%;
	 margin: 0 auto;
}
section p {
	width: 95%;
	padding: .1.2.1.2em;
}
	 
header img {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.footer{
	
	height: 100px;
	
}
.footer h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}
span{
	float: none;
	font-size: 0.9em;
	padding: 5px;
	color: #00F;
	text-align: centre;	
	
	}
section {
	line-height: 1.2em;
	font-size: 1.2em	
	padding: 10px;
	width: 100%;
	box-shadow: none;	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
 
 img{   
    display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;	
	}
	
}

