.navbar-brand img {
  max-width: 200px;
}
footer.footer {
  position: relative;
  background-size: cover;
  background-origin: border-box;
  background-position: center;
}
footer.footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000080;
}
footer.footer .logo img {
  max-width: 180px;
}
footer.footer .footer-association-logos img {
  max-width: 120px;
  margin-right: 10px;
}
/*# sourceMappingURL=overrides.css.map */