body {
    background-color: black !important;
    color: white;
#    min-height: 100vh;
#    height: 100vh;
#    overflow: hidden;
}

.jumbotron {
    background: transparent !important;
}
@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 */
}
