@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    7% {
        opacity: 0.0;
    }
    14% {
        opacity: 0.0;
    }
    21% {
        opacity: 0.0;
    }
    28% {
        opacity: 0.2;
    }
    35% {
        opacity: 0.2;
    }
    42% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    57% {
        opacity: 1.0;
    }
    64% {
        opacity: 0.0;
    }
    73% {
        opacity: 0.0;
    }
    80% {
        opacity: 1.0;
    }
    87% {
        opacity: 0.2;
    }
    94% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes EventsSpaceManSpaceMan {
    0% {
        transform: scale(1.1);
        right: 0%;
        top: 0%;
    }
    50% {
        transform: scale(0.5);
        right: 100%;
        top: 100%;
    }
    100% {
        transform: scale(1.1);
        right: 0%;
        top: 0%;
    }
}

@keyframes EventsBGAnimation {
    0% {
        left: 0%;

    }
    50% {
        left: -10%;
    }
    100% {
        left: 0%;

    }
}

@keyframes OurTeamAnimation {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@keyframes CountersBGAnimation {
    0% {
        top: 0%;

    }
    50% {
        top: -530px;
    }
    100% {
        top: 0%;

    }
}

@keyframes TVLayer {
    0% {
        right: 0;
    }
    50% {
        right: -10%;
    }
    100% {
        right: 0;
    }
}

@keyframes TVBG {
    0% {
        left: 0;
        bottom: 0;
        filter: brightness(90%)
    }
    50% {
        left: -10%;
        bottom: -10%;
        filter: brightness(70%)
    }
    100% {
        left: 0;
        bottom: 0;
        filter: brightness(90%)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes Shadow {
    0% {
        box-shadow: -25px 26px 1px 1px #0000008c;
    }
    50% {
        box-shadow: -55px 55px 1px 1px #0000008c;
    }
    100% {
        box-shadow: -25px 26px 1px 1px #0000008c;
    }
}

@keyframes float {
    0% {
        transform: translatey(0px) scale(1.0);
    }
    50% {
        transform: translatey(-20px) scale(1.02);
    }
    100% {
        transform: translatey(0px) scale(1.0);
    }
}

@keyframes ScaleAnimation {
    0% {
        transform: scale(1.0)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1.0)
    }
}

@keyframes ScaleAnimationLight {
    0% {
        transform: scale(1.0)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1.0)
    }
}

@keyframes TypingAnimation {
    0% {
        opacity: 0.0
    }
    50% {
        opacity: 1.0
    }
    100% {
        opacity: 0.0
    }
}

@keyframes SpaceManEngAnimation {
    0% {
        transform: scale(1.0);
        right: 2%;
        top: 15%;

    }
    50% {
        transform: scale(1.1);
        right: 12%;
        top: 29%;
    }
    100% {
        transform: scale(1.0);
        right: 2%;
        top: 15%;

    }
}

@keyframes SpaceManArbAnimation {
    0% {
        transform: scale(1.0);
        left: 2%;
        top: 15%;
    }
    50% {
        transform: scale(1.1);
        left: 12%;
        top: 29%;
    }
    100% {
        transform: scale(1.0);
        left: 2%;
        top: 15%;
    }
}


@keyframes NewsPaperSpaceMan {
    0% {
        right: 0;
    }
    50% {
        right: -20px;
    }
    100% {
        right: 0;
    }
}


@keyframes LightIdea {
    0% {
        color: #e9e9e9;
        text-shadow: 0px 0px 0px #ffffff;
    }
    50% {
        color: #ecb753;
        text-shadow: 1px 1px 92px #e3b052c7;
    }
    100% {
        color: #e9e9e9;
        text-shadow: 0px 0px 0px #ffffff;
    }
}


