body {
    font-family: 'Montserrat', sans-serif;
    /* background-image: url('/assets/img/index/bg3.jpg'); */
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.photo-citation {
    color: grey;
    font-size: 0.4em; /* Adjust this value to make the text smaller or larger */
    padding-top: 5px;
}

@media (max-width: 768px) {
    body::after {
        content: "";
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1; /* Sit on top of the background image */
    }

    #title {
        font-size: 40px
    }

    #switch-btn {
        display: none;
    }

    .navbar-links {
        font-size: 12px;
    }

    .navbar-title {
        display: none;
    }

    #my-missions {
        display: none;
    }

    #navbar-chat {
        display: none;
    }
}