/* 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/husky1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  #huskypuppy {
    float: right;
    width:200px;
    height:auto;
    transform: rotate(-5deg);
  }

  #soundclip {
    display: inline-block;
  }

  .left {
    float:left;
  }

  .right {
    float:right;
  }

  .clear {
    clear:both;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-color:#eee;
      background-image:url(../img/white-waves.png);
      margin:0;

    }

    .container {
      width: 989px;
      margin: 0 auto;
      background-color:#fff;
      padding:20px;
      box-shadow:0px 4px 15px #000;
    }

    footer {
      text-align: center;
      padding-top:50px;
    }