/* Stack nav buttons vertically on small screens */
@media (max-width: 768px) {
    #btngrpNav {
        flex-direction: column !important;
        width: 100% !important;
    }

    #btngrpNav .btn {
        margin-bottom: 0.25rem;
        width: 100%;
    }
}


