.footer {
	/*width:95%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;*/
	z-index: 10;
	padding-bottom:25px;
	
	background-color: #565254;
	background-color: #215384;
	background-color: var(--header-background);
	color:white;
}

.footer .block {
	/*padding: 30px;*/
}

.footer a {
	color:white;
}

.footercolumns {
	display: flex;
	flex-flow: row wrap;
}

.footercolumns div{
	width:calc(33.33% - 40px);
	padding:20px;
}

.footer h2 {
	text-align: left;
}

.footer .copyright {
	text-align: center;
	margin-top:0;
}

.awards img {
	height:120px;
	margin: 0 10px;
}

.footercolumns div h2:nth-child(2) {
	margin-top: 30px;
}

h2.topmargin {
	margin-top: 60px; 
}

.footer .socials a {
	margin: 0 20px 0 0;
}

.footer .socials img {
	height:1.1em;
}