.footer{
	position: fixed;
	padding-right: 2.5em;
	bottom: 0pt;
	left: 0pt;
	width: 100%;
	text-align: center;
	height: 2em;	
}

.footer > div {
	background-color: #f5f5f5;
}

.footer div a {
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}

.footer div a:hover {
	text-decoration: underline;
}