/* Mobile Layout & Container Styles */

@media (max-width: 768px) {

    /* REMOVE BOTTOM PADDING FROM CONTENT */
    #page-content,
    main {
        padding-bottom: 0 !important;
        min-height: calc(100vh - 100px) !important;
        /* Adjust for floating nav */
    }

    /* ENSURE CARDS WORK PROPERLY ON MOBILE */
    .cards-container {
        padding-top: 55px !important;
        /* Space for fixed page title header */
        padding-bottom: 20px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

}