#map {
  width: 100%;
   height: 90vh;
}
.leaflet-popup-content-wrapper {
    text-align: left;
    border-radius: 4px;
    margin: 10px 5px 0 5px;
}
.leaflet-popup-content p {
    margin: 8px 0;
    font-size: 1.1em;
}
.leaflet-popup-content  {
 width:auto !important;
 margin: 12px 9px;
}

.leaflet-container a.leaflet-popup-close-button {
  padding: 20px 25px 0 0;
}


#map h3 {
  font-size: 2em;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1em;
  font-weight: 500;
  color: #312782;
  -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    width: 90%
}

.leaflet-popup-content img {
  width: 100%;
  height: auto;
  min-width: 280px;
  min-height: 158px;
}


.fa-ul {
    list-style-type: none!important;
    list-style-position: outside!important;
    margin-left: 1.6em!important;
    padding-left: 0!important;
    font-size: 1.2em;
    line-height: 1.2em!important;
    margin-bottom: 0.3em!important;
    margin-top: 0.5em!important;
}

.fa-ul ul{
    list-style-type: none;
    list-style-position: outside;
    margin-left: 1.6em;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

.fa-ul li {
list-style-type: none!important;
}


.ingressi p{
  font-size: 1.05em;
}

#map .readme a, #map .readme {
  font-weight: 500;
  padding-bottom: 0em;
  color: #ff692e;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
}
#map .directions a, #map .directions {
  font-weight: 500;
  color: #312782;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
}

#map .readmefast a, #map .readmefast {
  font-weight: 500;
  color: #312782;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
}

#map .areena a, #map .areena {
  font-weight: 500;
  color: #3571c1;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
}

.egenlandnappi {
  color: #ffffff;
  background-color: #312782;
  border-radius: 6px;
  margin: 10px auto;
  padding: 14px 30px;
  width: fit-content;
}
.egenlandnappi a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
}

@media only screen and (max-width: 321px) {
  .leaflet-popup-content-wrapper {
  width: 260px;
}
.leaflet-popup-content img
{
  display: none;
}
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/quicksand-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/quicksand-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/quicksand-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/quicksand-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/quicksand-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/quicksand-v24-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/quicksand-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webfonts/quicksand-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/quicksand-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/quicksand-v24-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/quicksand-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/quicksand-v24-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}