/* CSS Document */



/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #262626;
  background-image: url('');
  background-size: cover;
  background-position: 30% 30%;
  background-repeat: no-repeat;
}

.particles  { position: absolute; }  
.container   { position: relative;  z-index: 1; padding-top:6% }