/* 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;
  }
  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;
  }


#hero {
  height:500px;
  width:100%;
  background-image:url(http://www.geocities.ws/tim/module%20five/lions.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 35%;

}

#mario {
  float: right;
  width: 275px;
  height: auto;
  transform: rotate(30deg);  
}

.left {
  float: left ;
  padding-top: 35px;
}

.clear {clear: both}

.right {float:right;
  padding-top: 35px;
  }

.clear {clear:both;}



/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-image: url(http://www.geocities.ws/tim/module%20five/background.jpg);
      margin:0;
    }

    .container {
      width: 989px;
      margin: 0 auto;
      background-color:#fff;
      box-shadow: 10px 10px 12px rgba(0,0,0,0.8);
      padding:20px;
    }

    .footer {
      padding-top: 25px;
      text-align: center;
    }