html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: black;
}

.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;
}

.command-button {
  background-color: #2e4967;
  line-height: 3rem;
  padding: 0 1rem;
  margin-bottom: 0rem;
  color: #FFF;
  font-weight: bold;
}

.command-button img {
  max-height: 3rem;
  float: left;
  padding: 0.2rem 0.7rem 0.2rem 0rem;
}

