@font-face {
  font-family: neumachina;
  src: url(../NeueMachina-Medium_d0jNuroW9.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: neumachina;
}

html,
body {
  height: 100%;
  width: 100%;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main {
  height: 100%;
  width: 100%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#main > h1 {
  color: snow;
  font-size: 200px;
  font-weight: 500;
  padding-left: 70px;
  margin-top: 4%;
  margin-bottom: 3%;
}
#main #nav {
  padding: 10px 30px;
}
#main #nav a {
  color: snow;
  text-decoration: none;
  font-size: 25px;
  margin-right: 30px;
}
#main #btm-left {
  color: snow;
  position: relative;
  left: 2rem;
  width: 12rem;
}
#main #btm-left h3 {
  font-size: 40px;
}
#main #btm-left h4 {
  font-size: 30px;
}
#main #btm-left #btm-bar {
  color: snow;
  font-size: small;
  width: 100%;
  top: 26vh;
  left: 82rem;
  position: absolute;
}
#main #sec2 {
  height: 100%;
  width: 100%;
  margin-top: 16rem;
  background-color: #808080;
}
#main #sec2 h1 {
  font-size: 60px;
}/*# sourceMappingURL=style.css.map */