/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
    background-color: #cce8b0;
    background-size: 800px 1000px;
  }


  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }


#wrap {
  width: 960px;
}
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: sans-serif;
    }

    * {
      box-sizing: border-box;
     } 

     .container_img {
      width: 912px;
      height: 300px;
      float: left;
     }

     .box {
      float: left;
      width: 33.33%;
      padding: 5px;
     }

    .clearfix::after {
      content: "";
      clear: both;
      display: table;
    }

    .home_background {
      background-image: url('support_local_farmers.jpg');
      background-repeat: repeat;
      background-size: 400px;
    }
    .hours {
      width: 250px;
      border: 5px brown;
      break-before: 50px;
      text-align: center;
    }
    
    .menu_container {
      width: 989px;
      margin: 0 auto;
      background-color: #ffd480;
      border: 2px solid;
      border-color: white;
      line-height: 30px;
    }
    .sweets_container {
      width: 989px;
      margin: 0 auto;
      align-content: center;
      background-color: #ffe066;
      border: 2px solid;
      border-color: white;
    }

    .story_container {
      width: 989px;
      margin: 0 auto;
      background-color: #ffe066;
      border: 2px solid;
      border-color: white;
      padding-left: 100px;
      padding-right: 100px;
    }
    .about_container {
      width: 989px;
      margin: 0 auto;
      background-color: #ffe066;
      border: 2px solid;
      border-color: white;
      padding-left: 100px;
      padding-right: 100px;
      margin-top: 25px;
    }

    .header_main{
      width: 900px;
      height: 250px;
      margin: 0 auto;
      background-color: #ffd480;
      border-bottom: 4px;
      border-color: white;
    }

    .header {
      width: auto;
      height: 150px;
      margin: 0 auto;
      background-image: url('cornfield.jpg');
      height: 250px;
      border-bottom: 4px;
      border-color: white;
    }

    .logo {
      float: left;
      width: 200px;
      height: 200px;
      margin: 0;
    }

    .p {
      padding-left: 75px;
      padding-right: 75px;
      padding-top: 50px;
      border: 10px;
      border-color: brown;
    }

    .ul {
      list-style-type: none;
      margin: 0;
      padding: 0
      overflow: hidden;
    }

    .nav_li {
      display: block;
      color: white;
      text-align: center;
      font-size: 30px;
      font: serif;
      padding: 10px 10px;
      float: left;
      vertical-align: top;
      border-right: 2px solid;
    }

    .name {
      font-style: serif, sans-serif;
      font-size: 60px;
      color: white;
      padding-left: 30px;
      padding-right: 30px;
    }

    .container {
      width: 989px;
      margin: 0 auto;
      background-color: #ffd480;
      border: 2px solid;
      border-color: white;
      font-size: 20px;
    }

    .title {
      align-content: center;
      font-size: 50px;
      color: white;
    }

    .fixed{
      float: top;
      width: 1200px;
      height: 300px;
    }

    .footer {
      float: bottom;
      left: 0;
      bottom: 0;
      width: 100%;
      color: black;
      text-align: center;
    }
/*=========================================
    Menu Styles
    =========================================*/
    .menu {
      align-content: center;
      width: 979px;
      padding-right: 5px;
      padding-left: 5px;
    }

    .food {
      text-align: left;
    }
    .price{
      text-align: right;
    }
    /*=============================
      Sweets To-Go Styles
      ============================*/
    .sweets_menu {
      font-weight: 10px;
      font-size: 18px;
      text-align: right;
      color: black;
      line-height: 20px;
      width: 400px;
      background-image: url('sweets_background.jpg');
      background-size: 600px;
      margin-top: 40px;
      border-width: 5px;
      margin-left: 15px;
    }
    .coffee_menu {
      font-weight: 10px;
      font-size: 18px;
      text-align: left;
      color: white;
      line-height: 20px;
      width: 300px;
      background-image: url('coffeebean_cup.jpg');
      background-size: 400px;
      margin-top: 40px;
      border-width: 5px;
      align-content: center;
      margin-left: 150px;
    }
    .order_container {
      font-size: 18px;
      border-style: solid 5px white;
      background-color: #ffe066;
      float: left;
      margin-top: 60px;
      margin-left: 15px;
    }