html, body {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  background: none!important;
}

::-webkit-scrollbar {
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}
.bg-blue {
  background-color:none !important;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00356B; 
    background-image: url("../static/img/splash.png");
    background-repeat: no-repeat;
    background-size: cover; 
    z-index: -999;
}

.bg-gray, .footer{
  background-color: rgba(255, 255, 255, 0.7)!important;
}
