html:not(.cc-seen) header {
    animation-duration: 2s;
    animation-direction: reverse;
    animation-name: shrinkBanner;
}

html:not(.cc-seen) .grid-logoNav-container {
    animation-name: bannav;
    animation-duration: 2s;
    animation-direction: reverse;
}

html:not(.cc-seen) #connectbanner,
html:not(.cc-seen) #coverbanner {
    animation-duration: 2s;
    animation-direction: reverse;
}

html:not(.cc-seen) .connect-banner {
    animation-name: bancon;
}

html:not(.cc-seen) .cover-banner {
    animation-name: bancov;
}

/* Container for middle section */
main {
    height: fit-content;
}

section {
    height: fit-content;
    margin-bottom: 4rem;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 1px;
    margin-bottom: auto;
    flex-wrap: nowrap;
}

.item {
    width: 100%;
    box-shadow: var(--dropshadowLM);
}

.socials {
    align-self: end;
    justify-self: right;
}

ul {
    padding-left: 0;
    list-style-type: none;
    background-color: transparent;
}

article>div>a:link,
article>div>a:visited,
article>a:link,
article>a:visited {
    background-color: transparent;
    color: white;
    padding: 5px 5px;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-shadow: 2px 2px green;
}

a:hover,
a:active {
    color: green;
}

/* Search Container */
#setsearch,
#contact,
#vision {
    width: fit-content;
    min-height: 6rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 1rem;
    background-color: var(--logoSecComp);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#setsearch:hover,
#contact:hover,
#vision:hover,
#setsearch:active,
#contact:active,
#vision:active {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

#setsearch>a>img {
    aspect-ratio: 5/1;
}

#setsearch>a,
#contact>a,
#vision>a {
    height: -webkit-fill-available;
    margin: 0;
    max-width: 100%;
}

#setsearch>a>h2,
#contact>a>h2,
#vision>a>h2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
    margin: 0;
}

#setsearch>a>img,
#contact>a>img,
#vision>a>img {
    object-fit: cover;
    height: calc(100% - 4px);
    margin: 0;
    width: calc(100% - 4px);
    border-radius: 10px;
}

a>img {
    z-index: 11;
}

a>h2 {
    position: relative;
    z-index: 12;
}

/* Up Coming Container */
#releases {
    height: max-content;
}

#additions {
    height: max-content;
}

article>h2 {
    line-height: 2rem;
    margin: 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid red;
}

.thumb>h3 {
    line-height: 1.1rem;
    margin: 0;
}

.thumbgroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.thumb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 95%;
    margin: auto;
}

.container>article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    flex-grow: 1;
    width: 100%;
    max-width: min(94vw, 400px);
    height: fit-content;
    background-clip: padding-box;
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center center;
    border-width: 4px 1px 2px 1px;
    border-color: green;
    border-style: ridge;
    background-repeat: no-repeat;
}

.container>article>a>h2 {
    font-size: large;
}

.container>article>a {
    display: block;
    padding: 0;
}

.thumb>a>img {
    margin: 0 auto;
    max-width: 100%;
}

/* The Social Container */
.socials {
    display: inline;
    flex-flow: row wrap;
    align-self: auto;
    justify-self: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 3rem;
    padding-left: 3rem;
}

.socials ul {
    margin: 0;
}

.socials ul li {
    display: inline;
    padding-left: 0;
    list-style-type: none;
    background-color: transparent;
}

.fa:hover {
    opacity: 0.7;
}

.fa-youtube-square {
    color: rgb(205, 32, 31);
}

.fa-instagram {
    color: #405DE6;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    padding: 2px 4px;
    border-radius: 5px;
}

.fa-facebook-square {
    color: rgb(59, 89, 152);
}

.marquee {
    position: relative;
    overflow: hidden;
}

.marquee-items {
    background: url("/imag/ccset/GALL/HELLFIRE_GALA.webp");
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2560px;
    animation: slideshow 40s linear infinite;
}

@keyframes slideshow {
    100% {
        background-position: 2560px 100%;
    }
}

@keyframes bannav {
    0% {
        height: var(--LogoSize);
        opacity: 0;
    }

    100% {
        height: var(--LogoHeight);
        opacity: 1;
    }
}

@keyframes bannavDesk {
    0% {
        top: 1em;
        height: var(--LogoSize);
        opacity: 0;
    }

    100% {
        top: var(--banNavStart);
        height: var(--LogoHeight);
        opacity: 1;
    }
}

@keyframes bancon {
    0% {
        top: 0em;
        right: min(12em, 29vw);
        height: 2em;
        max-width: var(--banrConnectWidth);
    }

    100% {
        top: 2em;
        right: 2em;
        height: 5em;
        max-width: 76vw;
    }
}

@keyframes banconDesk {
    0% {
        top: 0em;
        right: min(12em, 29vw);
        height: 2em;
        width: 19em;
    }

    100% {
        top: 2em;
        right: var(--banConRtDesk);
        height: auto;
        width: 780px;
        max-width: 780px;
    }
}

@keyframes bancov {
    0% {
        top: 0em;
        right: 1em;
        height: 2em;
        max-width: var(--banrCoverWidth);
    }

    100% {
        top: 6em;
        right: 2em;
        height: 3em;
        max-width: 38vw;
    }
}

@keyframes bancovDesk {
    0% {
        top: 0em;
        right: 1em;
        height: 2em;
        width: 10em;
    }

    100% {
        top: 6em;
        right: var(--banCovRtDesk);
        height: auto;
        width: 479px;
        max-width: 479px;
    }
}

@keyframes shrinkBanner {
    0% {
        height: var(--headerHeight);
    }

    100% {
        height: var(--headerShrink);
    }
}

@keyframes navAreaDesk {
    0% {
        left: 1em;
    }

    100% {
        left: var(--navStart);
    }
}

/* Desktop */
@media only screen and (min-width: 768px) {

    .container>article {
        margin: 6px;
        padding: 20px;
        aspect-ratio: 2/1;
    }

    .container>article>a>h2 {
        font-size: xx-large;
    }

    /* Container for middle section */
    .container {
        margin: auto;
        align-self: center;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }

    article {
        width: 50%;
        max-height: 100%;
        box-shadow: var(--dropshadowLM);
    }
}

@media (orientation: landscape) and (min-width: 1000px) {


    html:not(.cc-seen) .logoNav-area {
        animation-duration: 2s;
        animation-direction: reverse;
        animation-name: navAreaDesk;
    }

    html:not(.cc-seen) .connect-banner {
        animation-name: banconDesk;
    }

    html:not(.cc-seen) .cover-banner {
        animation-name: bancovDesk;
    }

    main {
        display: flex;
        flex-direction: row;
        width: min(1200px, 90vw);
    }

    #clickbox {
        flex-grow: 1;
        margin-top: 6px;
        height: 90vh;
    }

    #imgbox {
        flex-grow: 2;
    }
}

@media (orientation: landscape) and (max-width: 1000px) {
    .container>article {
        width: 40%;
    }

    .container {
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
    }

    article,
    .socials {
        width: 100%;
        margin: auto;
    }

    .socials {
        margin: 0 auto;
        padding: 20px;
    }
}

@media (orientation: portrait) {
    .container>article {
        width: 90vh;
    }

    #setsearch,
    #contact,
    #vision {
        height: 6rem;
    }

    .container {
        margin: 0 auto;
        flex-direction: column;
    }
}