
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.body {
    text-indent: 2em;
}

a {
    font-weight: 700;
}

a:link {
    color: #0099FF;
    text-decoration: none;
    transition: all 0.3 ease-out;
}

a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #ff9100;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

:root:has(.no-doc-scroll) {
    overflow:hidden;
  }

@font-face {
    font-family: "Jellee";
    src:
        local("Jellee"),
        url("../fonts/Jellee-Roman.otf") format("opentype");
}

h3 {
    font-family: 'Jellee', sans-serif;
}

h2 {
    font-family: 'Jellee', sans-serif;
}

.no-scroll {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
    background: #000;
}

header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 200px;
    transition: 0.5s ease;
}

header .brand {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #00000098 2px 2px 0px;
}

header .navigation {
    position: relative;
}

header .navigation .navigation-items a {
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #00000098 2px 2px 0px;
    margin-left: 30px;
    transition: 0.3s ease;
}

header .navigation .navigation-items a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 0;
    height: 3px;
    bottom: -3px;
    left: 0;
    transition: 0.3s ease;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.578);
}

header .navigation .navigation-items a:hover:before {
    width: 100%;
}

.cheddar-logo {
    width: 200px;
    height: 200px;
    background: url(../images/cheddar_beach_icon_text_border.png) no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
    z-index: 800;
}

section {
    /*padding: 100px 200px;*/
    overflow: hidden;
    border-bottom: 8px solid #000;
}

.home {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: max(100vh, 800px);
    max-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url(../images/bg/cb_mood_burgers_01_1000_yellow.png) repeat #FFD359;
    background-position: 50% 50%;
    background-size: 1000px 1000px cover;
}

/*
.home:before {
    z-index: 777;
    content: '';
    position: absolute;
    background: rgba(3, 96, 251, 0.5);
    background: #ffba0ab5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
*/

.home .content {
    z-index: 888;
    color: #fff;
    width: 70%;
    margin-top: 50px;
    display: none;
}

.home .content.active {
    display: block;
}

.home .content h1 {
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 75px;
    margin-bottom: 40px;
    text-shadow: #00000098 3px 3px 0px;
}

.home .content h1 span {
    font-size: 1.2em;
    font-weight: 600;
}

.home .content p {
    margin-bottom: 65px;
    font-weight: 500;
    text-shadow: #00000098 1px 1px 2px;
}

.home .content a {
    background: #fff;
    padding: 13px 35px;
    color: #000000;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    border: #000 solid 3px;
    box-shadow: 5px 5px 0px rgb(1 1 1 / 20%);
    transition: 0.2s ease;
}

.home .content a:hover {
    color: #000000;
    background: #c4e6ff;
}

.home .media-icons {
    z-index: 888;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
}

.home .media-icons a {
    color: #fff;
    font-size: 1.6em;
    transition: 0.3s ease;
}

.home .media-icons a:not(:last-child) {
    margin-bottom: 20px;

}

.home .media-icons a:hover {
    transform: scale(1.3);
}

.home video {
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .title-container {
    text-align: center;
    padding-top: 4em;
}

.title-trailer {
    width: 800px;
    margin: 0 auto;
    max-width: 100vw;
}

.title-trailer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-cta {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    min-height: 60px;
    margin: 0.5em 0;
}

.title-cta h2 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
    paint-order: stroke markers;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: black;
    text-shadow: rgba(1, 1, 0, 0.3) 5px 5px;
}

.title-tagline {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Jellee', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 0.5em 0;
}

.title-stores {
    padding: 0.5em 0;
}

.title-stores img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    margin: 0.5em;
}

.slider-navigation {
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: translateY(80px);*/
    position: absolute;
    /*margin-bottom: 10px;*/
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 50px;
}

.slider-navigation .nav-btn {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
    background: #2696e9;
}

.slider-navigation .nav-btn:not(:last-child) {
    margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
    transform: scale(1.4);
}

.video-slide {
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}

.video-slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s ease;
    transition-property: clip-path;
}

.screen {
    position: relative;
    padding: 170px 40px;
    width: 100%;
    min-height: max(100vh, 800px);
    display: flex;
    justify-content: center;
    flex-direction: row;
    /*background: #ffba0a;*/
}

.screen .content {
    color: #fff;

    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;

    max-width: 750px;
    max-height: initial;

    /*background-color: rgba(100, 127, 216, 0.3);*/
}

.screen .side_left {
    margin-right: auto;
}

.screen .side_right {
    margin-left: auto;
}

