::placeholder {
    color: #e9eff6 !important;
}

:root {
    --posMult: 2;
    --shadowSpread: 3px;
    --notblack: #222;
    --notwhite: #ddd;
    --outerspace: #2d383a;
    --deeppurple: #562B5B;
    --bloodred: #a90000;
    --wheelOne: #aaa;
    --wheelTwo: #ccc;
    --wheelThree: #eee;
    /* --wheelOne: #f00;
    --wheelTwo: #0f0;
    --wheelThree: #00f; */
}

body {
    background-color: black;
    color: var(--deeppurple);
    user-select: none;
}

a,
a:link,
a:hover,
a:visited {
    color: var(--outerspace);
    text-decoration: none;
}

h2 {
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.sectionText {
    background-color: transparent;
    color: var(--notblack);
    font-size: 5em !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sectionText small {
    font-size: 125%;
}

#sectionOne .sectionText {
    -webkit-animation: colorSpin linear 3s infinite;
    -moz-animation: colorSpin linear 3s infinite;
    animation: colorSpin linear 3s infinite;
    animation-delay: none;
    /* -webkit-filter: brightness(9) !important;
    filter: brightness(9) !important;
    -o-filter: brightness(9) !important;
    -moz-filter: brightness(9) !important; */
    color: transparent;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    /* text-shadow: -5px -5px 0 #FFF, 5px -5px 0 #FFF, -5px 5px 0 #FFF, 5px 5px 0 #FFF; */
}

#sectionTwo {
    background-image: url('/res/yop.png');
    background-position: center;
    background-size: cover;
}

#sectionThree {
    background-image: url('/res/wgb.png');
    background-position: center;
    background-size: cover;
}

#sectionFour {
    background-color: rgba(50, 105, 39, 0.666);
}


/* Lightning effect */

.lightning {
    -webkit-filter: brightness(.3);
    filter: brightness(.3);
    -o-filter: brightness(.3);
    -moz-filter: brightness(.3);
    -webkit-animation: flash ease-out 3s infinite;
    -moz-animation: flash ease-out 3s infinite;
    animation: flash ease-out 3s infinite;
    animation-delay: 1ms;
    z-index: -1;
}

#sectionOne .lightning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/res/dark-storm-clouds.png");
    background-origin: content-box;
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
}

@-webkit-keyframes flash {
    from {
        opacity: 0.05;
    }
    4% {
        opacity: 0.4;
    }
    12% {
        opacity: 0.1;
    }
    16% {
        opacity: 0.9;
    }
    32% {
        opacity: 0.05;
    }
    to {
        opacity: 0.05;
    }
}

@keyframes flash {
    from {
        opacity: 0.05;
    }
    4% {
        opacity: 0.4;
    }
    12% {
        opacity: 0.1;
    }
    16% {
        opacity: 0.9;
    }
    32% {
        opacity: 0.05;
    }
    to {
        opacity: 0.05;
    }
}

@-webkit-keyframes colorSpin {}

@keyframes colorSpin {
    from {
        text-shadow: 0px calc(var(--posMult) * -10px) var(--shadowSpread) var(--wheelOne), calc(var(--posMult) * -8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelTwo), calc(var(--posMult) * 8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelThree);
    }
    16.6% {
        text-shadow: calc(var(--posMult) * 8px) calc(var(--posMult) * -4px) var(--shadowSpread) var(--wheelOne), calc(var(--posMult) * -8px) calc(var(--posMult) * -4px) var(--shadowSpread) var(--wheelTwo), 0px calc(var(--posMult) * 10px) var(--shadowSpread) var(--wheelThree);
    }
    33.3% {
        text-shadow: calc(var(--posMult) * 8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelOne), 0px calc(var(--posMult) * -10px) var(--shadowSpread) var(--wheelTwo), calc(var(--posMult) * -8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelThree);
    }
    50% {
        text-shadow: 0px calc(var(--posMult) * 10px) var(--shadowSpread) var(--wheelOne), calc(var(--posMult) * 8px) calc(var(--posMult) * -4px) var(--shadowSpread) var(--wheelTwo), calc(var(--posMult) * -8px) calc(var(--posMult) * -4px) var(--shadowSpread) var(--wheelThree);
    }
    66.6% {
        text-shadow: calc(var(--posMult) * -8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelOne), calc(var(--posMult) * 8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelTwo), 0px calc(var(--posMult) * -10px) var(--shadowSpread) var(--wheelThree);
    }
    83.3% {
        text-shadow: calc(var(--posMult) * -8px) calc(var(--posMult) * -4px) var(--shadowSpread) var(--wheelOne), 0px calc(var(--posMult) * 10px) var(--shadowSpread) var(--wheelTwo), calc(var(--posMult) * 8px) calc(var(--posMult) * -4px) var(--shadowSpread) var(--wheelThree);
    }
    to {
        text-shadow: 0px calc(var(--posMult) * -10px) var(--shadowSpread) var(--wheelOne), calc(var(--posMult) * -8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelTwo), calc(var(--posMult) * 8px) calc(var(--posMult) * 4px) var(--shadowSpread) var(--wheelThree);
    }
}