/* privacy.css */

body.privacy-page {
    background-color: #000000;
    color: #f0f0f0;
}

body {
    padding-top: 80px;
    /* o la stessa altezza della navbar */
}

/* Navbar visibile */
.privacy-page .custom-navbar {
    background-color: #1e1e1e !important;
}

.privacy-page .custom-navbar .nav-link,
.privacy-page .custom-navbar .navbar-brand {
    color: #f0f0f0 !important;
}

.privacy-page .custom-navbar .nav-link:hover {
    color: #ffffff !important;
}

/* Titoli chiari */
.privacy-hero h1,
.privacy-hero p,
.video-item p,
.footer {
    color: #f0f0f0;
}

/* Footer con sfondo coordinato */
.footer {
    background-color: #000000;
    color: #f0f0f0;
    padding: 60px 0;
}

.privacy-hero h1 {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.privacy-hero .subtitle {
    font-size: 1.2rem;
    color: #ccc;
}

.privacy-content {
    padding-top: 40px;
    padding-bottom: 60px;
    color: #f0f0f0;
}

.privacy-content h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}