/*body {
  font-family: Helvetica,Tahoma;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

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

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

.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;
  margin-top: 5px;
  margin-left: 5px;
}

#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: 100%;
  /*background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;*/

  position: absolute;
  z-index: 99;
  background: transparent;
}
.slider-text h2 strong{
  line-height: 60px;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .row{
    margin: 0 auto !important;
  }
  body .social a{
    /*/margin-left: -23px;*/
  }
  .navbar-collapse{
    /*padding-bottom: 400px;*/
  }
  body #mainNav a{
    padding-left: 2px !important;
	padding-right:2px !important;
  }
 .social a{
	  padding: 0 !important;
	  margin-left: 5px;
  }
}
