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

/* ---- base ---- */

/*html,body{
	width:100%;
	height:100%;
	background:#111;
}*/

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

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

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

#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #00211b;
    /*background-image: url('');*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
}