.content_text {
    position: absolute;
    width: 100%;
    height: 25%;
    top: 6%;
    text-align: center;
}

.content_header_base_Top {
    font-size: 5em;
    font-family: SadsamNormal;
    color: white;
}
.content_header_base {
    font-size: 4em;
    font-family: SadsamNormal;
    color: white;
}

.content_header {
    font-size: 4em;
    font-family: SadsamNormal;
    color: white;
}

.celebration-trophy_letterlaunch {
	width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    animation: trophy_intro;
    animation-duration: 1200ms;
    animation-timing-function: linear;
}

.celebration-trophy_powerreader {
	width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    animation: trophy_intro;
    animation-duration: 1300ms;
    animation-timing-function: linear;
}

.celebration-trophy_storyquest {
	width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    animation: trophy_intro;
    animation-duration: 800ms;
    animation-timing-function: linear;
}

.celebration-trophy_superspeller {
	width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    animation: trophy_intro;
    animation-duration: 1200ms;
    animation-timing-function: linear;
}

.celebration-trophy_wordblending {
	width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    animation: trophy_intro;
    animation-duration: 1200ms;
    animation-timing-function: linear;
}

.celebration-trophy_wordquest {
	width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    animation: trophy_intro;
    animation-duration: 1200ms;
    animation-timing-function: linear;
}

.celebration-celebration {
    width: 130%;
    height: 70%;
    margin-left: 0 auto;
}


.celebration-main {
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
}

.celebration-canvas {
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.celebration-moon {
    height: 200px !important;
    width: 200px !important;
    top: 5%;
    left: 5%;
}


.rocket_view_port {
    position: absolute;
    top: 10%;
    left: 6%;
}


.content-rocket-base {
    height: 200px;
    width: 200px;
    background: url(../webapp/games/rewards/RocketSprite.png) 0px 0px;
    background-size: 100%;
    animation: rocketSprite 1.5s steps(13) infinite;
}

@keyframes rocketSprite {
    100% {
        background-position-y: -7800px;
        background-position-x: 0px;
    }
    
}








.stage {
    border-bottom: 3px solid #444;
    display: flex;
    height: 330px;
    width: 72%;
    position: absolute;
    top: 43%;
    left: 14%;
    z-index: 9;
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: 200px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 200px;
    margin-bottom: -18px;
}

.box2 {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: 200px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 300px;
    margin-bottom: -18px;
}

.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: cubic-bezier(1, 0.840, 0.420, 1);
}

@keyframes bounce-1 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-170px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-7px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: cubic-bezier(0, 0.840, 0.420, 1);
}

@keyframes bounce-2 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-150px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-7px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-3 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-175px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-7px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.fade-out {
    opacity: 0;
    -webkit-transition: top 1s, opacity 1s;
    transition: top 1s, opacity 1s;
}



.fade-in {
    opacity: 1;
    -webkit-transition: top 2s, opacity 2s;
    transition: top 2s, opacity 2s;
}

#fwCanvas1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    z-index: 9999;
}
#fwCanvas2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    z-index: 9999;
}
#fwCanvas3 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    z-index: 9999;
}

@keyframes trophy_intro {
	0% {
		transform: translate3d(100vh,0,0);
	}
	100% {
		transform: translate3d(0,0,0);
	}
}

.celebration-confetti {
	position: absolute;
    top: 25%;
    height: 50%;
    width: 100%;
    z-index: 2;
}


.splashContainer {
    position: absolute;
    /* animation: splashContainerAnimation 15s linear infinite; */
    top: 15%;
    left: -16%;
    /* background: aliceblue; */
    width: 100%;
    height: 73%;
}

