/* ---------------- Navbar ---------------- */
.navbar {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .navbar .nav-link {
        font-weight: 600;
        margin-left: 1rem;
        color: #212529;
    }

        .navbar .nav-link.active {
            text-decoration: underline;
        }



.sub-header {
    background-color: #f5f5f5;
    font-size: 0.9rem;
    padding: 0.25rem 0; 
}

    .sub-header p {
        margin: 0;
    }


.subheader-see-more {
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 0.5rem;
}

    .subheader-see-more:hover {
        color: #0056b3;
        text-decoration: underline;
    }



footer a {
    color: #ffffff;
    text-decoration: underline;
}

    footer a:hover {
        color: #cce0ff;
    }

.prototype-disclaimer {
    font-size: 0.8rem;
    color: #ffffff; 
    margin-top: 1rem;
    text-align: center;
}


main {
    margin: 0; 
    padding: 0;
}
