﻿body {
  width: 100%;
  height: 100%;
  background: #eeeeee;
}
* {
  font-family: "myCentury", CenturyGothic, AppleGothic, sans-serif;
}
@font-face {
  font-family: "myCentury";
  src: url("../gothic_0.TTF");
}

.title {
  z-index: 400;
}

.title h1 {
  width: 100%;
  position: fixed;
  height: 50px;
  text-align: center;
  margin: 3px auto 25px auto;
  font-weight: 500;
  font-size: 4em;
}
.title p {
  width: 100%;
  position: fixed;
  top: 70px;
  height: 50px;
  text-align: center;
  font-size: medium;
  margin: 3px auto 25px auto;
}
@media (max-width: 718px) {
  #map {
    padding: 20px;
  }
  .title h1 {
    font-size: 3em;
  }
}
@media (max-width: 407px) {
  .title p {
    padding: 20px;
  }
}

.description {
  text-align: center;
  font-weight: 900;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 2em;
  position: fixed;
  z-index: 300;
}
.description p {
  width: 100%;
  /*position:fixed;
         bottom:20px;*/
  height: 50px;
  text-align: center;
  font-size: medium;
  margin: 3px auto 25px auto;
  /*display:block; background:transparent; border:none; width:100%; text-shadow:0 0 10px #000*/
}
#map {
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 10;
}
svg {
  height: 100%;
  width: 100%;
}
.hero {
  background-color: #fae5d3;
}

#leaderboardButton {
  background-color: #fc9d33;
  color: #fae5d3;
  font-weight: 500;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#leaderboardButton:hover {
  background-color: #fae5d3;
  color: #fc9d33;
  border: solid 2px #fc9d33;
}
