@media screen and (max-width:480px) {
    #rstar {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    #rstar {
        left: -100px !important;
    }
}

@media screen and (max-width:640px) {
    #rstar {
        left: -300px !important;
    }
}

header nav ul {
    position: relative;
    z-index:3;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 106px -70.6666666667px fuchsia, -48px -109.6666666667px #00ff0d, -149px -296.6666666667px #00ffa6, 17px -196.6666666667px #ff0033, -60px -172.6666666667px #0048ff, 82px -328.6666666667px #00fbff, -125px -164.6666666667px #ff00c4, -156px -59.6666666667px #6fff00, 111px -20.6666666667px #d9ff00, -236px -184.6666666667px #ffa600, 182px -386.6666666667px aqua;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: 106px -70.6666666667px fuchsia, -48px -109.6666666667px #00ff0d, -149px -296.6666666667px #00ffa6, 17px -196.6666666667px #ff0033, -60px -172.6666666667px #0048ff, 82px -328.6666666667px #00fbff, -125px -164.6666666667px #ff00c4, -156px -59.6666666667px #6fff00, 111px -20.6666666667px #d9ff00, -236px -184.6666666667px #ffa600, 182px -386.6666666667px aqua;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: 106px -70.6666666667px fuchsia, -48px -109.6666666667px #00ff0d, -149px -296.6666666667px #00ffa6, 17px -196.6666666667px #ff0033, -60px -172.6666666667px #0048ff, 82px -328.6666666667px #00fbff, -125px -164.6666666667px #ff00c4, -156px -59.6666666667px #6fff00, 111px -20.6666666667px #d9ff00, -236px -184.6666666667px #ffa600, 182px -386.6666666667px aqua;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: 106px -70.6666666667px fuchsia, -48px -109.6666666667px #00ff0d, -149px -296.6666666667px #00ffa6, 17px -196.6666666667px #ff0033, -60px -172.6666666667px #0048ff, 82px -328.6666666667px #00fbff, -125px -164.6666666667px #ff00c4, -156px -59.6666666667px #6fff00, 111px -20.6666666667px #d9ff00, -236px -184.6666666667px #ffa600, 182px -386.6666666667px aqua;
  }
}
@keyframes bang {
  to {
    box-shadow: 106px -70.6666666667px fuchsia, -48px -109.6666666667px #00ff0d, -149px -296.6666666667px #00ffa6, 17px -196.6666666667px #ff0033, -60px -172.6666666667px #0048ff, 82px -328.6666666667px #00fbff, -125px -164.6666666667px #ff00c4, -156px -59.6666666667px #6fff00, 111px -20.6666666667px #d9ff00, -236px -184.6666666667px #ffa600, 182px -386.6666666667px aqua;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}