@charset "utf-8";

html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: headline;
  src: url("../fonts/big_noodle_titling.ttf");
}
* { -webkit-font-smoothing: antialiased; }
h1 {
  font-family: headline;
  line-height: .925 !important;
}

.video-bg, .static-bg {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  opacity: .75;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 375px) {
}
