/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   
  
    
  
  
  
 

/*=========================================
    Main Styles
    =========================================*/
    nav {
      width: 100%;
      height: 100px;
      background-color: #;
    }
    ul {
      margin-top: 0;
      margin-left: 100px;
    }
    ul li {
     list-style: none; 
     display:inline-block;
     line-height: 50px;
    }
    ul li a {
      display: block;
      text-decoration: none;
      font-size: 25px;
      font-family: serif;
      color: white;
      padding: 30px 50px;
    }
    ul li a:hover {
      color: red;
    }
    body {
      margin: 0px;
      background-image: url(../img/backback.jpg);
      padding: ;
      background-size: ;
      background-position: ;
      background-repeat: repeat;
    }
    
    .menu {
      font-family: proxima nova;
      font-size: 120%;
      margin: 50px 500px 75px;
      width: 600px;
      position: absolute;
      top: 50%;
      left: 22%;
      transform: translate(-50%, -50%);
      word-break: break-word;
      white-space: normal;
    }
        
    .container {
      font-family: sans-serif;
      position: relative;
      text-align: center;
    }
    .home {
      font-family: Lucida Calligraphy;
      text-align: center;
      padding-top: 5px;
      padding-left: 30px;
      color: white;
      font-size: 55px;
    }
  
    div, h3{
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
    } 
     
    #home {
    margin: 0px;
    background-image: url(../img/sandwiches.png);
    padding: ;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    } 
    
    footer { 
      font-size: 20px;
      text-align: center;
      color: #051501;
      bottom: 0;
      width: 100%;
      height: 2.5rem;
    }
    