.img-test.bbq {
    background: url(../../images/carousel/bbq.jpg) 80% 80% no-repeat;
    background-size: cover;
}

.full-height > .carousel > .covers, .carousel .covers {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

em{
    color: var(--main-text-accented-color);
    font-style: normal;

    font-weight: bolder;
}

.carousel > .covers > .cover {
    justify-content: center;
    height: 100%;
}

.about-us{
    padding-top: 128px;
}
.about-us h2{
    text-align: center;
    font-family: 'Great Day Personal Use', cursive;
    font-size: 2rem;
    letter-spacing: 0.01em;
    color: var(--main-text-accented-color);
    line-height: normal;
}

.about-us h1{
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
    line-height: 1;
    color: var(--accented-bg-color);
    text-align: center;
}

.about-us p{
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 16px auto 16px;
    font-size: 1.42rem;
}

.img-test.cosa-facciamo{
    background: url("../../images/frontend/cosa-facciamo/test-1.jpg") 50% 0 no-repeat;
    background-size: cover;
}

.img-test.cosa-facciamo-3{

    background: url("../../images/frontend/cosa-facciamo/test-2.jpg") 100% 100% no-repeat;
    background-size: cover;
}

.img-test.cosa-facciamo-2{

    background: url("../../images/frontend/cosa-facciamo/test-3.jpg") 0% 0% no-repeat;

    background-size: cover;
}

.img-test.chi-siamo-4{

    background: url("../../images/frontend/chi-siamo/t4-wood-small-14-min.jpeg") 50% 0 no-repeat;
    background-size: cover;
}

nav {
    display: inline-block;
    margin: 64px auto 32px;
}



@media all and (max-width: 767px) {
    .img-test.cosa-facciamo-2{
        background-position: 50% 0;
    }

    .img-test.cosa-facciamo-3{
        background-position: 0 100%;
    }

}