@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Pirata+One&family=Turret+Road:wght@200;300;400;500;700;800&display=swap');

body{
font-size: 1.1em;
}

.vol-1 {
    background: #000300;
    border-right: 3px double #ffa500;
    color: #ffa500;
}

.mod-logo {
    position: relative;
    display: block;
    width: 95%;
    margin: auto;
}

.vol-2 {
    background: #000809;
    border-right: 3px double #ffa500;
    color: #212529;
}

.vol-3 {
    background: #050505;
    color: #ffa500;
}

.right {
    text-align: right;
    width: 100%;
}

.rotate {
    rotate: -90deg;
    margin-top: calc(100%* 2.5);
    margin-left: 20px;
}

.stack {
    display: grid;
    grid-template-columns: 1fr;
}

.stack span {
    font-weight: bold;
    grid-row-start: 1;
    grid-column-start: 1;
    font-size: 4.2vw;
    --stack-height: calc(100% / var(--stacks) - 1px);
    --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
    --clip-top: calc(var(--stack-height) * var(--index));
    --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
    clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
    animation: stack 725ms cubic-bezier(.46, .29, 0, 1.24) 1 backwards calc(var(--index) * 175ms), glitch 3s ease infinite 2s alternate-reverse;
    color: #212529;
}

.stack span:nth-child(odd) {
    --glitch-translate: 8px;
}

.stack span:nth-child(even) {
    --glitch-translate: -8px;
}

@keyframes stack {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        text-shadow: -2px 3px 0 #9ddcfe, 2px -3px 0 #ffa500;
    }
    60% {
        opacity: 0.5;
        transform: translateX(50%);
    }
    80% {
        transform: none;
        opacity: 1;
        text-shadow: 2px -3px 0 #9ddcfe, -2px 3px 0 #ffa500;
    }
    100% {
        text-shadow: none;
    }
}

@keyframes glitch {
    0% {
        text-shadow: -2px 3px 0 #ffa500, 2px -3px 0 #9ddcfe;
        transform: translate(var(--glitch-translate));
    }
    2% {
        text-shadow: 2px -3px 0 #ffa500, -2px 3px 0 #9ddcfe;
    }
    4%, 100% {
        text-shadow: none;
        transform: none;
    }
}

.turret-road-extralight {
    font-family: "Turret Road", serif;
    font-weight: 200;
    font-style: normal;
}

.turret-road-light {
    font-family: "Turret Road", serif;
    font-weight: 300;
    font-style: normal;
}

.turret-road-regular {
    font-family: "Turret Road", serif;
    font-weight: 400;
    font-style: normal;
}

.turret-road-medium {
    font-family: "Turret Road", serif;
    font-weight: 500;
    font-style: normal;
}

.turret-road-bold {
    font-family: "Turret Road", serif;
    font-weight: 700;
    font-style: normal;
}

.turret-road-extrabold {
    font-family: "Turret Road", serif;
    font-weight: 800;
    font-style: normal;
}

.pirata-one-regular {
    font-family: "Pirata One", serif;
    font-weight: 400;
    font-style: normal;
}


.orbitron-400 {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


h1 {
    font-size: 6vw;
    /*text-shadow: -2px 3px 0 #212529, 2px -3px 0 #dadadd;*/
    color: #ffa500;
}

.h1 {
    font-size: 3vw;
    /*text-shadow: -2px 3px 0 #212529, 2px -3px 0 #dadadd;*/
    color: #ffa500;
}

.h2 {
    font-size: 2vw;
    /*text-shadow: -2px 3px 0 #212529, 2px -3px 0 sandybrown;*/
    color: #ffa500;
}


.h3 {
    font-size: 1.5vw;
}

h4 {
    font-size: 1vw;
    color: #ffa500;
}

.h4 {
    font-size: 1vw;
    color: #ffa500;
}

.h6 {
    font-size: 0.6vw;
}

.mod-footer {
    position: absolute;
    bottom: 0;
    color: #ffa500;
    font-size: 0.6vw;
}

.sander {
    color: #dadadd;
}

.name {
    font-size: 2vw;
}

a {
    /*text-shadow: -2px 3px 0 #000300, 2px -3px 0 sandybrown;*/
    color: #dadadd;
    text-decoration: none;
}

.no-style {
    text-shadow: none !important;
}

a:hover {
    color: #ffa500;
}

.c-default {
    color: #ffa500;
}

.height-100 {
    height: 100px;
}

.footlink {
    margin-left: 0.95em;
}