/* 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;
  }
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}


#bear {

  height:440px;
  width:100%;
  background-image: url(../img/BEAR.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 35%;
}

#dust1 {

  float: right;
  width:auto;
  height:429px;
  
}

#bolt 

    { float: left;
    height: 110px;
    width: auto;
    }

#bolt1 { float: right;
    height: 110px;
    width: auto;
    }

#ball     { float: right }


.right {
  float:right;

}

.clear {clear:center;
    
    border-color: black;
      width: 200px;
      margin: 10 auto;
      background-color: #fff;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding:7px;
     position: fixed;
     bottom: 0;
     right: 0;

    }
 .featured 

 {
    margin: auto;
    padding: 10px;
    text-align: center;
}

.featuredimg {
    height: auto;
    width: auto;
    max-height: 160px;
    margin-right: 10px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 45px;
}

.row {
  content: "";
  clear: both;
  display: table;
}
  

/*=========================================
    Main Styles
    =========================================*/
    @font-face {
  font-family: 'Ripple';
  src: url('..img/Ripple.ttf'); /* IE9 Compat Modes */
 
}

    body {
      font-family: arial;
      background-color: #eee;
      background-image: url(../img/DB-BG.png);
      margin:0;
    }

    .container {
      width: 989px;
      margin: 0 auto;
      background-color: #fff;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding:7px;
    }

.container1 {
      width: 989px;
      margin: 0 auto;
      background-color: #fff;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding:20px;
    }

    table {
    display: table;
    border-collapse: contain;
    border-spacing: 7px;
    border-color: black;
    background-color: #fff;
    box-shadow:0px 5px 12px rgba(0,0,0,0.3); 
    padding:3px;
}

  .header {

    width: 920px;
    margin: 0 auto;
    padding: 5px;
    color: crimson;
    text-align: center;
    font-family: Ripple;
    font-size: 18pt;
    background-color: indigo;
    border: none;

    
}
    .footer {
      padding-top: 30px: 
      text-align: center;
    }

