body {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    color: white;
}

p {
    font-size: 14px;
}

#map {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.overlay {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    pointer-events: none;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

/* INIZIO CONTENUTO */

.cross {
    cursor: pointer;
    width: 4% !important;
}

.contenuto {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50vw;
    z-index: 100;
    background-color: #1A1A1A;
    color: white;
    overflow-y: auto;
    transform: scale(0, 1);
    transform-origin: right;
    transition: all 0.5s ease;
    padding: 50px 80px;
    text-align: center;

}

#chiudi-contenuto {
    text-align: left;
}

.foto {
    margin-top: 50px;
    width: 40%;
}

.bold {
    font-weight: 600;
}

h2 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 600;
}

.testo, .autore {
    text-align: justify;
    line-height: 150%;
}

.autore {
    margin-bottom: 50px;
}

.citazione {
    margin-top: 60px;
    text-align: left;
    font-style: italic;
    line-height: 1.4;
    font-size: 20px;
}

/* FINE CONTENUTO */

.posto {
    text-align: center;
    margin-top: 80vh;
    color: white;
    font-size: 32px;
    cursor: pointer;
}

.routa {
    border: 1px solid white;
    border-radius: 50%;
    height: 70vh;
    width: 70vh;
    position: absolute;
    left: -35vh;
    top: 10%;
}

.menu-palla {

    background-color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: -10px;
    margin: 0;
    display: flex;
    align-items: center;

}


.menu-palla-title {
    color: white;
    position: absolute;
    left: 30px;
    width: 100px;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.marker {
    background-size: cover;
    width: 130px;
    height: 130px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#marker-1 {
    background-image: url("../img/museo_confluence.png");
}

#marker-2 {
    background-image: url("../img/cattedrale.png");
}

#marker-3 {
    background-image: url("../img/museo_miniature.png");
}

#marker-4 {
    background-image: url("../img/anfiteatro.png");
}

#marker-5 {
    background-image: url("../img/parco.png");
}
