* {
    box-sizing: border-box;
}


@font-face {
    font-family: 'futuraheavy';
    src: url('/fonts/futura_heavy_regular.woff2') format('woff2'),
         url('/fonts/futura_heavy_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuraextra_bold';
    src: url('/fonts/futura_extra_bold.woff2') format('woff2'),
         url('/fonts/futura_extra_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NFS';
    src: url('/fonts/NFS.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    overflow-y: scroll;
    font-family:  Helvetica bold oblique, sans-serif;
    font-style: oblique;

}

h1, h2, h3 {

    font-family: 'NFS', Arial, Helvetica, sans-serif;
    font-style: normal;
    text-shadow: 2px 2px 2px #83838380;
    
}

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

h1 {
    margin: 0px;
}

.header {
    margin: 0px;
    height: 100vh;
    padding: 0px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,0) 100%);
}

.map {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: -1;
}

#start {
    top: 50%;
    left: 10%;
}

#end {
    top: 72%;
    left: 77%;
}

#current {
    top: 80%;
    left: 30%;
    color: black;
    /* border: 10px solid black; */
    border: none;
    background: black;
    width: 23px;
    height: 23px;
}

#current span {
    position: relative;
    left: calc(100% + 3px);
    font-size: 2rem;
    top: -0.5rem;
}

.mapimg {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}


.player {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-height: 70vh;
    width: 90vw;
    height: 40vw;
}

#playbutton {
    position: absolute;
    user-select: none;
    cursor: pointer;
    font-family: 'NFS', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 20vw;
    left: 49%;
    top: 40%;
    transform: translate(-50%, -50%);
   text-shadow: 2px 2px 2px #4b4b4b80;

  }

.spacer {
    height: 50vh;
    pointer-events: none;
}

img {
  width: 100%;
}

video {
    margin-top: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 40vh;
}

.home {
    padding: 20px;
    font-size: 1rem;
    text-align: center;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  .footer h1 {
    margin: 0;
    text-align: center;
    font-size: 2.618em; /* increased using golden ratio */
  }
  
  .footer .info {
    width: 100%;
    text-align: center;
    margin: 1.618em auto; /* increased using golden ratio */
  }
  
  .footer a {
    text-align: center;
    display: inline-block;
    margin: 1.618em 0; /* increased using golden ratio */
    padding: 0.618em 1.618em; /* increased using golden ratio */
    border: 1px solid #333;
    border-radius: 5px;
    max-width: 80%;
    text-decoration: none;
    color: #333;
    font-size: 1.618em; /* increased using golden ratio */
  }
  #text {
    display: inline-block;
    margin: 1.618em 0; /* increased using golden ratio */
    padding: 0.618em 1.618em; /* increased using golden ratio */
    border: 1px solid #333;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-size: 1.618em; /* increased using golden ratio */
  }
  #text:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
  }

  .footer p {
    text-align: center;
    font-size: 1.618em; /* increased using golden ratio */
    max-width: 80%;
    margin: 1.618em auto; /* increased using golden ratio */
    font-family: Helvetica bold oblique, sans-serif;
    font-style: oblique;
  }
  
  .footer a:hover {
    background-color: #333;
    color: #fff;
  }

  .footer form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
    width: 50%;
  }
  
  .footer input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: Helvetica bold oblique, sans-serif;
    font-style: oblique;
    font-size: 16px;
  }
  
  .footer input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica bold oblique, sans-serif;
    font-style: oblique;
    font-size: 16px;
  }
  
  

.title-image {
    text-align: center;
    margin-top: 2vh;
}

.title-image img {
    max-width: 80%;
    height: auto;
    display: inline-block;
}

  