html,
body {
    /*font-family: "Monaco", monospace;*/
    font-family: "Gill Sans Extrabold", sans-serif;
}

a {
    text-decoration: none;
    color: #028fc3;
}

a:hover {
    text-decoration: underline;
}

.hide-when-offcanvas {
}

.offcanvas-open .hide-when-offcanvas {
    display: none !important;
}

.blu-scuro {
    color: #2a3d53;
}

.bottoni {
    border: 2px solid #028fc3;
    background-color: #fff;
    color: #028fc3;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    font-weight: bold;
}

.bottoni:hover {
    background-color: #028fc3;
    color: #fff;
}

.bottoni-contrario {
    border: 2px solid #fff;
    background-color: #028fc3;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    font-weight: bold;
}

.bottoni-contrario:hover {
    background-color: #fff;
    color: #028fc3;
}

#tableLinks, #tableContatto, #tableStudi, #tableCollaborazioni, #tableAttivita, #tablePubblicazioniLeft, #tablePubblicazioniRight {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.underline-text {
    text-decoration: underline;
    text-decoration-color: rgba(0, 170, 255, 0.4);
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.logo-home {
    height: 75px;
}

.dropdown-urgenze {
    font-size: 0.7rem;
    background-color: #ffe2e2;
    color: #bb2b26;
    position: relative;
    z-index: 10000;
}

.urgenze-telefono {
    position: absolute;
    z-index: 9999;
    background-color: #ccd7d2;
    color: black;
    padding: 1rem;
    border-radius: 8px;
    min-width: 300px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    visibility: hidden;
}

.show.urgenze-telefono {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.urgenze-telefono .tel {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #028fc3;
    text-decoration: none;
}

.info-blocco {
    font-size: 0.7rem;
    background-color: #fff;
    color: #333;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
}

.appuntamento {
    font-size: 0.8rem;
}

.homepage {
    background: url(../images/home/bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.competenze {
    padding-top: 5rem;
}

.foto-profilo {
    background: url(../images/profilo/profilo.png) no-repeat center center;
    background-size: cover;
    min-height: 60vh;
}

.studi-collaborazioni {
    background-color: #87cbe3;
}

.foto-studio {
    background: url(../images/profilo/studio.png) no-repeat center center;
    background-size: cover;
    min-height: 40vh;
}

.offerta {
    background-color: #e6f1f7;
}

.box-contatti {
    padding: 2rem;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.box-contatti:hover {
    box-shadow: 0 4px 12px rgba(0, 170, 255, 0.4);
}

#mappa {
    height: 500px;
    width: 100%;
}

.links {
    background-color: #e6f1f7;
    font-size: 0.9rem;
}

.logo-links {
    max-width: 200px;
    height: auto;
}

.telefono-links {
    max-width: 40px;
    height: auto;
}

.links .tel {
    font-size: 1.1rem;
    text-decoration: none;
}

@media (max-width: 991px) {
    .hide-mobile {
        display: none !important;
    }

    .logo-home {
        max-width: 240px;
        height: auto;
    }

    .homepage {
        background: none;
    }

    .competenze {
        background-color: #028fc3;
        color: #fff;
        padding: 20px;
        border-radius: 12px;
        max-width: 400px;
        margin: 20px auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .foto-profilo {
        min-height: 40vh;
    }

    .foto-studio {
        min-height: 25vh;
    }

    #mappa {
        height: 400px;
        width: 100%;
    }
}
