/* CSS files add styling rules to your content */
@import url(https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,400;0,700;1,400&display=swap);

#insizeor-note {
  margin: 10px;
  background-color: lime;
  padding: 20px;
  border-radius: 7px;
  
}

body {
  font-family: "Epilogue", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
  height: 100%;
  padding: 0
}

#topbar {
  padding: 1em; 
}

#info {
  padding: 0 1em;
}

#controls {
  padding: 1em;
}


h1 {
  color: #373fff;
}

.h1-1 {
  text-shadow: 2px 2px 0px coral;
}

.h1-2 {
  text-shadow: 2px 2px 0px greenyellow;
}

#info-hider {
  margin-left: 2.5em;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  padding: 0.3em 0.7em;
  font-weight: bold;
  color: #ffffff;
  background-color: lightcoral;
}

button.small {
  font-size: 0.9em;
}

button.notactive {
  border: solid 1px lightcoral;
  background-color: #ddd;
  color: #333;
}

html, body {
  height: 100%;
  width: 100vw;
  margin: 0;
}

#container {
  height: 900px;
  width: 100%;
  position: relative;
}

@media (max-height: 1200px) {
  #container {
    height: 500px;
  }
}

#map{
  height: 100%;
}

#evergiven {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 400px;
  z-index: 1000;
  transform: translate(-50%,-50%);  
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

p.small {
  font-size: 0.8em;
  color: #555;
}

p.small a {
  color: lightcoral;
}

.glitchButton {
  z-index: 1000;
}