/* ===================================================== */
/* MOBILE HAMBURGER ICON – 3 BLACK LINES PERFECTLY      */
/* ===================================================== */

.container-header .navbar-toggler {
    color: #000000;
    cursor: pointer;
    border: 1px solid #000000;
}

/* Site Description / Text */
.container-header .site-description {
    color: #B30000 !important; /* bright red for good contrast */
    font-size: 1.2rem;          /* adjust size as needed */
    white-space: normal;        /* allow wrapping */
}