/*
 * Custom CSS
 */
 
body {
	background-color:#c8d6e5; color:#222f3e;
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}

header { margin-top:6em; }

#content { margin-top:2em; margin-bottom:2em; }

h1 { font-size:2.25em; margin-bottom:0.5em; }
p { font-size:1.25em; }

footer { font-size:0.75em; margin-top:6em; }