.announcement-bar {
  background: #fff8e1;
  color: #8a6d3b;
  font-size: 0.875rem;
}

.announcement-bar a {
  color: inherit;
  text-decoration: underline;
}

.footer-custom {
  background: #212529;
  color: #f8f9fa;
}

.footer-custom h6 {
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.footer-links a {
  color: #adb5bd;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact,
.footer-note,
.footer-copyright {
  color: #ced4da;
}

.footer-social .btn {
  min-width: 44px;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 36px;
  }
}