html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #493657;
}

#main-navbar a {
	font-size: 1.5rem;
}

.header-with-line {
	display: inline-block;
}

.header-with-line .line {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border-bottom: 4px solid #E8CB3C;
}

footer {
	position: relative;
	background: #403F4C;
	width: 100%
}

footer h3 {
	color: #FFFFFF;
	font-size: 2rem;
}

footer p {
	color: #DEDEDE;
}

footer .facebook {
	position: absolute;
	right: 0;
	bottom: 0;
}