footer .logo{
	height:62px;
}

.social{
	display: flex;
	align-items: center;
}

.social a{
	text-decoration: none;
	width:29.5px;
	height:29.5px;	
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

footer h2{
	margin-bottom: 15px;
}

footer ul li{
	list-style: none;
	margin-bottom: 15px;
}

footer ul li a{
	text-decoration: none;
	color:white;
}