﻿/* CSS LANDING PAGE BLOCKCHAIN */

@import url('Glyphter.css');

body {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0;
}

h1.titoloHP {
    font-size: 40px;
    margin-top: -80px;
    margin-bottom: 60px;
    text-transform: none;
}

.riga {
    display: table;
    margin: 0;
}

.foto1, .foto2, .foto3, .testo1, .testo2 {
    display: table-cell;
}

.foto1 {
    width: 444px;
    height: 342px;
    margin: 0;
    padding: 0;
    background: url('../img/blockchain/RAblockchain-dadiDesktop.png') no-repeat center;
    background-size: cover;
}

.testo1 {
    padding-left: 50px;
    line-height: 21px;
}

.foto2 {
    width: 444px;
    height: 352px;
    margin: 0;
    background: url('../img/blockchain/RAblockchain-catenaDesktop.png') no-repeat center;
    background-size: cover;
}

.testo2 {
    padding-right: 50px;
    line-height: 21px;
}

.foto3 {
    width: 444px;
    height: 342px;
    margin: 0;
    background: url('../img/blockchain/RAblockchain-tastieraDesktop.png') no-repeat center;
    background-size: cover;
}

.spacer {
    height: 100px;
}

.slogan {
    background-color: #f2efef;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .slogan h3 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        color: #044a8e;
        padding-left: 40px;
        padding-right: 40px;
    }


/*************************** RESPONSIVE */
@media (max-width: 1380px) {
    h1.titoloHP {
        margin-top: -40px;
        margin-bottom: 40px;
    }

    .foto1 {
        width: 261px;
        height: 415px;
        background: url('../img/blockchain/RAblockchain-dadiIpad.png') no-repeat center;
        background-size: cover;
    }

    .testo1 {
        padding-left: 30px;
    }

    .foto2 {
        width: 261px;
        height: 311px;
        background: url('../img/blockchain/RAblockchain-catenaIpad.png') no-repeat center;
        background-size: cover;
    }

    .testo2 {
        padding-right: 30px;
    }

    .foto3 {
        width: 261px;
        height: 377px;
        background: url('../img/blockchain/RAblockchain-tastieraIpad.png') no-repeat center;
        background-size: cover;
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .spacer {
        height: 50px;
    }

    .slogan {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slogan h3 {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 991px) {
    h1.titoloHP {
        margin-top: -20px;
        margin-bottom: 40px;
        font-size: 32px;
        text-align: center;
    }

}

@media (max-width: 767px) {
    h1.titoloHP {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .riga, .foto1, .foto2, .foto3, .testo1, .testo2 {
        display: block;
    }

    .foto1, .foto2, .foto3 {
        width: 100%;
        height: 95px;
    }

    .foto1 {
        background: url('../img/blockchain/RAblockchain-dadiSmartphone.png') no-repeat center bottom;
        background-size: cover;
        margin-bottom: 30px;
    }

    .foto2 {
        background: url('../img/blockchain/RAblockchain-catenaSmartphone.png') no-repeat center bottom;
        background-size: cover;
        margin-top: 30px;
    }

    .foto3 {
        background: url('../img/blockchain/RAblockchain-tastieraSmartphone.png') no-repeat center bottom;
        background-size: cover;
        margin-bottom: 30px;
    }

    .testo1 {
        padding-left: 0;
    }

    h1 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 24px;
    }

    .testo2 {
        padding-right: 0;
    }

    .spacer {
        height: 0;
    }

    .slogan h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #footer {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
}
