.imgcont {
    background-color: #fee8c7;
}
body{
    background-color: #fff3e1;
}
h1{
    font-family: 'Manjari';
    font-size: 34px;
    color: #2c4936;
        text-transform: uppercase;
}
h2{
    color: #2c4936;
    font-family: 'Manjari';
    font-size: 24px;
}
p{
    color: #2c4936;
    font-family: 'Manjari';
}
a{
    color: #2c4936;
    font-family: 'Manjari';
}
a:hover{
    color: #b5886b;
    opacity: 1;
    font-family: 'Manjari';
}
.separator{
    border-left: 2px solid #333333;
    height: 30px;
    opacity: 0.1;
    margin-left: 50%;
}
.bordo{
    border-right: 2px solid rgba(51, 51, 51, 0.1);
    height: 30px;
}
.bordo-footer{
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    height: 30px;
}
.testo-18{
    font-size: 20px;
}
.row_centrata{
    max-width: 600px!important;
    margin: 0 auto;
}
.testo-16{
    font-size: 18px;
}
.testo-14{
    font-size: 16px;
}
.underline{
    text-decoration: underline;
}
.opacity{
    opacity: 0.5;
}
.opacity-1{
    opacity: 0.1;
}
.hero_image{
    max-width: 500px;
    height: auto;
    padding: 2em;
        mix-blend-mode: multiply;
}
.bold{
    font-family: 'Manjari';
    font-weight: 700;
}
footer{
    background-color: #dda996;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #ffffff;
    position: relative;
    bottom: 0;
}
footer p, footer a{
    color: #2c4936;
    margin-bottom: 0!important;
}
footer a:hover{
    color: #2c4936;
}


img.img-grazie {
    width: 200px;
    margin: 24px auto;
}

@media screen and (max-width: 768px) {

    .hero_image{
        max-width: 100%;
        height: auto;
    }
    .bordo-footer{
        border-right: unset;
    }
    .separator-footer{
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        width: 20px;
        margin-left: calc(50% - 10px);
    }

}