html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: black;
}

#particles-js {
  background-image: url(/assets/images/background-v1-temmie.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.body-wrapper {
  position: relative;
}

.nav-logo {
  font-family: "Fjalla One", sans-serif;
  color: #FFF;
  font-size: 1.9rem;
}

.nav-logo img {
  max-height: 3.2rem;
}

.fs-iframe {
  position: relative;
  padding-top: 56.25%;
}

.fs-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.queue-status-text {
  text-shadow: 3px 3px #151515;
}

