html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    overflow-y: scroll;
}

.header-fluid-bg {
    background-image: url('../img/the-novers-header-001.png'); /* Replace with your final image later */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-origin: border-box;
    background-size: cover;
}
.side-bar-nav {
    margin-top: 3.5rem;
}
.side-bar-nav .list-group-item {
    /*padding: 0.4rem 0.75rem;*/ /* tighter padding */
    padding-top: .15rem;
    padding-bottom:.15rem;
    font-size: 0.95rem; /* slightly smaller font */
    border: none; /* optional: remove borders */
    border-radius: 0; /* optional: sharp corners for vertical stack */
}

    .side-bar-nav .list-group-item:hover {
        background-color: #f5f5f5; /* subtle hover */
    }

    .side-bar-nav .list-group-item.active {
        background-color: #2c3e50; /* your preferred active color */
        color: #fff;
    }

