#loader-wrapper {
  overflow-y: hidden;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 20%;
}
#loader-wrapper:active div,
#loader-wrapper:active div::before,
#loader-wrapper:active div::after {
  padding: 40px;
}
#loader-wrapper div,
#loader-wrapper div::before,
#loader-wrapper div::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  transform-origin: top;
  transition: all 5s linear 0s;
}

#background {
  position: fixed;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(0, 21, 255, 0.9) 100%), url("../assets/images/Family-Reunion-Announcement.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 50%;
}

.purple {
  animation: purple linear 30s alternate infinite;
  border: 2px solid #241379;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  transform: translate3d(48vw, 6vh, 0);
  z-index: 8;
}

.purple::before {
  animation: purple-pseudo linear 15s alternate infinite;
  background: #241379;
  border: 2px solid #241379;
  width: 5px;
  height: 41px;
  transform: translate3d(-11vw, 15vh, 0) rotate(39deg);
}

.purple::after {
  animation: purple-pseudo linear 20s alternate infinite;
  border: 2px solid #241379;
  width: 18px;
  height: 8px;
  transform: translate3d(-15vw, 38vh, 0) rotate(210deg);
}

@keyframes purple {
  50% {
    transform: translate3d(75vw, 79vh, 0);
  }
  100% {
    transform: translate3d(63vw, 69vh, 0);
  }
}
@keyframes purple-pseudo {
  33% {
    transform: translate3d(-1vw, 12vh, 0) rotate(31deg);
  }
  100% {
    transform: translate3d(-32vw, -25vh, 0) rotate(324deg);
  }
}
.medium-blue {
  animation: medium-blue linear 30s alternate infinite;
  border: 2px solid #2185bf;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  transform: translate3d(38vw, 72vh, 0);
  z-index: 1;
}

.medium-blue::before {
  animation: medium-blue-pseudo linear 15s alternate infinite;
  background: #2185bf;
  border: 2px solid #2185bf;
  width: 43px;
  height: 48px;
  transform: translate3d(-19vw, -63vh, 0) rotate(31deg);
}

.medium-blue::after {
  animation: medium-blue-pseudo linear 20s alternate infinite;
  border: 2px solid #2185bf;
  width: 9px;
  height: 32px;
  transform: translate3d(-33vw, -19vh, 0) rotate(217deg);
}

@keyframes medium-blue {
  50% {
    transform: translate3d(47vw, 73vh, 0);
  }
  100% {
    transform: translate3d(31vw, 39vh, 0);
  }
}
@keyframes medium-blue-pseudo {
  33% {
    transform: translate3d(46vw, -8vh, 0) rotate(337deg);
  }
  100% {
    transform: translate3d(66vw, -21vh, 0) rotate(181deg);
  }
}
.light-blue {
  animation: light-blue linear 30s alternate infinite;
  border: 2px solid #1fbce1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transform: translate3d(45vw, 49vh, 0);
  z-index: 2;
}

.light-blue::before {
  animation: light-blue-pseudo linear 15s alternate infinite;
  background: #1fbce1;
  border: 2px solid #1fbce1;
  width: 47px;
  height: 14px;
  transform: translate3d(27vw, -1vh, 0) rotate(309deg);
}

.light-blue::after {
  animation: light-blue-pseudo linear 20s alternate infinite;
  border: 2px solid #1fbce1;
  width: 22px;
  height: 12px;
  transform: translate3d(47vw, 29vh, 0) rotate(116deg);
}

@keyframes light-blue {
  50% {
    transform: translate3d(55vw, 1vh, 0);
  }
  100% {
    transform: translate3d(26vw, 67vh, 0);
  }
}
@keyframes light-blue-pseudo {
  33% {
    transform: translate3d(30vw, 93vh, 0) rotate(197deg);
  }
  100% {
    transform: translate3d(-8vw, -24vh, 0) rotate(98deg);
  }
}
.red {
  animation: red linear 30s alternate infinite;
  border: 2px solid #b62f56;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  transform: translate3d(83vw, 15vh, 0);
  z-index: 2;
}

.red::before {
  animation: red-pseudo linear 15s alternate infinite;
  background: #b62f56;
  border: 2px solid #b62f56;
  width: 7px;
  height: 34px;
  transform: translate3d(16vw, 50vh, 0) rotate(149deg);
}

.red::after {
  animation: red-pseudo linear 20s alternate infinite;
  border: 2px solid #b62f56;
  width: 22px;
  height: 6px;
  transform: translate3d(-42vw, 53vh, 0) rotate(316deg);
}

