.home {
    background-repeat: no-repeat;
    background-size: cover;
}


/* RICHIESTA PREVENTIVO */


/* richiesta preventivo - immagine */
.blog .post { /* immagine centrata nel div */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* richiesta preventivo */
/* defalut: colore grigio */
.blog .post:before{
    background: #d3d3d3; /* infoesse: colore grigio di sfonfo per evidenziare */
}

/* al passaggio del mouse: immagine di sfondo */
.post:hover:before{
    background: #0000006b;
    transition: all ease 0.3s;
}

/* richiesta preventivo - dimensione */
.blog .post .post-inner {
    padding: 150px 0; /* aumentata altezza */
}

.contact .afeature a{
    color: black;
}

footer {
    padding: 30px 0;
}

footer a {
    color: #8f8f8f;
}


body {
    padding-bottom: 410px;
}

.accesso-clienti {
    min-height: 100vh;
    background-image: url("../images/accesso_clienti.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.accesso-clienti h1 {
    position: absolute;
    top: 50%;
    left: 25%;
    font-size: 35px;
    font-weight: bold;
}

/* richiesta preventivo */
/* defalut: immagine */
.blog .post:before{
    background: #0000006b;
}

/* al passaggio del mouse: sfondo grigio */
.post:hover:before{
    background:  #d3d3d3;
    transition: all ease 0.3s;
}

.blog .post .post-title, .blog .post p {
    color: #fff ;
}

.blog .post:hover .post-title, .blog .post:hover p {
    color: #262626 ;
}

.header-img {
    min-width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}