body {
    background-color: #141b20 !important;
    text-align: center;
    align-items: center;
    margin: 0px;
}

#landing-page-header-wrapper {
    display: flex;
}

#global-footer-cont {
    font-size: 0.8em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

#landingpage {
    max-width: 1650px;
    font-family: poppins;
    color: white;
    display: block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

A:visited {
    color: inherit;
}

.dark-field-bg {
    background-color: #182228;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background-image: url('../../../images/2025/slb_bg_dark.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 35%;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
}

.dark-full-field-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/SlbLanding/full_field_dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-hockey-bg {
    background-color: #182228;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background-image: url('../../../images/2025/SlhLanding/hockey_arena_dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
}

.dark-basketball-bg {
    background-color: #182228;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background-image: url('../../../images/2025/SlbkLanding/arena_dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
}

.dark-football-bg {
    background-color: #182228;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background-image: url('../../../images/2025/SlfLanding/field_dark.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
}

.dark-football-stadium-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/SlfLanding/stadium_dark.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-hex-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/wis-hex-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-basketball-alt-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/SlbkLanding/basketball-court-dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-field-alt-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/slb_bg_dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-sports-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/wis-sports-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-confetti-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../Images/Landing/DarkConfettiBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}

.dark-hockey-rink-bg {
    background-color: #141b20;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/SlhLanding/hockey_rink_dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
}


.landing-page-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(150px, auto));
    width: 100%;
}

.landing-page-grid-item {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.landing-page-grid-action-button {
    grid-column: 1 / -1; /* Span all columns */
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#landing-page-welcome-text {
    flex: 1;
    text-align: left;
    color: white;
    padding: 56px 40px 80px 80px;
}

#landing-page-welcome-image-cont {
    flex: 1;
    padding: 30px;
    padding-right: 80px;
    align-content: center;
    align-items: center;
}

#landing-page-welcome-text h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 52.5px;
}

#landing-page-welcome-text p {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #cbd5e1;
}

#hd-logo {
    width: 50%;
    padding-bottom: 40px;
}

#landing-page-welcome-btn-cont {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    padding: 20px;
}

    #landing-page-welcome-btn-cont a {
        width: auto;
    }

.wis-filled-btn {
    flex: 1;
    background-color: #FFA700;
    color: black !important;
    border: 1px solid #FFA700;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 18px;
    text-align: center;
    text-decoration: none !important;
}

    .wis-filled-btn:hover {
        background-color: #FDE047;
        border: 1px solid #FDE047;
        transition: 1s;
        text-decoration: none !important;
    }

.landing-section-text-cont {
    flex: 1;
    text-align: left;
    align-items: center;
    justify-items: center;
    padding-left: 80px;
    padding-right: 80px;
}

    .landing-section-text-cont h1 {
        font-size: 38px;
        font-weight: 600;
        line-height: 52.5px;
    }

    .landing-section-text-cont p {
        padding-top: 4px;
        font-size: 16px;
        font-weight: 400;
        color: #cbd5e1;
    }

.landing-page-grid-item h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 52.5px;
    margin-bottom: 0px;
}

.landing-page-grid-item p {
    font-size: 16px;
    font-weight: 400;
    color: #cbd5e1;
}

.landing-section-image-cont {
    flex: 1;
}

    .landing-section-image-cont img {
        width: 90%;
        border-radius: 5px;
    }

body#LandingPage a.signupButton:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

body#LandingPage div.alreadyPlaying {
    margin-top: 10px;
    font-size: 12px;
}

    body#LandingPage div.alreadyPlaying span {
        padding-right: 10px;
    }

    body#LandingPage div.alreadyPlaying a {
        color: #FFA700;
    }

        body#LandingPage div.alreadyPlaying a:hover {
            color: #FDE047;
        }

@media screen and (max-width: 935px) {
    #landing-page-welcome-image-cont {
        display: none;
    }

    .landing-page-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 860px) {
    .landing-section-image-cont .row {
        padding-left: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .landing-section-image-cont {
        margin-top: 30px;
    }

    .dark-hex-bg,
    .dark-football-stadium-bg,
    .dark-confetti-bg,
    .dark-basketball-alt-bg,
    .dark-full-field-bg,
    .dark-hockey-rink-bg {
        flex-direction: column-reverse;
    }

    .dark-sports-bg {
        flex-direction: column;
    }

    .dark-confetti-bg, .dark-football-stadium-bg img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 765px) {
    #game-banner-overlay {
        display: none;
    }

    #landing-page-welcome-text {
        padding-bottom: 40px;
    }

    .dark-hex-bg,
    .dark-sports-bg,
    .dark-confetti-bg {
        padding-top: 40px !important;
    }

    #landing-page-welcome-text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .landing-section-text-cont {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .landing-section-image-cont .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .landing-page-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(150px, auto));
    }
}

@media screen and (max-width: 475px) {
    #landing-page-welcome-btn-cont {
        flex-direction: column;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #landing-page-welcome-btn-cont a {
            margin-top: 15px;
        }
}
