footer {
	color: #fff;
	background-color: #1B2A36;
	padding: 60px 0;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color: #FFC000;
	border-bottom: 2px solid #FFC000;
}


.logo-footer img {
	height: 50px;
	width: auto;
}

.footer-social ul {
	display: inline;
	list-style: none;
}
.footer-social li {
	display: inline;
	font-size: 2rem;
	padding: 0 5px;
}
.footer-social a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.footer-social a:hover,
.footer-social a:focus {
	color: #FFC000;
} 



.footer-line {
	height: 1px;
	background-color: #FFC000;
	margin-top: 40px;
	margin-bottom: 40px;
}



/* mobile */
@media screen and (max-width: 500px) {
	.logo-footer img {
		height: 45px;
		width: auto;
	}
	.footer-social li {
		font-size: 1.75rem;
		padding: 0 8px;
	}
}
/* mobile */