.page .content .subhead {
	color: #fff;
}
.quick-link ul li.active::after {
    background: #fff;
}
.quick-link ul li.active a {
	color: #1D1D1D;
}
.quick-link ul li.active a:hover {
	color: #fff;
}
.quick-link li::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page .content .subhead a {
    color: #fff;
   /* background: #fff;*/
    display: inline-block;
    padding: 0 8px;
	padding-bottom: 1px;
/*    line-height: ;*/
}
.page-cent .p-title h3 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.page .form button {
    background: #fff;
	color: #1d1d1d;
}
.page .form button:hover {
    background: #1d1d1d;
	color: #ffffff;
}
.page .form button:after{
	background: #1d1d1d;
}
.page .form .fields{
    border-bottom-color: #ffffff;
}
.quick-link a:hover:after{
	background: #1d1d1d;
}



canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
      position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-image: url(index.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}



.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  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;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

/*end*/