// Google Fonts Import
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

a[href^="tel:"] {
    color: #f7f5eb;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 18px;
    line-height: 1.6;
    color: #3e3f39;
}

a {
    color: #3e3f39;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.text-title {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #bb8d5c;
}

.text-subtitle {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #bb8d5c;
}

.menu a:hover {
    color: #bb8d5c !important;
}

.container-footer a:hover {
    text-decoration: underline !important;
    color: #bb8d5c !important;
}

.logo-hover {
    img {
        transition: transform 0.3s ease-in-out;
    }

    img:hover {
        transform: scale(1.1);
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #bb8d5c;
    background-color: transparent;
}

.container-copyright {
    margin-bottom: 50px;
}

.carousel-caption h5,
.carousel-caption p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 5px;
}

.menu-footer .active {
    font-weight: bold;
    text-decoration: underline;
    color: #bb8d5c !important;
}

.card-event a:hover {
    color: #bb8d5c;
}

/* Regole per dispositivi mobile */
@media only screen and (max-width: 768px) {
    .border-mobile-footer {
        border-top: 1px solid #8e8c7d;
        padding-top: 15px;
        margin-top: 15px;
    }
}
