/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
  ol, ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  body {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
  }

/*=========================================
    Main Styles
    =========================================*/

    .container {
      margin: 8px;
    }

    .footer {
      text-align: center;
    }

    .banner{
      width: 100%;
      height: 50px;
      text-align: left;
      font-size: 45px;
      font-weight: bold;
      background-color: white
    }

    .nav {
      width: auto;
      height: 45px;
      background-color: red;
      margin: 1px;
      text-align: left;
      color: white;
      font-size: 25px;
      font-weight: bold;
      font
    }

    .jpg {
      margin-left: auto;
      margin-right: auto;
      width: 50%
    }

    .about {
      font-weight: bold;
      text-align: center;
      width: 500px;
      margin-left: auto;
      margin-right: auto;
    }

    .menu {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .ordering {
      margin-left: auto;
      margin-right: auto;
      text-align: center;

    }