html,
body {
	height: 100%;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	padding-top: 2.5rem;
}

main {
	min-height: calc(100% - 80px);
}

h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}

footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}

.jumbotron {
	background-color: #fff;
}

