@font-face {
    font-family: 'Hillstone';
    src: url('fonts/hillstone-bxd5-webfont.woff2') format('woff2'),
         url('fonts/hillstone-bxd5-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
  margin: 0;
  padding: 0;
}

body{
  background: #000;
  height: 100vh;
  width: 100vw;
  font-size: 10px;
}

#content{
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  color: #999;
  font-family: Courier,monospace;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;

}

h1 {
  position: relative;
}

h1 .hi{
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

h1 .xanthos{
  font-size: 200%;
  font-style: italic;
  transform: rotate(-6deg);
  display: inline-block;
  font-family: "Hillstone";
  letter-spacing: -3px;
  color: #fff;
  margin-top: -30px;
}

h2 {
  font-weight: normal;
  font-size: 0.8rem;
  position: relative;
  display: inline-block;
  z-index: 10;
}
h2::after, h2::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 30%;
  height: 1px;
  background: #333;
  top: 51%;
}
h2::before{
  left: -40%;
}
h2::after{
  right: -40%;
}

a:link, a:visited, a:hover{
  text-decoration: none;
  color: inherit;
  color: #333;
  font-size: 1.5rem;
}
a:hover{
  color: #999;
}

a img{
  max-height: 17px;
  max-width: 17px;
  opacity: 0.2;
}
a:hover img{
  opacity: 0.6;
}

video{
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  object-position: bottom;
}

@media only screen and (max-width: 600px) {
  h1 .hi{font-size: 1.1rem;}
  h1 .xanthos{font-size: 150%;}
  #content{transform: translate(-50%, -60%);}
}
