.fill-grey{
    fill: #828282
}
.footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 12px;
    color: #000;
}
.footer a {
    color: #777;
}

.footer .icon img{
    width: 25px;
}
.mousePointer{
    cursor: pointer;
}
.hideOnDesktop{
    text-align: right;
    display: none;

}
.hideOnDesktop img{
    width: 20px;
}


@media (max-width: 764px){
    h1{
        font-size: 42px !important;
    }

    .grigioChiaro {
        font-size: 20px !important;
    }  

    .hideOnDesktop{
        display: block;
    }

    .hideOnMobile{
        display: none;
    }
    
}