/* 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;
    font-family: sans-serif;
  }
  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;
  }

  #space {
    height: 400px;
    width: 100%;
    background-image: url(../img/house2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
  }

  #spaceimg{
    float: right;
    width: 475px;
    height: auto;
}
#customorderimg {
  width: 300px;
  height: auto;
}


/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: sans-serif;
      font-size: 20;
      background-color: #aaa;
      margin: 0;
    }

    .container {
      width: 70%;
      margin: 0 auto;
      background-color: #ffe;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding: 20px;
    }

    footer {
      padding-top: 50px;
      text-align: center;
    }