@charset "UTF-8";
/* CSS Document */
@import url(standard.css);

#wrapper{
	max-width:960px;
	margin:0 auto;
	font-family:Raleway, sans-serif;
}
header{
	text-align:center;
	color:#003399;	
}
header p{
	font-size:1.5em;	
}
p{
	font-size:0.9em;
}
section{
	margin:2em auto;	
}
nav{
	border-top:solid 1px #003399;
	border-bottom:solid 1px #003399;
	padding:1em 0;
	text-align:center;	
	margin:0 1% 1em;
}
nav a{
	text-decoration:none;
	color:#003399;
	padding:0 2.5em;
}
@media screen and (max-width:480px){
	[class*="col"] {
		float:none;
		width:98%;
		margin:0 auto;
	}
	nav a{
		display:block;
		font-size:2em;
		padding:0.2em 0;
	}
}