@media (max-width: 991px) {
    #header .header-logo img {
        max-width: 180px;
        height: auto;
    }
}

.btn-dark-secondary {
    background-color: var(--secondary);
    border: 0px;
}

.btn-modern {
    letter-spacing: 2px;
}

p.lead {
    letter-spacing: 1px;
    font-family: "Sour Gummy";
    font-weight: 300;
}

/* Tasti azione */

.custom-btn-style-1:before {
    border-radius: 10px;
    border-color: var(--secondary) !important;
}

.custom-btn-style-1 {
    border-radius: 6px;
    background-color: var(--secondary) !important;
    border: 0px; 
}

@media (min-width: 992px) {


    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: var(--secondary) !important;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: var(--secondary) !important;
    }

}

.timeline-fullwidth {
    width: 98.5%;
    
    margin: 56px auto -60px; /* <-- centra (left/right auto) */
    padding: 20px;
    background: var(--light);
    border: 1px solid #E5E5E5;
    border-radius: var(--border-radius);
    box-shadow: 0 1px 5px rgba(0,0,0,.04);
    clear: both;
    display: flow-root;
    overflow: hidden;
    box-sizing: border-box; /* cosė padding/border rientrano nel 90% */
}

@media (max-width: 991px) {
    .timeline-fullwidth {
        width: 100%;
        padding: 0px;
        margin: 30px auto -30px;
    }
}

.timeline-fullwidth video {
    display: block;
    width: auto;
    height: auto;    
}

@media (max-width: 991px) {
    .custom-big-font-size-1 {
        font-size: 3.2rem;
    }
    .custom-big-font-size-2 {
        font-size: 5rem;
    }
    .custom-big-font-size-3 {
        font-size: 3.1rem;
    }
}