@keyframes red {
  50% {
    transform: translate3d(55vw, 59vh, 0);
  }
  100% {
    transform: translate3d(41vw, 57vh, 0);
  }
}
@keyframes red-pseudo {
  33% {
    transform: translate3d(27vw, 35vh, 0) rotate(209deg);
  }
  100% {
    transform: translate3d(2vw, -23vh, 0) rotate(122deg);
  }
}
.orange {
  animation: orange linear 30s alternate infinite;
  border: 2px solid #d5764c;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  transform: translate3d(16vw, 36vh, 0);
  z-index: 3;
}

.orange::before {
  animation: orange-pseudo linear 15s alternate infinite;
  background: #d5764c;
  border: 2px solid #d5764c;
  width: 14px;
  height: 10px;
  transform: translate3d(55vw, -23vh, 0) rotate(11deg);
}

.orange::after {
  animation: orange-pseudo linear 20s alternate infinite;
  border: 2px solid #d5764c;
  width: 20px;
  height: 26px;
  transform: translate3d(29vw, 49vh, 0) rotate(300deg);
}

@keyframes orange {
  50% {
    transform: translate3d(6vw, 86vh, 0);
  }
  100% {
    transform: translate3d(70vw, 63vh, 0);
  }
}
@keyframes orange-pseudo {
  33% {
    transform: translate3d(55vw, -33vh, 0) rotate(21deg);
  }
  100% {
    transform: translate3d(-43vw, -63vh, 0) rotate(355deg);
  }
}
.yellow {
  animation: yellow linear 30s alternate infinite;
  border: 2px solid #ffd53e;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transform: translate3d(27vw, 4vh, 0);
  z-index: 2;
}

.yellow::before {
  animation: yellow-pseudo linear 15s alternate infinite;
  background: #ffd53e;
  border: 2px solid #ffd53e;
  width: 22px;
  height: 46px;
  transform: translate3d(38vw, 72vh, 0) rotate(277deg);
}

.yellow::after {
  animation: yellow-pseudo linear 20s alternate infinite;
  border: 2px solid #ffd53e;
  width: 18px;
  height: 47px;
  transform: translate3d(58vw, 78vh, 0) rotate(134deg);
}

@keyframes yellow {
  50% {
    transform: translate3d(13vw, 96vh, 0);
  }
  100% {
    transform: translate3d(29vw, 78vh, 0);
  }
}
@keyframes yellow-pseudo {
  33% {
    transform: translate3d(35vw, -37vh, 0) rotate(213deg);
  }
  100% {
    transform: translate3d(47vw, 13vh, 0) rotate(18deg);
  }
}
.cyan {
  animation: cyan linear 30s alternate infinite;
  border: 2px solid #78ffba;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  transform: translate3d(61vw, 34vh, 0);
  z-index: 7;
}

.cyan::before {
  animation: cyan-pseudo linear 15s alternate infinite;
  background: #78ffba;
  border: 2px solid #78ffba;
  width: 5px;
  height: 16px;
  transform: translate3d(-49vw, -11vh, 0) rotate(39deg);
}

.cyan::after {
  animation: cyan-pseudo linear 20s alternate infinite;
  border: 2px solid #78ffba;
  width: 33px;
  height: 28px;
  transform: translate3d(-44vw, -24vh, 0) rotate(15deg);
}

@keyframes cyan {
  50% {
    transform: translate3d(34vw, 88vh, 0);
  }
  100% {
    transform: translate3d(54vw, 10vh, 0);
  }
}
@keyframes cyan-pseudo {
  33% {
    transform: translate3d(16vw, 5vh, 0) rotate(71deg);
  }
  100% {
    transform: translate3d(-44vw, 11vh, 0) rotate(251deg);
  }
}
.light-green {
  animation: light-green linear 30s alternate infinite;
  border: 2px solid #98fd85;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  transform: translate3d(61vw, 77vh, 0);
  z-index: 1;
}

.light-green::before {
  animation: light-green-pseudo linear 15s alternate infinite;
  background: #98fd85;
  border: 2px solid #98fd85;
  width: 36px;
  height: 43px;
  transform: translate3d(-43vw, 5vh, 0) rotate(240deg);
}

.light-green::after {
  animation: light-green-pseudo linear 20s alternate infinite;
  border: 2px solid #98fd85;
  width: 31px;
  height: 7px;
  transform: translate3d(4vw, -9vh, 0) rotate(260deg);
}

