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: 0px;
}

.topbar-red {
    background-color: #BF060A !important;
}

/* Brand Red */
/*:root {
    --brand-red: #BF060A;
}*/

/* Navbar link default */
/*.navbar .nav-link {
    color: var(--brand-red);
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}*/

/* Hover effect */
/*.navbar .nav-link:hover {
    color: #8e0407;*/ /* darker red */
/*}*/

/* Active page highlight */
/*.navbar .nav-link.active {
    color: var(--brand-red);
    border-bottom: 2px solid var(--brand-red);
}*/

/*.navbar .nav-link {
    position: relative;
    color: #BF060A;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: #BF060A;
    transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
    width: 100%;
}*/

.navbar .nav-link {
    color: #BF060A !important;
    font-weight: 500 !important;
    transition: 0.2s ease-in-out !important;
}

    .navbar .nav-link:hover {
        color: #8e0407 !important;
    }

    .navbar .nav-link i {
        font-size: 0.95rem !important;
    }