body {
	
	font-family: 'Open Sans', sans-serif;
	color: black;
	background-color:#F2F2F4;
	margin:auto;
	max-width:80%;
	line-height:1.8;
	word-spacing:5px;
	font-size:1em;
	

}
header {
	 text-align:center;
}
#logo{
	display:inline-block;
	text-align:center;
	margin: auto;
}


h1,h2,h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:100;
}


ul{
	margin-bottom:0px;
}

h1{
	background-color:#2AA793;
	color:white;
	padding:20px 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
}
h2{
	background-color:#2AA793;
	color:white;
	padding:20px 20px;
    font-size:1.4em;
    text-transform:uppercase;
    font-weight:100;

}
header nav {
	text-align: center;
	background-color:#2AA793;
	font-size:1.6em;
}

header li {
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	background-color:#2AA793;
	padding: 20px 20px;
}

header li a {
	color: white;
	padding: 0px 30px; 
	text-decoration:none; 
}


#image1{
	width:1080px;
	height:500px;
}


section{
	display:inline-block;	
	vertical-align:top;
	box-sizing:border-box;
	width:70%;
	padding-top:30px;
	padding-left:30px;
	padding-right:40px;
	
}

aside{
	display:inline-block;
	vertical-align:top;
	background-color:#B5DBB1;
	width:30%;
	box-sizing:border-box;
	padding-top:70px;
	padding-left:40px;
	padding-right:30px;
	
}

@media only screen and (max-width:960px) {


	 body {
	 color:white
	 font-size:1em;
	 max-width:100%;
	 }


	section{
	 	display:block;
	 	width:100%;
	}

	aside{
		display:block;
		width:100%;
		margin-top:50px;
		padding-bottom:50px;
	}
 	
 	header {
		text-align:center;
	}
	header nav {
		text-align: center;
		background-color:#2AA793;
		font-size:1em;
	}

	header li {
		display: inline-block;
		font-family: 'PT Sans Narrow', sans-serif;
		background-color:#2AA793;
		padding: 20px 50px;
	}

	header li a {
		color: white;
		padding: 0px 20px; 
		text-decoration:none; 
	}

	#image1{
	width:900px;
	height:500px;
	}

	h1{
	background-color:#2AA793;
	color:white;
	padding:20px 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	}
	h2{
	background-color:#2AA793;
	color:white;
	padding:20px 20px;
    font-size:1.4em;
    text-transform:uppercase;
    font-weight:100;

	}
}



@media only screen and (max-width:560px) {

	body{  
	font-size:1em;
	}

	header li {
		display: block;
		font-family: 'PT Sans Narrow', sans-serif;
		background-color:#2AA793;
		padding: 20px 50px;
	}

	header li a {
		color: white;
		padding: 0px 50px; 
		text-decoration:none; 
	}

	#image1{
	width:500px;
	height:300px;
	}
	section {
		padding-bottom:20px;
	}
	aside{
		display:none;
	}
}