            
    /* Account for fixed navbar */
    body {
      min-width: 1200px;
    }

    /* Reset the container */
    .container {
        width: 1200px;
        min-width: 1200px;
      /*max-width: none !important;*/
    }