@keyframes light-green {
  50% {
    transform: translate3d(5vw, 86vh, 0);
  }
  100% {
    transform: translate3d(80vw, 62vh, 0);
  }
}
@keyframes light-green-pseudo {
  33% {
    transform: translate3d(37vw, -12vh, 0) rotate(236deg);
  }
  100% {
    transform: translate3d(-2vw, 7vh, 0) rotate(74deg);
  }
}
.lime {
  animation: lime linear 30s alternate infinite;
  border: 2px solid #befb46;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transform: translate3d(48vw, 82vh, 0);
  z-index: 5;
}

.lime::before {
  animation: lime-pseudo linear 15s alternate infinite;
  background: #befb46;
  border: 2px solid #befb46;
  width: 44px;
  height: 28px;
  transform: translate3d(-10vw, -37vh, 0) rotate(139deg);
}

.lime::after {
  animation: lime-pseudo linear 20s alternate infinite;
  border: 2px solid #befb46;
  width: 11px;
  height: 31px;
  transform: translate3d(46vw, -23vh, 0) rotate(256deg);
}

@keyframes lime {
  50% {
    transform: translate3d(51vw, 64vh, 0);
  }
  100% {
    transform: translate3d(63vw, 44vh, 0);
  }
}
@keyframes lime-pseudo {
  33% {
    transform: translate3d(-20vw, 19vh, 0) rotate(338deg);
  }
  100% {
    transform: translate3d(-44vw, 26vh, 0) rotate(358deg);
  }
}
.magenta {
  animation: magenta linear 30s alternate infinite;
  border: 2px solid #6c046c;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  transform: translate3d(97vw, 37vh, 0);
  z-index: 12;
}

.magenta::before {
  animation: magenta-pseudo linear 15s alternate infinite;
  background: #6c046c;
  border: 2px solid #6c046c;
  width: 26px;
  height: 23px;
  transform: translate3d(-46vw, 7vh, 0) rotate(122deg);
}

.magenta::after {
  animation: magenta-pseudo linear 20s alternate infinite;
  border: 2px solid #6c046c;
  width: 16px;
  height: 37px;
  transform: translate3d(-4vw, -13vh, 0) rotate(272deg);
}

@keyframes magenta {
  50% {
    transform: translate3d(4vw, 32vh, 0);
  }
  100% {
    transform: translate3d(12vw, 6vh, 0);
  }
}
@keyframes magenta-pseudo {
  33% {
    transform: translate3d(-4vw, 30vh, 0) rotate(258deg);
  }
  100% {
    transform: translate3d(15vw, 58vh, 0) rotate(10deg);
  }
}
.lightish-red {
  animation: lightish-red linear 30s alternate infinite;
  border: 2px solid #f04c81;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transform: translate3d(36vw, 6vh, 0);
  z-index: 4;
}

.lightish-red::before {
  animation: lightish-red-pseudo linear 15s alternate infinite;
  background: #f04c81;
  border: 2px solid #f04c81;
  width: 47px;
  height: 10px;
  transform: translate3d(-15vw, 46vh, 0) rotate(179deg);
}

.lightish-red::after {
  animation: lightish-red-pseudo linear 20s alternate infinite;
  border: 2px solid #f04c81;
  width: 43px;
  height: 30px;
  transform: translate3d(-26vw, 71vh, 0) rotate(360deg);
}

@keyframes lightish-red {
  50% {
    transform: translate3d(7vw, 14vh, 0);
  }
  100% {
    transform: translate3d(30vw, 11vh, 0);
  }
}
@keyframes lightish-red-pseudo {
  33% {
    transform: translate3d(19vw, 5vh, 0) rotate(210deg);
  }
  100% {
    transform: translate3d(69vw, 77vh, 0) rotate(284deg);
  }
}
.pink {
  animation: pink linear 30s alternate infinite;
  border: 2px solid #ff4293;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  transform: translate3d(57vw, 17vh, 0);
  z-index: 12;
}

.pink::before {
  animation: pink-pseudo linear 15s alternate infinite;
  background: #ff4293;
  border: 2px solid #ff4293;
  width: 29px;
  height: 23px;
  transform: translate3d(37vw, 57vh, 0) rotate(135deg);
}

.pink::after {
  animation: pink-pseudo linear 20s alternate infinite;
  border: 2px solid #ff4293;
  width: 20px;
  height: 28px;
  transform: translate3d(-7vw, 80vh, 0) rotate(21deg);
}

@keyframes pink {
  50% {
    transform: translate3d(37vw, 9vh, 0);
  }
  100% {
    transform: translate3d(27vw, 17vh, 0);
  }
}
@keyframes pink-pseudo {
  33% {
    transform: translate3d(53vw, 61vh, 0) rotate(87deg);
  }
  100% {
    transform: translate3d(-17vw, 10vh, 0) rotate(22deg);
  }
}/*# sourceMappingURL=background.css.map */