/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


html, body {
	background-color: #282828;
	//background-color: #a400ff;

	
	background-color: black;
	width:100%;
	height:100%;
}



html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}

/*position relative as a base for non-static elements*/
#particles-js{
    position:relative;
}

/*every direct child positioned absolute*/
#particles-js > div {
    position:absolute;
}

#particles-js canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#c1 {
	opacity: 0;
}

#c2 {
	background: #000;
}

#logo {
	width: 100%;
	height: 100%;
	background-size: 400px 400px;
	background-position: center; 
	background-repeat: no-repeat;
	background-image: url("../logo_waves_gray.png");
	//-webkit-animation: glow 5s alternate infinite;
	//animation: glow 5s alternate infinite;
}

#date {
	height: 100px;
	width: 100%;
	top: 50%;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	//position: relative;
	color: white;
	font-family: PressStart;
	font-size: 8em;
	-webkit-animation: neon6 1.5s ease-in-out infinite alternate;
	-moz-animation: neon6 1.5s ease-in-out infinite alternate;
	animation: neon6 1.5s ease-in-out infinite alternate;
}

@keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #a400ff, 0 0 70px #a400ff, 0 0 80px #a400ff, 0 0 100px #a400ff, 0 0 150px #a400ff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #a400ff, 0 0 35px #a400ff, 0 0 40px #a400ff, 0 0 50px #a400ff, 0 0 75px #a400ff;
  }
}

@-webkit-keyframes glow {
  0% {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@keyframes glow {
  0% {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

#particles-js > canvas {
	z-index: 0;
}
/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
}
