﻿/************************************** STYLE NUOVA GRAFICA APRILE 2019 */
/************************************** HOMEPAGE */
.contenitoreFoto {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    background: url('../images/foto_home.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

.bottoniHome .btnHomeWhite {
    background: rgba(34, 34, 34, 0.75);
    color: #FFF;
    margin-bottom: 10px;
}

    .bottoniHome .btnHomeWhite:hover,
    .bottoniHome .btnHomeWhite:focus {
        text-decoration: none;
        background: rgba(34, 34, 34, 1);
    }