body{
    margin-top: 101px !important;
}
.header-bottom{
    background-color: #ffffff;
}
h1{
    font-size:1.8em
}
h2{
    font-size:2em
}
h3{
    font-size:1em
}
.elencoNegozi strong,
.leaflet-popup-content strong{
    letter-spacing: 1px;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.poi_list{
    font-size: 12px;
    list-style: none;
    margin-top: 25px;
    padding-left: 2px;
}
.poi_list li{
    margin-bottom:20px;
}  

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