@media (min-width: 992px) {
	.navbar {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.navbar-brand img {
	display: block;
	max-height: 100px;
}

strong,
b {
	font-family: 'Gotham-Bold';
}

#footer-v3 div:first-child {
    background-color: #c62545 !important;
}