.icon-istituzione{
    color: #ff6565;
}

.icon-erasmus{
    color: #1982c4;
}

.icon-collaborazione{
    color: #8ac926;
}

.icon-progetto{
    color: #ffca3a;
}


.leaflet-popup-content-wrapper , .leaflet-popup-tip {
    background: #e0e0e0;
    color: #234c5e;
    font-size: 12px;
}

.leaflet-control {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    line-height: 24px;
    color: #555;
  }

#map{
    margin-top: 3%;
    margin-bottom: 3%;
    height: 80vh;
    width: 90vw;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
}

  .legend h4 {
    text-align: center;
    font-size: 16px;
    margin: 2px 12px 8px;
    color: #777;
  }

  .universita{
    font-weight: bold;
    text-align: center;
  }