.footer {
	background-color: #021517;
}
.footer * {
	color: white;
	text-decoration: none;
}
.footer .brand-logo {
	width: 45px;
	height: auto;
}
.footer .social-links .nav-item .nav-link {
	font-size: 2em;
	margin-right: 10px;
	padding: 0;
	color: white;
	letter-spacing: 10px;
}
.footer * a:hover, .footer * a:focus,
.footer .social-links .nav-item .nav-link:hover i,
.footer .social-links .nav-item .nav-link:focus i {
	color: #2A8AEF;
}