﻿footer {
	position:fixed;
	left:0px;
	bottom:0px;
	text-align : center;
	width : 100%;
	color : white;
	opacity : 0.7;
	font-weight: bold;
	background-color : black;
	font-family: calibri;
	font-size: 1rem;
}

a.contactMailLink {
	color : white;
}