﻿
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.fade-in.show {
  opacity: 1;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-logo svg, .footer-logo img {
  max-width: 100%;
  height: auto;
}