.site-footer {
	background-color:#2d2d2d;
}

#footer-menu {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	list-style:none;
	margin:0;
	padding:4rem 0;
}
#footer-menu a {
	color:#fbffef;
	font-weight:600;
	transition:all .2s ease-in-out;
	text-decoration:none;
	text-transform:uppercase;
	padding:2rem;
	display:block;
}
#footer-menu a:hover {
	color:#eb573c;
}


/* Cookie Notice */
#cookie-notice {
	bottom:-1px;
	position:sticky;
}
.btn.cn-button {
	display:inline-block;
	margin:0.3em 0;
	font-size:1.2rem;
}
