﻿/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */



/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */
@media only screen and (max-width: 600px) {
html,body{
	width:100%;


}        }
@media only screen and (max-width: 1800px) {
html,body{
	width:100%;


}        }

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



canvas{
  display:block;
  vertical-align:middle;
}


/* ---- stats.js ---- */



.js-count-particles{
  font-size: 1.1em;
}




.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
 
  background-color: #337AB7;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}



#overlay {
  position: relative;
}
