﻿/* =========================================
   TRAGICO BILANCIO
========================================= */

.caduti-foto {
    text-align: center;
    margin: 20px auto 45px;
}

    .caduti-foto img {
        display: inline-block;
        width: 100%;
        max-width: 420px;
        border: 1px solid #cfc6b4;
        box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    }
/* testo */

.caduti-testo {
    margin-top: 20px;
}

    .caduti-testo p {
        font-size: 14px;
        line-height: 1.5;
        color: #2f2f2f;
        margin-bottom: 22px;
        text-align: justify;
    }

/* titoli sezioni */

.affondamento-paper h2 {
    margin: 55px 0 18px;
    font-size: 34px;
    font-family: Georgia, serif;
    font-weight: normal;
    color: #1f4664;
}

/* tabelle */

.tabella-roma {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0 50px;
    background: #f6f2e8;
    font-size: 15px;
}

    .tabella-roma th {
        background: #1f4664;
        color: #ffffff;
        padding: 12px 10px;
        border: 1px solid #d7cfbc;
        text-align: center;
        font-weight: bold;
    }

    .tabella-roma td {
        padding: 10px;
        border: 1px solid #d7cfbc;
        text-align: center;
        color: #2f2f2f;
    }

    .tabella-roma tr:nth-child(even) {
        background: #ece5d7;
    }

    .tabella-roma tr.totale {
        background: #294f6b;
        color: #ffffff;
        font-weight: bold;
    }

        .tabella-roma tr.totale td {
            color: #ffffff;
        }

/* nota finale */

.nota-caduti {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #3b3b3b;
}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 860px) {

    .affondamento-paper h1 {
        font-size: 40px;
    }

    .affondamento-paper h2 {
        font-size: 28px;
    }

    .tabella-roma {
        font-size: 13px;
    }

        .tabella-roma th,
        .tabella-roma td {
            padding: 8px 6px;
        }

    .caduti-testo p {
        font-size: 16px;
    }
}
/* tabella caduti */

.tabella-caduti td:nth-child(1) {
    width: 60px;
    font-weight: bold;
}

.tabella-caduti td:nth-child(2) {
    width: 180px;
}

.tabella-caduti td:nth-child(3) {
    text-align: left;
    padding-left: 18px;
}
/* =========================================
   LINK PAGINA SUCCESSIVA
========================================= */

.timeline-next {
    text-align: center;
    margin-top: 45px;
}

.next-button {
    display: inline-block;
    background: #163d63;
    color: #f3e6bf;
    text-decoration: none;
    padding: 10px 22px;
    font-size: 15px;
    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);
    }


.accapo-stretto {
    display: block;
    line-height: 1.25;
    font-size: 14px;
    color: #2f2f2f;
    text-align: justify;
}