/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    min-width: 910px;
    max-width: 1600px;
    padding: 0 50px;
    margin: 0 auto;
}