body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: black;
  /*height: 2000px;*/
  overflow: hidden; /*prevents scrolling*/
}

.buttons{
  position: fixed;
  right: 0;
}

#skip{
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  outline: none;
  color: #545454;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#skip:hover{
  color: #757575;
}

#sound{
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  outline: none;
  color:black;
  font-size: 1.5em;
  line-height: 1.5em;
}




#myVideo {
  position: absolute;
  left: 0;
  top: -1vh;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#introVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


#intro{
  height: 100vh;
  width: 100%;
  z-index: 5;
}

.introcenter{
  position: absolute;
  width: 30vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.introcenter p{
  text-align: center;
  color: white;
  line-height: 1.4em;
  font-style: italic;
}

.introcenter h1{
  text-align: center;
  color: white;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: bold;
}

#start{
  width: 100%;
  text-align: center;
  margin-top: 5vh;
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  letter-spacing: 0.2em;
  outline: none;
}

@media (max-width: 850px) {

.introcenter p{
  text-align: center;
  color: white;
  font-size: 0.7em;
  line-height: 1.4em;
  font-style: italic;
}

.introcenter h1{
  text-align: center;
  color: white;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
}

#start{
  width: 100%;
  text-align: center;
  margin-top: 2.5px;
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: bold;
  font-size: 0.7em;
  font-weight: bold;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  letter-spacing: 0.2em;
  outline: none;
}

}
