html,
body {
  min-height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

.yellow {
    color: #ffcd50;
}

.yellow-bg {
    background: #ffcd50;
}

.navbar-toggler:active {
    background: #fff;
}

.nav-item:active {
  background: #ffffff8f;
}

.jumbotron-fluid {
  border-radius: 5px;
}

#barcode-video video {
  width: 100%;
  height: auto;
}

#barcode-video canvas {
  display: none;
}

#barcode-ingresso video {
  width: 100%;
  height: auto;
}

#barcode-ingresso canvas {
  display: none;
}