/* Add scroll margin to sections for fixed navbar offset */
#about, #services, #creditcards, #loans, #contact {
  scroll-margin-top: 70px;
}

section[id] {
  scroll-margin-top: 90px;
}

.nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: color 0.2s;
}
@media (max-width: 991.98px) {
  .nav-link {
    font-size: 1.1rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
