/* IMAG — custom RevealJS footer styles */

.reveal .footer.footer-default {
  background: #ffffff;
  border-top: 3px solid #1e3a5f;
  padding: 0 !important;
}

.slide-footer-logos {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 4px 60px;
  box-sizing: border-box;
}

.slide-footer-logos img {
  max-height: 34px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}
