@font-face {
    font-family: 'CharterBT';
    src: url('font/Charter_BT_Roman/TT0648M.TTF');
}
* {
    text-decoration: none !important;
}
h1, h5, p, span{
    
    font-family: 'CharterBT';
}
body{
    text-align: center;
    background-color: #EFEAE2;
}
.motto{
    margin-top: 0px;
    margin-bottom: 20px;
}
.motto-2 h5{
    margin-bottom: 40px;
    font-size: 26px;
}
.contatti{
    font-size: 20px;
    margin-top: 20px;
}
.contatti span a{
    color: black;
}
.contatti p a{
    color: black;
}
.contatti p{
    margin-top: 6px;
    margin-bottom: 6px;
}
.contatti p a i.fa-instagram{
    font-size: 25px;
}
.contatti img{
    width: 35px;
}
.gallery{
    margin-bottom: 24px;
}
.gallery img{
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

@media screen and (max-width: 992px) {
    .home-logo{
        margin-top: 20px;
    }
    .motto h1{
        font-size: 45px;
    }
    .motto-2 h5{
        padding: 0px 0px;
        font-size: 30px;
    }
    .contatti{
        font-size: 30px;
    }
    .contatti div span.phone::after{
        content: "\A";
        white-space: pre;
        display: block;
        height: 10px;
    }
    .gallery{
        margin-bottom: 0px;
    }
    .gallery img{
        margin-bottom: 20px;
        width: 336px;
    }
}