.footer-link {
  text-decoration: none;
  color: var(--bs-dark);
}

.footer-link:hover {
  color: var(--bs-dark-hover);
}

.full-height-content {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

.expand-height {
  min-height: 50vh;
}


.modal-header-no-border {
    border-bottom: none;
}

.modal-footer-no-border {
    border-top: none;
}

