body {
    background-color: #ffffff;
}

.intro_section h3 {
    font-size: 80px !important
}

.top-overlap {
    margin-top: -68px;
}

.slide_description h3,
.slide_description p {
    text-shadow: 0.015em 0 0.2em rgba(0, 0, 0, 0.58) !important;
}

.page_breadcrumbs.parallax,
.page_breadcrumbs.background_cover {
    background-image: url(../images/slide1.jpg) !important;
}

.divider_40_color {
    background-color: #d9be93;
    height: 50px;
}

.area-cite {
    font-style: italic;
    color: #6caaa6;
    font-weight: bold;
    border-left: 4px solid;
    padding: 20px 0 20px 20px;
    margin: 40px 0;
    background: #f4ffff;
}

.ls .highlight {
    color: #5cb0ab;
}

.ls a {
    color: #589b97;
}

.gallery-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

/* Mobile override: immagini a larghezza piena e altezza auto */
@media (max-width: 650px) {
    .gallery-img {
    width: 100%;
    height: auto;
    }
}

.gallery-img:hover {
    transform: scale(1.1);
}