
/* + MTF header {{{ */

@media only screen and (max-width: 800px) {
    #mtfHeader {
        /* No longer fixed position */
        position: static;
        height: auto;
        line-height: unset;
    }
    #mtfHeader .logo {
        display: block;
        margin: 20px 0;
    }

    #mtfHeader .menu {
        float: none;
        margin: 20px 0;
        line-height: 30px;
    }

    #mtfHeader_nonfixed {
        /* Because header is no longer fixed position */
        height: 0;
    }
}

/* + }}} */

/* + Clients and partners {{{ */

@media only screen and (max-width: 800px) {
    .client_partner {
        width: 50%;
        padding: 5.6%;
    }
}

/* + }}} */

/* + Footer {{{ */

@media only screen and (max-width: 800px) {
    #footer .column {
        width: 100%;
        display: block;
        margin-bottom: 18px;
    }
}

/* + }}} */
