@media (max-width: 767px) {
    #particles-js {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        background-color: cadetblue !important;
        background-repeat: no-repeat !important;
        background-size: 20% !important;
        background-position: 50% 50% !important;
    }
    .footerLinks {
        color: #949494;
    }
  .footerLinks:hover 
  {
   color: #337ab7 !important;
   cursor: pointer !important;
 }
}
