/* 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
  }
  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;
  }


/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-image: url(../img/DOTA2BG.jpg);
      color: purple;
    }

    .firstpic{
      height: 200px;
      box-shadow: 10px 5px 5px 10px green;
    }

    .vimeo{
      float: right;
    }

    .secondpic{
      height: 400px;
      transform: rotate(5deg);
      transition: 2s all;
    }
    .secondpic:hover{
      height: 400px;
      transform: rotate(365deg);
    }


    .container {
      width: 989px;
      margin: 0 auto;
      box-shadow: 0px 5px 10px black;
    }

    .footer {
      text-align: center;
    }