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

.warning-alert {
    border-radius: 5px;
    background-color: orange;
    height: 30px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#homepage {
    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-sports-bg {
    background-color: #182228;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    background-image: url('../../../images/2025/wis-sports-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
}

.history-sports-bg {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    background-image: url('../../../images/2025/historical-cards.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
}

.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%;
}

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

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

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

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

#front-page-welcome-video-img {
    width: 100%;
    padding-bottom: 40px;
}

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

#front-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;
}

.wis-empty-btn {
    flex: 1;
    background-color: transparent;
    color: white !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-empty-btn:hover {
    background-color: #FFA700;
    border: 1px solid #FFA700;
    transition: 1s;
    text-decoration: none !important;
}

#game-banner-overlay {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: calc(100% - 180px);
    height: 100px;
    background-color: rgba(148,163,184,0.5);
    border-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
}

#game-banner-overlay img {
    flex: 1;
    height: 60px;
    filter: grayscale(1);
    opacity: 0.4;
}

#game-banner-overlay img:hover {
    flex: 1;
    height: 60px;
    filter: grayscale(0);
    opacity: 1.0;
    transition: 0.5s;
    cursor: pointer;
}

#front-page-simleague-text-cont {
    flex: 1;
    text-align: left;
    align-items: center;
    justify-items: center;
    padding-left: 80px;
    padding-right: 80px;
}

#front-page-simleague-text-cont h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 52.5px;
}

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

#front-page-simleague-image-cont {
    flex: 1;
}

#front-page-simleague-image-cont .row {
    display: flex;
    flex-direction: row;
    padding-left: 80px;
}

#front-page-simleague-image-cont .row a {
    flex: 1;
}

.simleague-img-cont {
    border-radius: 8px;
    margin: 10px;
    height: 150px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.simleague-img-cont img {
    margin-top: 25px;
    height: 100px;
}

#frontpage-dynasty-cont {
    display: flex;
    flex-direction: column;
    padding: 80px;
    padding-top: 60px;
    padding-bottom: 30px;
}

#frontpage-dynasty-text {
    flex: 1;
}

#frontpage-dynasty-text h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 52.5px;
}

#frontpage-dynasty-text p {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
}

#frontpage-dynasty-img-cont {
    display: flex;
    flex-direction: row;
}

#frontpage-dynasty-img-cont a {
    flex: 1;
}

.dynasty-img-cont {
    text-align: center;
    height: 180px;
    border-radius: 10px;
    margin: 30px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: center;
    position: relative;
}

    .dynasty-img-cont img {
        height: 140px;
        margin-top: 20px;
    }

.dynasty-coach-img {
    position: absolute;
    bottom: 0px;
    right: -20px;
    height: 160px !important;
}

#gridiron-dynasty-img-cont {
    background-image: url('../../../images/2025/football-field-color.jpg');
}

#hoops-dynasty-img-cont {
    background-image: url('../../../images/2025/basketball-court-color.jpg');
}

#hardball-dynasty-img-cont {
    background-image: url('../../../images/2025/baseball-field-color.jpg');
}

#frontpage-historical-cont {
    display: flex;
    flex-direction: row;
    padding: 80px;
    padding-top: 60px;
    padding-bottom: 50px;
    height: 100%;
    width: 100%;
    background-color: rgba(24,34,40,0.9);
}

#frontpage-historical-text {
    flex: 1;
}

#frontpage-historical-text h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 52.5px;
}

#frontpage-historical-text p {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
}

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

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

    #front-page-simleague-image-cont{
        margin-top:30px;
    }

    .dark-hex-bg {
        flex-direction: column-reverse;
    }
}

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

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

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

    #frontpage-dynasty-img-cont{
        flex-direction:column;
    }

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

    #front-page-simleague-text-cont {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #front-page-simleague-image-cont .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #frontpage-dynasty-cont {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #frontpage-historical-cont {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

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

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