body {
    background-color: black !important;
    color: white;
#    min-height: 100vh;
#    height: 100vh;
#    overflow: hidden;
}
.jumbotron {
    background: url('/img/nightmaresonata-1920x1080.jpg') top right / auto 100% no-repeat !important;
    background-color: black !important;
}
a, a:focus, a:active {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  body {
    overflow-y: auto;
  }
}

/* Ensure the navbar transitions smoothly */
.navbar.fixed-bottom {
    transition: bottom 0.3s ease-in-out;
    bottom: 0;
}

/* Class to push the navbar completely off-screen when hidden */
.navbar-hidden {
  bottom: -60px !important; /* Adjust based on your navbar's height */
}

