
@font-face {
  font-family: 'n27regular_italic';
  src: url('../assets/N27 Webfont Complete/webfont files/n27-regularitalic-webfont.eot');
}

@font-face {
  font-family: 'n27light';
  src: url('../assets/N27 Webfont Complete/webfont files/n27-light-webfont.eot');
}

@font-face {
  font-family: 'n27bold';
  src: url('../assets/N27 Webfont Complete/webfont files/n27-bold-webfont.eot');
}

@font-face {
  font-family: 'n27regular';
  src: url('../assets/N27 Webfont Complete/webfont files/n27-regular-webfont.eot');
}

@font-face {
  font-family: 'n27thin';
  src: url('../assets/N27 Webfont Complete/webfont files/n27-thin-webfont.eot');
}


/*******/
*,a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'n27regular', sans-serif;
  color: white;
}

html{
  display: flex;
  height: 100%;
  width: 100%;
}
body{
  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  font-size: 30px;

  background-color: black;
}

/******** LOADING *******/
#wrapper{
  display: flex;
  flex-direction: column;
  text-align: center;

  align-items: center;
}

#loading-bar{
  margin-top: 2%;
}
a{
  font-size: 14px;
  color: blue;
}
video{
  width: 30%;
}
p{
  font-size: 20px;
  font-family: 'n27regular', sans-serif;
  color: white;
}

#click-text{
  display: flex;
  position: absolute;
  bottom: 10%;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-family: 'n27thin', sans-serif;

  transition: all .5s ease-in-out;

}
.hide-this{
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

/*** MOBILE ***/

@media screen and (max-width: 499px) {
  video{
    width:100%;
  }
}
