
/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */
html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- particles.js container ---- */

#particles-js{
 position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
  background-color: #fff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#particles-js.par_none{
	display:none;
}