.splash1 {
    position: absolute;
    top: 60%;
    left: 25%;
 
    animation: boxAnimation 3.95s cubic-bezier(0.02, 0.01, 0.31, 1) infinite;
}
.splash2 {
    position: absolute;
    top: 60%;
    left: 50%;
   
    animation: boxAnimation 3.95s cubic-bezier(0.02, 0.01, 0.31, 1) infinite;
}
.splash3 {
    position: absolute;
    top: 60%;
    left: 75%;
  
    animation: boxAnimation 3.95s cubic-bezier(0.02, 0.01, 0.31, 1) infinite;
}
.splash4 {
    position: absolute;
    top: 60%;
    left: 39%;
    height: 300px;
    width: 300px;
    animation: splash3Animation 15.0s cubic-bezier(0.7, 2, 0.71, 2) infinite;
    transform: scale3d(1.5, 1.5, 1.5);
}
.splash5 {
    position: absolute;
    top: 60%;
    left: 75%;
    height: 300px;
    width: 300px;
    animation: splash4Animation 10.5s cubic-bezier(0.8, 3, 0.51, 1) infinite;
    transform: scale3d(1.5, 1.5, 1.5);
}
.splash4Name {
    color: gray;
    position: relative;
    top: 47%;
    left: 23%;
    font-size: .8em;
    width: 100px;
    transform: rotateZ(90deg);
}
.splash5Name {
    color: gray;
    position: relative;
    top: 47%;
    left: 23%;
    font-size: .8em;
    width: 100px;
    transform: rotateZ(90deg);
}
.splash4Avatar {
    height: 150px !important;
    width: 175px !important;
    left: 20%;
    top: 11%;
}
.splash5Avatar {
    height: 150px !important;
    width: 175px !important;
    left: 20%;
    top: 11%;
}

.splash1 {
    animation: splash2Animation 5.0s cubic-bezier(0.02, 0.01, 0.31, 1) infinite;
    transform: matrix(-1,0,0,1,0,0);
}
.splash2 {
    animation: splash2Animation 5.5s cubic-bezier(0.02, 0.01, 0.31, 1) infinite;
    transform: matrix(-1,0,0,1,0,0);
}
.splash3 {
    animation: splash2Animation 5.0s cubic-bezier(0.02, 0.01, 0.31, 1) infinite;
    transform: matrix(-1,0,0,1,0,0);
}




.splash1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 279px;
    height: 299px;
    background: url(../webapp/games/rewards/star_ww.png);
    background-size: contain;
    animation: spanAnimation 4s cubic-bezier(0.3, 0.27, 0.07, 1.64) infinite;
}
.splash2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 279px;
    height: 299px;
    background: url(../webapp/games/rewards/star_rm.png);
    background-size: contain;
    animation: spanAnimation 3s cubic-bezier(0.3, 0.27, 0.07, 1.64) infinite;
}
.splash3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 279px;
    height: 299px;
    background: url(../webapp/games/rewards/star_iq.png);
    background-size: contain;
    animation: spanAnimation 3.5s cubic-bezier(0.3, 0.27, 0.07, 1.64) infinite;
}
/*.splash4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: white;
    animation: spanAnimation 3.5s cubic-bezier(0.3, 0.27, 0.07, 1.64) infinite;
}
.splash5::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: white;
    animation: spanAnimation 3.5s cubic-bezier(0.3, 0.27, 0.07, 1.64) infinite;
}*/

@keyframes splashContainerAnimation {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes splash2Animation {
    50% {
        transform: translateY(-150px);
    }
}
@keyframes splash3Animation {
    50% {
        transform: translateY(-150px);
        
    }
    75% {
        transform: translateX(-75px);
    }
}
@keyframes splash4Animation {
    50% {
        transform: translateY(-150px);
    }
    75% {
        transform: translateX(-75px);
    }
}
@keyframes spanAnimation {
    50% {
        transform: translateX(-150px)
    }
}



/*.fade {
    position: relative;
    width: 100%;
    min-height: 60vh;
    top: -25px;
    background-image: linear-gradient(0deg, transparent, black 75%);
    z-index: 1;
}*/

.star-wars {
    display: flex;
    justify-content: center;
    position: relative;
    height: 800px;
    color: #feda4a;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 500%;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 150%;
    perspective: 400px;
    text-align: justify;
}

.crawl {
    position: relative;
    top: 99999px;
    transform-origin: 7% 6%;
    animation: crawl 100s linear;
}

.crawl > .title {
    font-size: 90%;
    text-align: center;
}

.crawl > .title  {
    margin: 0 0 100px;
    text-transform: uppercase;
}

@keyframes crawl {
    0% {
        top: -200px;
        transform: rotateX(20deg) translateZ(0);
    }

    100% {
        top: -6000px;
        transform: rotateX(25deg) translateZ(-2500px);
    }
}
