#particles-js {
    position: absolute;
    width: 100%;
    height: 650px;
    opacity: 0.3;
    background-color: #000;
    top: 73px;
}

.slogan > h2{
    position: relative;
    z-index: 10;
}

#content-holder > div{
    position: relative;
    z-index: 11;
}

.menu{
    position: relative;
    z-index: 50;
}


.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  -webkit-box-shadow: 0px 4.66667px 24px 3px #00f7a5;
          box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
          box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  -webkit-box-shadow: 0px 4.66667px 24px 3px #f70094;
          box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

.snowman {
  position: absolute;
  top: 495px;
  right: 0;
  bottom: 0;
  left: 88%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 120px 120px, 120px 120px, 120px 120px;
  background-image: radial-gradient(#333 8%, transparent 8%), radial-gradient(#333 8%, transparent 8%), radial-gradient(#FFF 100%, transparent 100%);
  background-position: -30px -25px, 5px -20px, 0px 0px;
  box-shadow: inset -5px -5px 0px rgba(0, 0, 0, 0.05);
  animation: blink 8s linear infinite;
}
.snowman:before {
  content: '';
  position: absolute;
  top: 44px;
  left: 6px;
  border-right: solid 40px #FA0;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  width: 1px;
  height: 1px;
  transform: rotateZ(14deg);
}
.snowman:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  top: 80px;
  left: -30px;
  border-right-width: 10px;
  border-left-width: 0px;
  border-bottom-width: 10px;
  border-top-width: 0px;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100px 120px, 200px 70px, 200px 200px, 200px 200px, 200px 200px, 200px 200px;
  background-image: linear-gradient(30deg, transparent 70%, #9C3B3B 0%), linear-gradient(9deg, transparent 50%, #DC3B3B 0%), radial-gradient(#333 3%, transparent 3%), radial-gradient(#333 3.5%, transparent 3.5%), radial-gradient(#333 4%, transparent 4%), radial-gradient(#FFF 100%, transparent 100%);
  background-position: 30px 0px, 0px 0px, -28px 16px, -33px -7px, -34px -34px, 0px 0px;
  box-shadow: inset 25px 5px 0px rgba(255, 255, 255, 0.2);
}

.hat {
    left: 88.8%;
    width: 12.5rem;
    margin: 2rem auto 1rem;
    position: absolute;
    top: 413px;
    z-index: 5;
    transform: scale(1.2) rotateZ(14deg);
}

.ball {
    width: 2rem;
    height: 2rem;
    background: #f6f6f6;
    border-radius: 50%;
    position: relative;
    left: 69%;
    top: 1rem;
    z-index: 6;
}

.body {
  position: relative;
  left: 1.75rem;
  width: 7.43rem;
  height: 5.6rem;
  background-color: #ee2b47;
  border-radius: 300% 0% 0%;
  z-index: 1;
}

.base {
    background: #f6f6f6;
    border-radius: 2rem;
    color: #f6f6f6;
    width: 8.8rem;
    position: relative;
    left: 1rem;
    z-index: -1;
    height: 8px;
}



@keyframes blink {
  0% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  1% {
    background-size: 120px 0px, 120px 0px, 120px 120px;
    background-position: -30px 30px, 5px 35px, 0px 0px;
  }
  2% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  31% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  32% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  33% {
    background-size: 120px 0px, 120px 0px, 120px 120px;
    background-position: -30px 30px, 5px 35px, 0px 0px;
  }
  34% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  40% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  41% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  42% {
    background-size: 120px 0px, 120px 0px, 120px 120px;
    background-position: -30px 30px, 5px 35px, 0px 0px;
  }
  43% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
  100% {
    background-size: 120px 120px, 120px 120px, 120px 120px;
    background-position: -30px -30px, 5px -25px, 0px 0px;
  }
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    -webkit-box-shadow: 0px 4.66667px 24px 3px #00f7a5;
            box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
            box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    -webkit-box-shadow: 0px 4.66667px 24px 3px #00f7a5;
            box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
            box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    -webkit-box-shadow: 0px 4.66667px 24px 3px cyan;
            box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
            box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    -webkit-box-shadow: 0px 4.66667px 24px 3px cyan;
            box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
            box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    -webkit-box-shadow: 0px 4.66667px 24px 3px #f70094;
            box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
            box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    -webkit-box-shadow: 0px 4.66667px 24px 3px #f70094;
            box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    -webkit-box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
            box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}





#tree {
  max-width: 180px;
  display: block;
  margin-left: 15px;    
  margin-top: -260px;
}

.red {
  fill: #aa1231;
  -webkit-animation: 0.6s red-flash ease-in-out infinite;
          animation: 0.6s red-flash ease-in-out infinite;
}
@-webkit-keyframes red-flash {
  40% {
    fill: #ea385c;
  }
  80% {
    fill: #aa1231;
  }
}
@keyframes red-flash {
  40% {
    fill: #ea385c;
  }
  80% {
    fill: #aa1231;
  }
}
.gold-lt {
  fill: #c1881c;
  -webkit-animation: 0.6s gold-lt-flash ease-in-out infinite;
          animation: 0.6s gold-lt-flash ease-in-out infinite;
}
@-webkit-keyframes gold-lt-flash {
  40% {
    fill: #e7b75c;
  }
  80% {
    fill: #c1881c;
  }
}
@keyframes gold-lt-flash {
  40% {
    fill: #e7b75c;
  }
  80% {
    fill: #c1881c;
  }
}
.blue-lt {
  fill: #1f3e64;
  -webkit-animation: 0.6s blue-lt-flash ease-in-out infinite;
          animation: 0.6s blue-lt-flash ease-in-out infinite;
}
@-webkit-keyframes blue-lt-flash {
  40% {
    fill: #386fb1;
  }
  80% {
    fill: #1f3e64;
  }
}
@keyframes blue-lt-flash {
  40% {
    fill: #386fb1;
  }
  80% {
    fill: #1f3e64;
  }
}
.blue-dk {
  fill: #0f1f2f;
  -webkit-animation: 0.6s blue-dk-flash ease-in-out infinite;
          animation: 0.6s blue-dk-flash ease-in-out infinite;
}
@-webkit-keyframes blue-dk-flash {
  40% {
    fill: #28527c;
  }
  80% {
    fill: #0f1f2f;
  }
}
@keyframes blue-dk-flash {
  40% {
    fill: #28527c;
  }
  80% {
    fill: #0f1f2f;
  }
}
.gold-dk {
  fill: #69512a;
  -webkit-animation: 0.6s gold-dk-flash ease-in-out infinite;
          animation: 0.6s gold-dk-flash ease-in-out infinite;
}
@-webkit-keyframes gold-dk-flash {
  40% {
    fill: #b28947;
  }
  80% {
    fill: #69512a;
  }
}
@keyframes gold-dk-flash {
  40% {
    fill: #b28947;
  }
  80% {
    fill: #69512a;
  }
}
.g1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.g2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.g3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
