
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
  height: 100%;
}

#welcome-wrapper {
  width: 100vw;
  height: 100vh;

  position: absolute;
  z-index: 2000;
  
  display: flex;
  align-items: center;

}

#welcome-blackout {
  width: 100vw;
  height: 100vh;
  position: absolute;

  background-color: rgba(0,0,0,0.4);
}



#welcome {
  position: relative;
  display: flex;

  width: 75%;
  max-height: 75%;
  max-width: 640px;
  margin: auto;
  background-color: white;
  border-radius: 24px;
  padding: 36px;

  background-color: rgb(70, 100, 150);
  border: 6px solid rgba(225, 200, 115, 0.8);
  box-shadow: inset -3px -3px 3px rgba(255,255,255,0.4), inset 3px 3px 3px rgba(0,0,0,0.4);
}

#welcome-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(14px, -14px);

  width: 30px;
  height: 30px;
  border-radius: 16px;
  cursor: pointer;

  background-color: rgb(225,200,115);
  box-shadow: inset 2px 2px 2px rgba(255,255,255,0.4), inset -2px -2px 2px rgba(0,0,0,0.4);
}

#welcome-close div {
  margin: 1px 0 0px 7px;
  color: rgb(70, 100, 150);
  font-weight: bold !important;
  font: 18px Tahoma, Verdana, sans-serif;
  text-shadow: none;
}

#welcome-content {
  overflow: auto;

  font-family: Cochin, Times, 'Times New Roman', serif;
  font-size: 18px;
  color: rgba(225, 200, 115, 0.8);
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.6), 1px 1px 3px rgb(0,0,0);
}

#welcome-content h1, #welcome-content h2 {
  text-align: center;
}

#welcome-content a {
  color: rgba(225, 200, 115, 0.8);;
}

#welcome-content hr {
  height: 6px;
  width: 80%;
  border-radius: 3px;
  border: none;
  background-color: rgb(225, 200, 115);
  box-shadow: inset 3px 3px 1px rgba(255,255,255,0.3), inset -3px -3px 1px rgba(0,0,0,0.4), -1px -1px 3px rgba(255, 255, 255, 0.6), 1px 1px 3px rgba(0,0,0,0.8);
}


#map{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#list{
  position: absolute;
  z-index: 500;

  margin: 0 0 0 4px;
  width: 200px;
  max-height: 100%;
}

#list-search {
  margin: 8px;
  padding: 4px;
  width: 172px;
  
  border-radius: 12px;
  background-color: rgba(255,255,255,0.8);

  text-align: center;
}

#list-entries {
  max-height: calc(100vh - 50px);
  overflow: auto;
}

.list-entry {
  margin: 8px;
  padding: 4px;
  background-color: rgb(70, 100, 150);
  border: 2px solid rgba(225, 200, 115, 0.8);
  border-radius: 8px;

  text-align: center;
  font-size: 12px;
  font-family: Cochin, Times, 'Times New Roman', serif;
  color: rgba(225, 200, 115, 0.8);
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.6), 1px 1px 3px rgb(0,0,0);
  box-shadow: inset -3px -3px 3px rgba(255,255,255,0.4), inset 3px 3px 3px rgba(0,0,0,0.4);

  cursor: pointer;
  user-select: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(225, 200, 115, 0.8);
}

.leaflet-bar a {
  background-color: rgb(70, 100, 150);
  color: rgba(225, 200, 115, 0.8);
}

.leaflet-bar a.leaflet-disabled, .leaflet-bar a:hover {
  background-color: rgb(50, 66, 100);
}

.leaflet-popup-tip {
  background-color: rgb(225,200,115);
}

.leaflet-popup-content-wrapper {

  overflow-y: auto;

  text-align: center;

  padding: 1em;
  border: 0.65em solid  rgb(225,200,115);
  border-radius: 2em;

  background-color: rgb(70, 100, 150);
  font-family: Cochin, Times, 'Times New Roman', serif;
  font-size: 1em;
  color: rgba(225, 200, 115, 0.8);


  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.6), 1px 1px 3px rgb(0,0,0);
  box-shadow: inset -3px -3px 3px rgba(255,255,255,0.4), inset 3px 3px 3px rgba(0,0,0,0.4), 0 0 10px rgb(0,0,0);

}

.leaflet-popup-content-wrapper h1 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.leaflet-popup-content-wrapper p {
  text-align: justify;
  font-size: 1.1em;

}

.leaflet-popup-content-wrapper a {
  color: inherit;
}

.leaflet-popup-content-wrapper footer {
  font-size: 1.0em;
  line-height: 1;
}

.leaflet-popup-close-button {
  padding: 0 1.5px 3px 1.5px;
  background-color: rgb(225,200,115) !important;
  color: rgb(70, 100, 150) !important;
  /*border: 2.5px solid rgb(70, 100, 150) !important;*/
  border-radius: 20px;
  transform: translate(4px, -4px);
  font-weight: bold !important;

  box-shadow: inset 2px 2px 2px rgba(255,255,255,0.4), inset -2px -2px 2px rgba(0,0,0,0.4);

}

.leaflet-popup-content-wrapper select {
  /*display: block;
  position: absolute;*/
  margin-top: 12px;
  bottom: 36px;

  background-color: rgb(70, 100, 150);
  color: rgba(225, 200, 115, 0.8);
  border: none;
  border-radius: 6px;
  /* border: 1px solid rgba(225, 200, 115, 0.8); */

  padding: 3px 6px;

  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.4), inset -1px -1px 1px rgba(0,0,0,0.4);

}

@media (max-width: 480px) {
  .leaflet-control-zoom, #list {
    display: none;
  }
  
  .leaflet-popup-content-wrapper p {
    font-size: 9pt;
  }

  .leaflet-popup-content-wrapper h1 {
    font-size: 12pt;
  }
}


