/* 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;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
      background-image: url(../img/background2.jpg);
      background-size: cover;
      margin: 0;
    }

    #topPic {
      background-image: url(../img/motorcycle.jpg);
      width: 100%;
      height: 300px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 72%;
    }

    .container {
      width: 989px;
      margin: 0 auto;
      background-color: #c0c0c0;
      padding: 20px;
    }

    .footer {
      text-align: center;
      clear: right;
    }

    .vidOne {
      float: left;
      margin: 5px 15px 5px 0;
    }

    .vidTwo {
      float: right;
      margin: 5px 0px 20px 15px;
    }

    
    .bottompic {
      display: inline-block;
      width: 300px;
      height: 150px;
      margin-top: 20px;
      margin-right: 10px;
      box-shadow: 20px 20px 10px grey;
      transform: rotate(3deg);
      }

    .bottompic2 {
      display: inline-block;
      width: 300px;
      height: 150px;
      margin-top: 20px;
      margin-left: 10px;
      box-shadow: 20px 20px 10px grey;
      transform: rotate(3deg);
      }