.container, main {
    margin-top: 2rem;
}
body {
    font-family: helvetica, arial, sans-serif;
    background-color: rgba(0,0,0,1);
    background-image: url(images/moe-zoom.jpg);
    background-repeat: no-repeat;
    /* Prevents tiling */
    background-size: cover;
    /* Scales image to cover the element */
    background-position: center;
    /* Centers the image */
    background-attachment: fixed;
    padding-top: 56px; /* Height of Bootstrap fixed-top navbar */
}

@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }
}

.navbar {
    background: rgba(0,0,0,1);
    margin-bottom: 1rem;
}

.nav-link.nav-highlight {
    color: orange !important;
}

.nav-link,.navbar-brand,.navbar-toggler {
    color: white !important;
}

.nav-link:hover,.navbar-brand:hover,.navbar-toggler-icon:hover {
    color: #dddddd;
}

.jumbotron {
    /* background: linear-gradient(to bottom, rgba(225,225,225,0.6), rgba(255,255,255,0.6)); */
    background: rgba(0,0,0,0.95);
    color: white;
}

/*A28054*/
.btn-primary {
    background-color: #BB9E76;
    border: #ccccaa;
    color: #222233;
}

.song-titles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.song-title {
    white-space: nowrap;
    flex: 0 1 auto;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.nav-item.active{
    border-bottom: 1px solid #eeeffe;
}

.song-title:not(:last-child)::after {
    content: "  / ";
    color: #888;
    /* Optional: Customize the slash color */
}

.album-titles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.album-title {
    white-space: nowrap;
    flex: 0 1 auto;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

/* Discography page specific styling for smaller fonts */
.jumbotron .song-titles {
    margin-bottom: 0.5rem;
}

.jumbotron .song-title {
    margin-right: 0.75rem;
    margin-bottom: 0.25rem;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
    background: rgba(0,0,0,1);
    color: white;
}

.highlight-word {
    font-style: italic;
    font-weight: bolder;
}

.question{
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: lowercase;
}

.answer {
    margin-bottom: 2rem;
    text-transform: lowercase;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.album-titles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.album-title {
    white-space: nowrap;
    flex: 0 1 auto;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}