#terms{
	max-width:900px;
	margin:0 auto;
	font-family:'Open Sans', sans-serif;
	color:#1a1a1a;
	line-height:1.7;
	font-size:16px;
	padding-bottom:32px;
}

#terms .lastUpdated{
	color:#6b6b6b;
	font-size:14px;
	font-style:italic;
	margin-top:0;
	margin-bottom:24px;
}

#terms h2{
	color:#0b2968;
	font-family:'Oswald', sans-serif;
	font-size:1.35rem;
	margin-top:32px;
	margin-bottom:8px;
}

#terms p{
	margin:0 0 16px;
}

#terms a{
	color:#0b2968;
	font-weight:600;
	text-decoration:underline;
}
#terms a:hover{
	color:#c59412;
}

#terms .address{
	line-height:1.6;
}

@media only screen and (max-width:800px){
	#header{
		font-size:1.5em;
	}
	#terms{
		font-size:15px;
	}
	#terms h2{
		font-size:1.2rem;
	}
}
