section:nth-last-of-type(2n) a {
    color: #96450f
}

section:nth-last-of-type(2n) a:focus,section:nth-last-of-type(2n) a:hover {
    color: #f60
}

section:nth-last-of-type(odd) {
    background-color: #121918
}

section:nth-last-of-type(2n) {
    background-color: #e0e0e0
}

section:nth-last-of-type(odd) h2,section:nth-last-of-type(odd) h3,section:nth-last-of-type(odd) li {
    color: #e0e0e0
}

section:nth-last-of-type(2n) h2,section:nth-last-of-type(2n) h3,section:nth-last-of-type(2n) li:not(:where(.accordion-body li,.sub-accordion-body li)) {
    color: #50443c
}

@font-face {
    font-family: Combine;
    src: url(../fonts/Combine-etendu.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal
}

@font-face {
    font-family: Combine;
    src: url(../fonts/Combine-etendu.ttf) format("truetype");
    font-weight: 100 900;
    font-style: italic
}

.font-alternative * {
    font-family: Combine,sans-serif!important
}

#scrollinfo {
    display: none;
    font-family: monospace;
    font-size: 12px;
    position: fixed;
    top: 1px;
    left: 1px;
    background-color: #fff;
    color: #000;
    z-index: 4;
    border: 1px solid #000;
    opacity: .7
}

section.feature {
    overflow: hidden;
    background-color: #121918;
    position: relative;
    height: 300vw;
    max-height: 3900px
}

section.feature .parallax.composite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

#parparent {
    position: relative;
    max-width: 1300px;
    margin: 0 auto
}

#parallax-1 {
    height: 2331px;
    background-image: url(../images/alyx_parallax_1.webp);
    background-position: top
}

#parallax-3 {
    height: 1160px;
    background-image: url(../images/alyx_parallax_3.png)
}

#parallax-2 {
    height: 964px;
    background-image: url(../images/alyx_parallax_2.webp)
}

#parallax-4 {
    height: 1600px;
    background-image: url(../images/alyx_parallax_4.webp)
}

#parallax-5 {
    bottom: 0;
    top: auto;
    height: 2331px;
    background-image: url(../images/alyx_parallax_5.webp);
    background-position: bottom;
    z-index: 2
}

.staticcomp {
    display: none
}

.type.featureintro {
    position: relative;
    left: 50%;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8vw;
    top: 10vw;
    z-index: 1
}

.type.featureintro>* {
    position: relative;
    left: -50%;
    text-align: center;
    transform: scale(.75)
}

.fade {
    opacity: 0;
    transition: opacity .5s ease
}

.fade.in {
    opacity: 1
}

.fade.out {
    opacity: 0;
    font-size: 1em
}

#expando,.fade.out {
    color: #fff;
    text-shadow: .2rem .2rem .2rem #000
}

#expando {
    font-size: 3.14em;
    letter-spacing: 1em
}

#logotypepreface {
    color: #fff;
    font-size: 2.37em;
    letter-spacing: .15em
}

.title_letter {
    display: inline-block;
    height: auto;
    margin: 0 .187em;
    max-width: 110px;
    max-height: 260px
}

span.title_letter {
    font-size: 10.7em;
    font-weight: 200;
    color: #fff;
    text-shadow: .2rem .2rem .2rem #000
}

@media (min-width: 1300px) {
    #expando {
        font-size:75px
    }

    #logotypepreface {
        font-size: 75px
    }

    span.title_letter {
        margin: 0 47px;
        font-size: 250px
    }

    .type.featureintro {
        top: 130px
    }
}

@media (max-width: 768px) {
    section.feature {
        height:auto!important;
        max-height: none!important
    }

    .parallax.composite {
        display: none;
        z-index: 3
    }

    .staticcomp {
        display: block;
        width: 100vw
    }

    #expando,#logotypecontainer,#logotypepreface {
        display: block;
        text-align: center;
        font-size: 5vw;
        letter-spacing: normal
    }

    #expando {
        font-size: 7vw;
        letter-spacing: .05em
    }

    #logotypecontainer {
        display: flex;
        justify-content: center;
        gap: 5px;
        font-size: 6vw
    }

    span.title_letter {
        font-size: 3.5em
    }

    #textcontain {
        position: absolute;
        top: 20%
    }
}