footer{
	background-color:var(--footerBgColor);
	color:whitesmoke;
}
footer a{
	color:silver;
}
.footerTop{
	border-bottom:2px solid Dimgray;
	padding-bottom:1em;
}
.footerTop img{
	height:5em;
}
.footerTop svg{
	margin-left:2em;
	height:1.5em;
	width:auto;
}
footer h2{
	margin-top:1em;
	font-size:1em;
}
.websiteFooterDescription{
	margin-right:20%;
}
.websiteFooterDescription p{
	font-size:0.9em;
	color:Silver;
}
.linksFooter{
}
.credits{
	background-color:#1a1a1a;
	padding:2em 0 3em;
	color:white;
}
.credits a{
	color:white;
}
.credits img{
	height:2em;
	display:block;
	margin:0.3em auto;
}
@media screen and (max-width:950px){
	.footerTop .w80, .footerTop .w20{
		width:50%;
		white-space:nowrap;
	}
}
@media screen and (max-width:900px){
	footer ul li.websiteFooterDescription{
		display:block;
		width:100%;
		margin:0 auto 1em;
	}
	footer ul .footerMenu, footer ul .linksFooter{
		width:50%;
		margin-bottom:2em;
	}
}
@media screen and (max-width:850px){
	footer .hiddenMenu{
		display:block;
	}
}
@media screen and (max-width:650px){
	footer ul .footerMenu{
		width:30%;
	}
	footer ul .linksFooter{
		width:60%;
	}
}
@media screen and (max-width:500px){
	footer ul .footerMenu, footer ul .linksFooter{
		width:100%;
	}
	.footerTop svg{
		margin-left:1em;
	}
}