html,body{
	margin:0;
	height:100vh;
}
main {
	min-height:calc(100% - 76px);
}
footer{
	margin-top:0.5in;
}