/* ---- GLOBAL ---- */

body {
	background-color: #fff;
}

html,body {
	height:100%;
}

/* ---- HERO ---- */
#hero {
	/*position: absolute;*/
	/*margin-top:10%;*/
	height: 100%;
}


/* ---- FOOTER ---- */

footer {
	padding:20px;
}

footer .copyright {
	font-size:0.8em;
	color:#999;
}


