/* ---- reset ---- */

body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
}

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

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

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  /*background-image: url("http://www.jrwebmasters.net/images/headers/web_dev.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*margin-top: -80px;*/
  z-index: -1;
}

/* ---- stats.js ---- */

.welcome {
  color: #ffffff;
  font-size: 6em;
}

.sub-welcome {
  color: #dcc28f;
  font-size: 25px;
}

.header {
  height: 180px;
  background-color: rgba(0, 0, 0, 0.58);
  text-align: center;
  position: fixed;

  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
}

.container {
  height: 100%;
  width: 100%;
}
