.bg-dark {
    color: #fff!important;
    background-color: #000;
    border-bottom: .5rem solid;
    border-bottom-color: #283c5d;
    min-height: 80px;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    text-underline-offset: 8px;
    color: #283c5d !important;
    text-decoration: underline;
}

a.nav-link.active.px-3.text-white {
    text-decoration: underline;
    text-underline-offset: 8px;

}

.nav-size {
  font-size: 14px;
}