

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

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

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


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

.count-particles{
  display: none !important;
  visibility: hidden !important;
  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;
}
div#stats {
    display: none;
}
.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: #146494;
  background-image: url('hologram-banner-blue.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.banner-text {
    position: absolute;
    left: 15%;
    top: 30%;
    max-width: 600px;
    color: #fff;
}
.banner-text h1 {
    font-weight: bold;
    font-size: 55px;
    color: #fff;
    text-shadow: 3px 3px 20px black;
}
.banner-text h2 {
    font-size: 22px;
}
.banner-text button.btn.tdr-btn.sec {
    color: #fff;
    border-color: #fff;
}
@media screen and (max-width:767px) {
  .banner-text button.btn.tdr-btn.sec {
    color: #146494;
}
.banner-text {
    left: 0;
    top: 30%;
    padding: 15px;
}
.banner-text h1 {
    font-size: 40px;

}
.banner-text h2 {
    font-size: 16px;
}
div#particles-js {
    height: 100vh;
    background-position: left center;
    background-size: cover;
      background-attachment: unset;
}
}