
.footer{
background: rgb(30,31,33);
font-family: "Poppins", sans-serif;
text-align:center;
overflow-x: hidden;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 0px;
margin-top: 0px;
	
}

.footer .row{
	width:inherit;
	margin:0px;
	color:gray;
	font-size:0.8em;
	text-align: center;
}

.footer .row a{
	text-decoration:none;
	color:rgb(230,230,230);
	transition:0.5s;
	text-align: center;
	display: block;
	margin-bottom:10px;

}

.footer .row a:hover{
	color:#fff;
	text-decoration:underline;
}


.footer .row a i{
	font-size:2em;
}

@media (min-width: 1001px) {
	.footer .row a{
		display: inline-block;
		margin-bottom:10px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

#icons {
width: 200px;
display: flex;
margin-top: 15px;
justify-content: center;
align-items: center;
align-content: center;
margin-top: 0px;
overflow: visible;
margin-left: auto;
margin-right: auto;
}

#icons img {
height: 40px;
width: auto;
max-width: 40px;
margin-left: 15px;
transform: translateX(-10px);
overflow: visible;

}

#icons img:hover {
cursor: pointer;
transform: scale(1.2) translateX(-10px);
overflow: visible;

}