body {
  margin: 0;
  font-family: 'Montserrat', avenir, system-ui, sans-sans-serif;
}
.squashed {
  height: 0 !important;
  opacity: 0 !important;
  transition: 0.2s;
}
.fine-print {
  font-size: 1.5vmin;
}
header {
  background: rgb(0,183,255);
  background: linear-gradient(135deg, rgba(0,127,255,1) 0%, rgba(0,212,255,1) 100%);
}
#header-loc {
  height: 100vh;
  text-align: center;
}
#header-loc:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header-loc-float {
  display: inline-block;
  vertical-align: middle;
}
#header-loc-float:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header-loc-title {
  color: white;
  font-size: 8vmin;
  margin: 0 0 5vmin 0;
}
#header-loc-button {
  display: inline-block;
  vertical-align: middle;
  width: 30vmin;
  height: 30vmin;
  line-height: 10vmin;
  border-radius: 50%;
  color: #gray;
  text-align: center;
  background: rgb(255,255,255);
  background: radial-gradient(circle at 40% 40%, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 50%, rgba(200,200,200,1) 100%);
  border: 1vmin solid lightskyblue;
  cursor: pointer;
}
#header-loc-button:hover {
  border: 1vmin solid deepskyblue;
  background: white;
}
#header-loc-button:active {
  border: 1vmin solid deepskyblue;
  background: radial-gradient(circle at 40% 40%, rgba(200,200,200,1) 0%, rgba(250,250,250,1) 50%, rgba(255,255,255,1) 100%);
}
#header-loc-button-icon {
  width: 20vmin;
  height: 23vmin;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAxIDVjLTQuMjE2IDAtNy43MTQgMy40MTgtNy42MzQgNy42MzQuMDI5IDEuNTc4LjcxOSAyLjgyNCAxLjM1MSA0LjAyNC4yNDIuNDYxIDYuMjY0IDEwLjMzMiA2LjI2NCAxMC4zMzJWMjdsLjAwMS0uMDA3LjAwMi4wMDd2LS4wMWw2LjUzMS0xMC4zNzdjLjQwNy0uNzAzLjc5My0xLjc3MS43OTMtMS43NzFBNy42MzEgNy42MzEgMCAwIDAgMTYuMDAxIDV6TTE2IDE2LjAxOWEzLjg5NSAzLjg5NSAwIDAgMS0zLjg5Ni0zLjg5N0EzLjg5OCAzLjg5OCAwIDEgMSAxNiAxNi4wMTl6Ii8+PC9zdmc+');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20vmin 20vmin;
}
#header-loc-button-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header-loc-button-icon-text {
  vertical-align: bottom;
  line-height: 0;
  font-size: 3vmin;
  font-size: max(12px, 3vmin);
  font-weight: bold;
}
#header-loc-text {
  color: white;
  font-size: 3vmin;
  font-size: max(12px, 3vmin);
  margin: 5vmin 0 0 0;
}

#header-title {
  height: 20vmin;
  text-align: center;
  color: white;
  font-size: 8vmin;
  line-height: 21vmin;
}
#header-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header-lang {
  display: block;
  min-width: 48px;
  min-height: 48px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 1vmin 1.8vmin;
  color: white;
  font-size: 4vmin;
  text-decoration: none;
  text-align: right;
}

#list {
  font-size: 2.5vmin;
  color: gray;
}
#list b {
  font-weight: 600;
  font-size: 3vmin;
  font-size: max(12px, 3vmin);
  color: black;
}
.list-item {
  text-align: center;
}
.list-item a {
  text-decoration: none;
  color: black;
}
.list-item-main {
  display: inline-block;
  height: 12vmin;
  border-bottom: 1px solid lightgray;
}
.list-item-main:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.list-item-main > div {
  display: inline-block;
  vertical-align: middle;
  margin: 2vmin;
}
.list-icon {
  width: 10vmin;
  line-height: 6vmin;
  border-radius: 50%;
  font-size: 3vmin;
  font-weight: bolder;
  color: black;
  text-align: center;
}
.list-title {
  width: 60vmin;
  text-align: left;
}
.list-direction {
  width: 15vmin;
  text-align: center;
}
.list-compass {
  color: black;
  font-size: 7vmin;
  line-height: 6vmin;
  transform: rotate(-90deg);
}
footer {
  margin: 4vmin 1vmin;
  text-align: center;
  color: #6b6b6b;
  line-height: 4vmin;
  font-size: 2vmin;
  font-size: max(12px, 2vmin);
}
footer a {
  color: gray;
}

