﻿/* =========================================
   PAGINA BERGAMINI
========================================= */

.bergamini-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
}}
    /* titolo */

.bergamini-content h1 {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 44px;
    line-height: 1.15;
    font-family: Georgia, serif;
    font-weight: normal;
    color: #1f1f1f;
}

.affondamento-content {
    overflow-x: hidden;
}
/* testo */

.bergamini-testo {
    font-size: 14px;
    line-height: 1.9;
    color: #2e2e2e;
    text-align: justify;
}

    .bergamini-testo p {
        margin-bottom: 22px;
    }}

    .bergamini-testo p {
        margin: 0 0 24px 0;
    }

    .bergamini-testo em {
        font-style: italic;
        color: #27485d;
    }

/* bottone finale */

.timeline-next {
    text-align: center;
    margin-top: 60px;
}

.next-button {
    display: inline-block;
    background: #163d63;
    color: #f3e6bf;
    text-decoration: none;
    padding: 12px 26px;
    font-size: 17px;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
    transition: all 0.25s ease;
}

    .next-button:hover {
        background: #0a2238;
        color: #ffffff;
        transform: translateY(-2px);
    }

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 860px) {

    .bergamini-content {
        padding: 40px 24px 60px;
    }

        .bergamini-content h1 {
            font-size: 42px;
        }

    .bergamini-testo {
        font-size: 16px;
        line-height: 1.8;
    }
}