.screen .content-title {
    display: flex;
    justify-content: center;
    flex-direction: column;

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.screen h2{
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 75px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: #00000098 3px 3px 0px;
}

.screen .header h2{
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow:none;
}

.screen .content .container {
    color:#000;
    background-color: #fff;
    border: #000 solid 8px;
    box-shadow: 10px 10px 0px rgb(1 1 1 / 20%);

    padding: 2em;

    display: flex;
    justify-content: center;
    flex-direction: column;

    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

.screen .content .container-side {
    flex-direction: row;
}

.container-side-pos {
    position: relative;
}

.screen .content .container .header {
    flex-grow: 0;
}

.screen .content .container .body {
    flex-grow: 1;
}

.screen .content .container .shop-row {
    flex-grow: 1;
    text-align: center;
}

.banner {
    position: relative;
    padding: 2em;
    width: 100%;
    min-height: 200px;
    /*min-height: max(50vh, 200px);*/
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.banner .content {
    z-index: 111;

    color: #fff;

    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;

    max-width: 750px;
    max-height: initial;
}

.banner-mail {
    background: #6323B0;
}

.banner-mail:before {
    content: '';
    background: url(../images/bg/cb_mood_burgers_01_1000_yellow.png) repeat;
    background-position: 50% 50%;
    opacity: 0.3;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.container .body {

}

.container .body p {
    margin-bottom: 1em;
}

.container .signature {
    font-family: 'Jellee', sans-serif;
    font-size: 30px;
    text-indent: initial;
}

.content_side
{
    width: 130px;
    /*background-color: blueviolet;*/
    flex-basis: auto;
    flex-grow: 0.2;
    flex-shrink: 0;
}

.content_main
{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 0.8;
    flex-basis: auto;

    /*background-color: greenyellow;*/
}

.side_container
{
    position: relative;
}

.side_hamston {
    position: absolute;
    left:-270px;
    width: 300px;
    height: 600px;
    max-height: 750px;
    /*background-color: darkred;*/
}

.side_hamston img {
    /*position: absolute;
    left:0;
    top:0;
    width: 387px;
    height: 795px;*/
    display: block;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.side_bryson {
    position: absolute;
    right:-100px;
    width: 300px;
    height: 500px;
    max-height: 750px;
    /*background-color: darkred;*/
}

.side_bryson img {
    display: block;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.side_bryson_face {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
}

.side_bryson_bubble {
    position: absolute;
    left: 20px;
    top: -130px;
    bottom: initial;
}

.trailer-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.9);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    opacity: 0;
    display: none;

    z-index: 1000;
    transition: 1.0s ease;
}

.trailer-screen.trailer-active
{
    opacity: 1;
    display: flex;
}

.trailer-title {
    padding-bottom: 1em;
}

.trailer-title h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #FFF;
    paint-order: stroke markers;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: black;
    text-shadow: rgba(1, 1, 0, 0.3) 5px 5px;
}

.video-container {
    width: 70%;
    /*max-height: min(100vh, 50%);*/
    aspect-ratio: 16 / 9;
  }
  
.video {
    width: 100%;
    height: 100%;
}

.gallery-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    opacity: 0;
    display: none;

    z-index: 1000;
    transition: 1.0s ease;
}

.gallery-screen-active {
    opacity: 1;
    display: flex;
}

.gallery-art-container {
    max-width: 80%;
    max-height: 80%;
    display: flex;
}

img.gallery-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.screen.shop {
    background: #ff26e2;
    /*background: url(../images/pattern_thugjacker_01_512.png) repeat #ff26e2;
    background-attachment: fixed;*/
}

.screen.shop.bg:before {
    background: url(../images/bg/bg-records-exterior.png) repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.screen.about {
    background: #FFD359;
    /*background: url(../images/pattern_thugjacker_01_512.png) repeat #ffba0a;
    background-attachment: fixed;*/
}

.screen.about.bg:before {
    background: url(../images/bg/cb_mood_burgers_01_1000_yellow.png) repeat;
    background-position: 50% 50%;
    background-size: 1000px 1000px;
    opacity: 0.7;
}

.screen.gallery {
    background: #009511;
    /*background: url(../images/pattern_thugjacker_01_512.png) repeat #009511;
    background-attachment: fixed;*/
}

.screen.gallery.bg:before {
    background: url(../images/bg/bg-home-exterior.png) repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.gallery-thumbs {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap:wrap;
    gap: 12px;
}

.art {
    width: 250px;
    min-height: 140px;
    flex-grow: 0;
    /*background-color: #009511;*/
    margin: auto;
}

.art img {
    width: 100%;
    height: auto;
}

.screen.community {
    background: #0033cc;
    /*background: url(../images/pattern_thugjacker_01_512.png) repeat #402b8a;*/
    /*background-attachment: fixed;*/
}

.screen.community:before {
    content: '';
    background: url(../images/pattern_thugjacker_01_512.png) repeat;
    background-position: 50% 50%;
    opacity: 0.3;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.screen.bg .content {
    z-index: 111;
}

.screen.gallery .container {
    text-align: center;
}

.screen.gallery img {
    /*width: 250px;*/
    /*max-width: 250px;*/
    height: auto;
    border: #000 solid 3px;
    box-shadow: 5px 5px 0px rgb(1 1 1 / 20%);
    transition: 0.3s ease;
}

.screen.gallery img:hover {
    border: #ff9100 solid 3px;
}

.screen.fixed.bg:before {
    background-attachment: fixed;
}

.screen.bg:before {
    content: '';
    /*background: url(../images/pattern_thugjacker_01_512.png) repeat;*/
    background-position: 50% 50%;
    opacity: 0.3;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.bg-scroll {
       animation: aniBgScroll 40s linear infinite;
}

.bg-scroll-before:before {
    animation: aniBgScroll 40s linear infinite;
}


@keyframes aniBgScroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 1000px;
    }
}

.steam-widget iframe {
    width: 100%;
}

.discord-widget {
    width: 350px;
    margin: auto;
}

.discord-widget iframe {
    box-shadow: 10px 10px 0px rgb(1 1 1 / 20%);
}

.sokay-logo {
    background: url(../images/sokay_logo_icon.png) no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 999;
}

footer {
    /*height: 300px;
    min-height: 300px;*/
    /*background: #000;*/
    min-height: 120px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

footer:before {
    content: '';
    /*background: url(../images/pattern_thugjacker_01_512.png) repeat;*/
    background: #0033CC;
    background-position: 50% 50%;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

footer .content {
    /*display: none; initially*/
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-items a {
    position: relative;
    color: #0099FF;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    margin: 20px;
    transition: 0.3s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-items a:hover {
	color: #FF9900;
}

footer .footer-items a:before {
    background: #222;
    height: 5px;
}

footer .footer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 1em;
}

footer .morefromsokay {
    width: 100%;
    height: fit-content;
    text-align: center;
    margin: 10px 0;
}

footer .copyright {
    font-family: 'Jellee', sans-serif;
    width: 100%;
    height: fit-content;
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
    transition: 0.5s ease;
    z-index: 999;
}

@media (max-width: 1040px){

    .cheddar-logo {
        width: 120px;
        height: 120px;
        top: 10px;
    }

    header .brand {
        display: none;
    }

    section {
        padding: 10vh 10vw;
    }

    .screen {
        padding: 10em 1em;
        min-height: 90vh;
    }

    .screen .content {
        min-height: 32em;
    }

    .screen .content .container {
        padding: 1em;
    }

    .home {
        min-height: 90vh;
    }

    .home .media-icons {
        right: 15px;
    }

    .home .content h1 {
        font-size: 2em;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1.5em;
        margin-bottom: 20px;
        text-shadow: #00000098 3px 3px 0px;
    }
    
    .home .content h1 span {
        font-size: 1.3em;
        font-weight: 600;
    }

    .title-trailer {
        max-width: 80vw;
    }

    .title-trailer img {

    }

    .title-cta h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .video-container {
        width: 90vw;
    }

    .title-stores img {
        max-width: 30vh;
    }    

    .content_side {
        display: none;
    }

    .content_main {
        position: initial;
    }

    /* FIX FOR CHROME ANDROID OUTLINES */
    .title-cta h2 {
        paint-order:initial;
        -webkit-text-stroke-width: 2px;
    }

    .trailer-title h2 {
        paint-order:initial;
        -webkit-text-stroke-width: 2px;
    }

    .side_hamston {
        transform: scale(0.8);
        left: -80px;
        bottom: -220px;
    }

    .container-side-pos {
        position: initial;
    }

    .side_bryson {
        position: absolute;
        right: -10px;
        bottom: 50px;
        transform: scale(0.8);
    }

    .side_bryson_face {
        left: 0;
        bottom: -100px;
        width: 300px;
        height: 300px;
    }
    
    .side_bryson_bubble {
        position: absolute;
        left: -10px;
        top: initial;
        bottom: -50px;
        transform: scale(0.5);
    }

    header .navigation {
        /*display: none; initially*/
        display: none;
    }

    header .navigation.active {
        /*display: none; initially*/
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(1, 1, 0, 0.5);
    }

    header .navigation.active .navigation-items {
        background: #fff;
        width: 600px;
        max-width: 600px;
        margin: 20px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    }

    header .navigation .navigation-items a {
        color: #222;
        font-size: 1.2em;
        margin: 20px;
        text-shadow: none;
    }

    header .navigation .navigation-items a:before {
        background: #222;
        height: 5px;
        box-shadow: none;
    }

    .menu-btn {
        /*background: url('../svg/bars.svg') no-repeat;*/
        -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjUuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTAgOTZDMCA3OC4zIDE0LjMgNjQgMzIgNjRINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyQzE0LjMgMTI4IDAgMTEzLjcgMCA5NnpNMCAyNTZjMC0xNy43IDE0LjMtMzIgMzItMzJINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyYy0xNy43IDAtMzItMTQuMy0zMi0zMnpNNDQ4IDQxNmMwIDE3LjctMTQuMyAzMi0zMiAzMkgzMmMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMkg0MTZjMTcuNyAwIDMyIDE0LjMgMzIgMzJ6Ii8+PC9zdmc+);
        /*mask-image: url(../svg/bars.svg);*/
        mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjUuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTAgOTZDMCA3OC4zIDE0LjMgNjQgMzIgNjRINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyQzE0LjMgMTI4IDAgMTEzLjcgMCA5NnpNMCAyNTZjMC0xNy43IDE0LjMtMzIgMzItMzJINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyYy0xNy43IDAtMzItMTQuMy0zMi0zMnpNNDQ4IDQxNmMwIDE3LjctMTQuMyAzMi0zMiAzMkgzMmMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMkg0MTZjMTcuNyAwIDMyIDE0LjMgMzIgMzJ6Ii8+PC9zdmc+);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-size: contain;
        background-color: #ffffff;
        background-size: 30px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor:pointer;
        transition: 0.3s ease;
        fill:#fff;
        position: fixed;
        right: 10px;
        top: 10px;
    }

    .menu-btn.active {
        z-index: 999;
        /*background: url(../svg/square-xmark.svg);*/
        -webkit-mask-image: url(../svg/square-xmark.svg);
        mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgRnJlZSA2LjUuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIChJY29uczogQ0MgQlkgNC4wLCBGb250czogU0lMIE9GTCAxLjEsIENvZGU6IE1JVCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTY0IDMyQzI4LjcgMzIgMCA2MC43IDAgOTZWNDE2YzAgMzUuMyAyOC43IDY0IDY0IDY0SDM4NGMzNS4zIDAgNjQtMjguNyA2NC02NFY5NmMwLTM1LjMtMjguNy02NC02NC02NEg2NHptNzkgMTQzYzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDQ3IDQ3IDQ3LTQ3YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwczkuNCAyNC42IDAgMzMuOWwtNDcgNDcgNDcgNDdjOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlzLTI0LjYgOS40LTMzLjkgMGwtNDctNDctNDcgNDdjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwcy05LjQtMjQuNiAwLTMzLjlsNDctNDctNDctNDdjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45eiIvPjwvc3ZnPg==);
        background-size: 25px;
        background-position: center;
        transition: 0.3s ease;
    }

    /*.home video {
        object-fit:contain;
        top:-25%;
        left:-25%;
        width: 150%;
        height: 150%;
    }*/

    .screen h2{
        font-size: 1.2em;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1.5em;
        margin-bottom: 10px;
        text-align: center;
        text-shadow: #00000098 3px 3px 0px;
    }

    footer .footer-content {
        position: absolute;
        bottom: 0;
        left: 0.5em;
        margin-left: 0.5em;
        margin-bottom: 0.5em;
    }
    
    footer .morefromsokay {
        text-align: left;
        margin-bottom: 2em;
        /*width: 100%;
        height: fit-content;
        margin: 10px 0;*/
    }

    footer .copyright {
        font-size: 0.8em;
        text-align: left;

        /*
        width: fit-content;
        height: fit-content;
        
        margin: 10px 0;
        
        position: absolute;
        left: 1em;
        bottom: 1em;*/
    }

}

@media (max-width: 800px){
    .art {
        width: 60vw;
    }
}

.press-grid-main {
    background: #0099FF;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1rem;
}

.press-grid-left {
    background: #ff26e2;
}

.press-grid-right {
    background: #1bfb50;
}

/* NEWSLETTER */

.newsletter {
    text-align: center;
    margin: 1em 0;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
    font-size:1.2em;
    font-weight:normal;
    
    width: 16em;
    margin: 0.5em auto;
    padding:0.5em 1em;
    
    border: medium none;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    
    color: #fff;
    background: #114DFF;
    
    transition: all 0.2s ease-out;
}

.newsletter input[type="text"]:hover, .newsletter input[type="email"]:hover {
    background:#0099FF;
}

.newsletter input[type="submit"] {
    font-family: Century Gothic, Verdana, Helvetica, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin: 4px auto;
    padding: 0.5em 1em;
    border: medium none;
    border-radius: 10px;
    background: #FF9900;
    color: #fff;

    transition: all 0.2s ease-out;
}

.newsletter input[type="submit"]:hover {
    background:#FFD83A;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #F00 !important;
    margin: 0 auto !important;
    width: 30em;
    min-height: 2em;
    line-height: 2em;
    border-radius: 1em;
}