@charset "UTF-8";

header {
	background:#1C4750; 
	padding:15px 0; 
	text-align:center;
}

@media screen and (max-width: 768px) { 
header img { width:70%;}
}

#content {
	text-align:center;
	background:#006834;
	/*width:1060px;*/
	/*margin:0 auto;*/
	padding:30px 0 30px;
}

#content img {
	max-width:100%;
	vertical-align:top;
}

/*section {
	padding:20px 0; 
	border-bottom:solid 2px #88B91A;
}

h2 {padding:15px 0;}*/

footer {
	background:#1C4750; 
	padding:20px 0; 
	text-align:center;
}

footer p {
	color:#FFF; 
	font-style:normal; 
	font-size:80%;
}

