.navbar-animated-stars{background:#000 url(/assets/images/site-stardust.png) repeat;animation:move-twinkle-effect 200s linear infinite;overflow:hidden}@keyframes move-twinkle-effect{0%{background-position:0 0}to{background-position:-10000px 5000px}}.navbar-gradient-border{background-color:#000;position:relative}.navbar-gradient-border:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;z-index:2;background:linear-gradient(90deg,#6A0DAD,#8E2DE2 50%,#ff9900);background-size:250% 100%;animation:linearSweep 12s ease-in-out infinite alternate}@keyframes linearSweep{0%{background-position:0 50%}to{background-position:100% 50%}}