/* 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: 'Oswald', 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;
  }
#hero {
    height: 350px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#secondimg {
  float:left;
  height: 180px;
  width: auto;
  transform: rotate(-4deg);
  padding-right: 10px;
  transition: 2s all;
}
#secondimg:hover {
 
  
  width: auto;
  transform: rotate(-364deg);
  padding-right: 10px;

}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: 'Oswald', sans-serif;
      background-color: #aed6f1;
      background-image: url(http://www.geocities.ws/jerryrideout/bg2.jpg);
      margin:0;
    }

    .container {
      width: 80%;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px;
      box-shadow: 0px 10px 20px #000;
    }

    footer {
      text-align: center;
      padding-top: 50px;
    }