/* 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: 300px;
    width: 100%;
    background-image: url(../img/owl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 35%;
    
  }

  #owlimg {
    float: right;
    width: 331px;
    height: auto;
    transform: rotate(3deg);
    padding-left: 10px;
    padding-bottom: 15px;

  }

 /* #owlfly {
    float: left;
    width: 331px;
    height: auto;
    transform: rotate(-3deg);
    padding-right: 10px; */

  }

  .left{
    float:left;
  }

  .right{float: right;}
  }

  .clear {clear: both;}

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-color: #eeeeee;
      background-image: url(../img/bg3.png);
      margin: 0;
    }

    .container {
      width: 80%;
      margin: 0 auto;
      background-color: #ffffff; 
      box-shadow: 0px 5px 5px lightgray;
      padding: 20px;
    }

    footer {
      padding-top: 50px;
      text-align: center;
    }