.site-navbar {
  background-color: #1b2a41;
}

.site-navbar .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
  color: #fff;
}

.site-footer {
  background-color: #1b2a41;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
