/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */
a:active {
    background-color: gray;
}

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

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

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

h7{ 
  color: white; 
  letter-spacing: -1px;  
  position: absolute;
  left: 42%;
  top: 25%;

  opacity:1;
  text-align: center;
  padding-bottom: 10px;
    font-size: 5em;
  font-family: sans-serif;
}

h8{ 
  color: white;  
  letter-spacing: -1px;  
  position:absolute;
  padding-bottom: 1px;
  top: 38%;
  left: 42%;
  font-size: 2em;
  opacity:.8;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}


h4{ 
   color: white;   
   padding: 10px; 
     text-indent: 4px;
  line-height: 30px;
     background: #000022;
       position: absolute;
  left: 500px;
  top: 300px;
  font-size: 3em;
  opacity:1;
  text-align: center;
  text-indent: 4px;
  line-height: 30px;
  padding-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}


.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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


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

.count-particles{
  background: #000022;
  position: absolute;

  color: #13E8E9;
  font-size: .8em;
  opacity: 0;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 1px;
  margin-left: 1px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

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

#particles-js{
  width: 100%;
  height: 75%;
  background-color: #000a0a;
  background-image: url('');
  background-size: cover;

  background-repeat: no-repeat;
}

