/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.site-footer .logo {
  display: block;
  max-width: 300px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .site-footer .logo {
    margin-bottom: 0;
  }
}
.site-footer a {
  color: #000;
}
.site-footer.bg-dark {
  /*override bg-dark class from bootstrap*/
  background-color: #003370 !important;
}
.site-footer.bg-dark a {
  color: #fff;
  text-transform: uppercase;
  font-family: "montserratbold", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.site-footer .list-unstyled {
  margin-bottom: 2rem;
}
.site-footer .list-unstyled li {
  margin-right: 2rem;
}
.site-footer .list-unstyled li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .site-footer .list-unstyled {
    margin-bottom: 0;
  }
  .site-footer .list-unstyled li {
    display: inline-block;
  }
}