/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */




/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

/*html,body{ 
	width:100%;
	height:100%;
	background:#111;
}
*/


canvas{
  display:block;
  vertical-align:bottom;
}




/* ---- particles.js container ---- */

#particles-js{
position:absolute;z-index:100;
  width: 100%;
  height: 100%;
  top:0px;
 /* background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;*/
}
