@media (max-width: 991px) {
    /* ---------- Navigation ---------- */

    .nav-item {
        margin-top: 1em;
    }

    .nav-item:last-of-type {
        margin-bottom: 1em;
    }

    .navbar-toggler {
        color: #8d715f;
        font-size: 1.7em;
        padding-right: 0.35em;
    }

    /* ---------- Main ---------- */

    main {
        margin-top: 3.39em;
        min-height: calc(100vh - 3.39em);
    }

    /* ---------- Welcome ---------- */

    #welcome-banner {
        height: calc(100vh - 3.39em);
    }

    #welcome-banner-tagline {
        width: 90%;
        margin-left: 5%;
        background: rgba(255,255,255,0.8);
        padding: 0.5em;
    }

    /* ---------- About ---------- */

    .about-banner {
        height: 13em;
    }

    /* ---------- Conference ---------- */

    .conference-keynotespeakers-photo {
        display: block;
        margin: 1em auto;
        width: 15em;
        max-width: 100%;
    }

    /* ---------- Browse ---------- */

    /* ---------- Browse: List ---------- */

    .list-content-item {
        margin: 1em 0em;
        display: block;
        width: 100%;
    }

    #list-options-views,
    #list-options-links {
        display: block;
        width: 100%;
        margin: 1em 0;
        text-align: left;
    }
    
    /* ---------- Footer ---------- */

    #footer-content img {
        height: 6em;
        margin: 0 auto 2em auto;
        display: block;
    }
}
