.home-component-title-lg {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 900, 'wdth' 67.5, 'slnt' 0;
    font-size: 11rem;
    color: #FFD753;
    line-height: 7rem;
    letter-spacing: -3px;
    text-shadow: 1px 2px 2px black;
}
.home-component-title-med {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 900, 'wdth' 67.5, 'slnt' 0;
    font-size: 6rem;
    color: #FFD753;
    line-height: 4rem;
}
.home-component-subtitle-lg {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
    font-size: 2rem;
    color: white;
    text-shadow: 1px 2px 2px black;
}
.home-component-subtitle-med {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 350, 'wdth' 100, 'slnt' 0;
    font-size: 1.5rem;
    color: white;
    line-height: 2rem;
}
.home-component-subtitle-sm {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
    font-size: 1.5rem;
    color: white;
}
.home-slide-info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.home-slide-info-column {
    min-width: 500px;
    width: 500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 20px;
}
.home-slide-title {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
    font-size: 3rem;
    color: #FFD753;
    padding: 5px 0px;
}
.home-current-article-card {
    background-color: #142229;
    color: #FFFFFF;
    position: relative;
    flex-direction: column;
    /* min-width: 0; */
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid #458082;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}
.home-banner-component {
    background: #0E161D;
    background-image: url("/images/HomeFullWidth/center_main_header_2400.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}
.home-banner-component-mobile {
    background: #0E161D;
    background-image: url("/images/HomeFullWidth/center_main_header_mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}
.home-banner-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
}
.home-banner-button {
    margin: 20px;
}
.home-news-component {
    background: rgb(14,22,29);
    background: linear-gradient(180deg, rgba(14,22,29,1) 0%, rgba(37,51,47,1) 18%, rgba(46,67,61,1) 33%, rgba(50,77,68,1) 46%, rgba(41,62,55,1) 66%, rgba(25,39,40,1) 84%, rgba(24,37,38,1) 100%);
    padding-bottom: 50px;
}
.home-news-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-news-label {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 800, 'wdth' 67.5, 'slnt' 0;
    font-size: 2.5rem;
    color: #FFD753;
}
.home-video-component {
    background: rgb(19,35,48);
    background:  linear-gradient(180deg, rgba(14,22,29,1) 0%, rgba(37,51,47,1) 18%, rgba(46,67,61,1) 33%, rgba(41,62,55,1) 66%, rgba(25,39,40,1) 84%, rgba(24,37,38,1) 100%);
}
.home-video-component-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-video-iframe {
    padding: 25px;
}
.home-component-column-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 670px;
    height: 800px;
    padding-top: 30px;
}
.home-component-column-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 450px;
    height: 800px;
    padding-top: 30px;
}
.home-component-column-left-domworld {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 670px;
    height: 800px;
}
.home-component-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7); 
    border-radius: 1.5rem;
    width: 525px;
    height: 130px;
    margin: 10px;
}
.home-component-card-img-container{
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 1.5rem;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.home-component-card-column {
    display: flex;
    flex-direction: column;
}
.home-component-card-title {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 800, 'wdth' 67.5, 'slnt' 0;
    font-size: 1.75rem;
    color: #FFD753;
    line-height: 2rem;
}
.home-component-button-container {
    margin: 10px;
}
.home-component-card-button {
    margin-top: 25px;
    padding: 10px 20px;
    line-height: 2.5rem;
}
.home-component-card-text {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 250, 'wdth' 100, 'slnt' 0;
    font-size: 1.25rem;
    color: white;
    line-height: 1.25rem;
}
.home-domworld-component {
    background-color: #182627;
    background-image: url("/images/HomeFullWidth/DW_Play_content.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}
.home-domworld-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 650px;
}
.home-domworld-logo {
    margin-bottom: 15px;
    width: 700px;
}
.home-store-component {
    background-color: #182627;
    background-image: url("/images/HomeFullWidth/store_bg_w_market.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.home-store-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.home-play-component {
    background-color: #182627;
    background-image: url("/images/HomeFullWidth/play2_bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.home-play-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.home-dom-component {
    background-color: #182627;
    background-image: url("/images/HomeFullWidth/DomiNations_BG.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.home-dom-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.home-ages-component {
    background-color: #182627;
    background-image: url("/images/HomeFullWidth/Ages_BG_lg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.home-ages-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.home-stats-component {
    background-color: #182627;
    background-image: url("/images/HomeFullWidth/stat_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.home-stats-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.home-component-img-ages {
    border: 5px solid white;
}
.home-news-component-mobile-button-flex {
    display: none;
  
}
.home-store-mobile {
    display: none;
}
.home-stats-mobile-subtitle {
    display: none;
}
.home-stats-mobile {
    display: none;
}
.home-dom-mobile-subtitle {
    display: none;
}
.home-socials-component {

}
.home-socials-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-component-button-socials {
    height: 2rem;
}
/*  ------- Reactive Sizing -------  */


/* Mobile Screen */
@media screen and (max-width: 790px) {
    .home-mobile-remove {
        display: none;
    }
    .home-slide-bg-large {
        display: none !important;
    }
    .home-carousel-inner {
        height: 460px;
    }
    .home-slide-info {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
    }
    .home-slide-info-column {
        min-width: 320px;
        width: 320px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 30px;
    }
    .home-news-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .home-news-label {
        font-family: "acumin-variable", sans-serif;
        font-variation-settings: 'wght' 800, 'wdth' 67.5, 'slnt' 0;
        font-size: 2.5rem;
        color: #FFD753;
        font-size: 4rem;
        line-height: 4rem;
    }
    .home-current-article-card {
        width: 325px;
        height: 175px;
        flex-direction: row;
        display: flex;

    }
    .home-current-article-img{
        height: 175px;
        width: 175px;
    }
    .flex-grow-1 {
        flex-grow: 1 !important;
        display: none;
    }
    .home-video-iframe {
        display: none;
    }
    .home-component-title-lg {
        font-size: 4rem;
        line-height: 4rem;
    }
    .home-component-subtitle-lg {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .home-component-subtitle-med {
        font-size: 1rem;
        line-height: 1.25rem;
        text-shadow: 1px 1px black;
        text-align: center;
    }
    .home-component-subtitle-sm {
        font-size: 1.25rem;
    }
    .home-component-img-column {
        display: none;
    }
    .home-component-img-ages {
        width: 320px;
    }
    .home-banner-component {
        background: #0E161D;
        background-image: url("/images/HomeFullWidth/center_main_header_medium.jpg");
        background-position: center;
        background-repeat: no-repeat;
        height: 650px;
    }
    .home-banner-component-mobile {
        background: #0E161D;
        background-image: url("/images/HomeFullWidth/center_main_header_mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        height: 650px;
    }
    .home-component-title-med {
        font-size: 3rem;
    }
    .home-news-component {
        padding-bottom: 0px;
    }
    .home-current-news {
        display: none;
    }
    .home-news-component-mobile-button-flex {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .home-domworld-component {
        background-color: #182627;
        background-image: url("/images/HomeFullWidth/DW_Play_content_mobile.jpg");
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .home-domworld-flex {
        margin: 0px 10px;
        /* width: 320px; */
        align-items: center;
        justify-content: center;
        height: 500px;
    }
    .home-component-column-left-domworld {
        width: 320px;
        align-items: center;
        justify-content: flex-end;
        height: 500px;
    }
    .home-domworld-logo {
        width: 300px;
    }
    .home-store-component {
        height: 614px;
        background-image: url("/images/HomeFullWidth/store_bg_w_market_mobile.jpg");
    }
    .home-store-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-store-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 320px;
    }
    .home-component-card {
        width: 320px;
        margin: 5px;
        padding: 5px;
    }
    .home-component-card-title {
        font-size: 1rem;
        line-height: 1rem;
    }
    .home-component-card-text {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .home-component-card-button {
        margin: 10px;
    }
    .home-component-column-right {
        width: 320px;
        align-items: center;
    }
    .home-stats-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 414px;
    }
    .home-component-column-left {
        width: 320px;
        align-items: center;
    }
    .home-stats-component {
        height: 414px;
        background-image: url("/images/HomeFullWidth/stat_bg_mobile.jpg");
    }
    .home-stats-mobile-subtitle {
        display: flex;
    }
    .home-stats-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 320px;
    }
    .home-dom-mobile-subtitle {
        display: flex;
    }
    .home-dom-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-dom-component {
        height: 614px;
        background-image: url("/images/HomeFullWidth/DomiNations_BG_mobile.jpg");
    }
    .home-ages-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-ages-component {
        height: 614px;
        /* background-image: url("/images/HomeFullWidth/Ages_BG_mobile.jpg"); */
    }
    .home-component-img-ages {
        margin-top: 115px;
    }
    .home-play-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-play-component {
        height: 614px;
        background-image: url("/images/HomeFullWidth/DW_play_mobile.jpg");
    }
    .home-component-button-stores {
        width: 150px;
    }
}

/* Small Screen */
@media screen and (min-width: 791px) and (max-width: 1049px) {
    .home-mobile-remove {
        display: none;
    }
    .home-slide-bg-large {
        display: none !important;
    }
    .home-carousel-inner {
        height: 460px;
    }
    .home-slide-info {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
    }
    .home-slide-info-column {
        min-width: 320px;
        width: 320px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin: 30px;
    }
    .home-news-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .home-news-label {
        font-family: "acumin-variable", sans-serif;
        font-variation-settings: 'wght' 800, 'wdth' 67.5, 'slnt' 0;
        font-size: 2.5rem;
        color: #FFD753;
        font-size: 4rem;
        line-height: 4rem;
    }
    .home-current-article-card {
        width: 525px;
        height: 175px;
        flex-direction: row;
        display: flex;

    }
    .home-current-article-img{
        height: 175px;
        width: 175px;
    }
    .flex-grow-1 {
        flex-grow: 1 !important;
        display: none;
    }
    .home-video-iframe {
        display: none;
    }
    .home-component-title-lg {
        font-size: 4rem;
        line-height: 4rem;
    }
    .home-component-subtitle-lg {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .home-component-subtitle-med {
        font-size: 1rem;
        line-height: 1.25rem;
        text-shadow: 1px 1px black;
        text-align: center;
    }
    .home-component-subtitle-sm {
        font-size: 1.25rem;
    }
    .home-component-img-column {
        display: none;
    }
    .home-component-img-ages {
        width: 500px;
    }
    .home-banner-component {
        background: #0E161D;
        background-image: url("/images/HomeFullWidth/center_main_header_medium.jpg");
        background-position: center;
        background-repeat: no-repeat;
        height: 650px;
    }
    .home-banner-component-mobile {
        background: #0E161D;
        background-image: url("/images/HomeFullWidth/center_main_header_mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        height: 650px;
    }
    .home-component-title-med {
        font-size: 3rem;
    }
    .home-news-component {
        padding-bottom: 0px;
    }
    .home-current-news {
        display: none;
    }
    .home-news-component-mobile-button-flex {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .home-domworld-flex {
        margin: 0px 10px;
        width: 520px;
        align-items: center;
        justify-content: center;
        height: 500px;
    }
    .home-domworld-component {
        background-color: #182627;
        background-image: url("/images/HomeFullWidth/DW_Play_content_mobile.jpg");
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .home-component-column-left-domworld {
        width: 520px;
        align-items: center;
        justify-content: flex-end;
        height: 500px;
    }
    .home-domworld-logo {
        width: 400px;
    }
    .home-store-component {
        height: 614px;
        background-image: url("/images/HomeFullWidth/store_bg_w_market_mobile.jpg");
    }
    .home-store-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-store-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 520px;
    }
    .home-component-card {
        width: 520px;
        margin: 5px;
        padding: 5px;
    }
    .home-component-card-title {
        font-size: 1rem;
        line-height: 1rem;
    }
    .home-component-card-text {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .home-component-card-button {
        margin: 10px;
    }
    .home-component-column-right {
        width: 520px;
        align-items: center;
    }
    .home-stats-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 414px;
    }
    .home-component-column-left {
        width: 520px;
        align-items: center;
    }
    .home-stats-component {
        height: 414px;
        background-image: url("/images/HomeFullWidth/stat_bg_mobile.jpg");
    }
    .home-stats-mobile-subtitle {
        display: flex;
    }
    .home-stats-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 520px;
    }
    .home-dom-mobile-subtitle {
        display: flex;
    }
    .home-dom-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-dom-component {
        height: 614px;
        background-image: url(/images/HomeFullWidth/DomiNations_BG_mobile.jpg);
    }
    .home-ages-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-ages-component {
        height: 614px;
        /* background-image: url("/images/HomeFullWidth/Ages_BG_mobile.jpg"); */
    }
    .home-component-img-ages {
        margin-top: 80px;
    }
    .home-play-flex {
        margin: 0px 10px;
        flex-direction: column;
        align-items: center;
        height: 614px;
    }
    .home-play-component {
        height: 614px;
        background-image: url("/images/HomeFullWidth/DW_play_mobile.jpg");
    }
    .home-component-button-stores {
        width: 150px;
    }
}

/* Medium Screen */
@media screen and (min-width: 1050px) and (max-width: 1280px) {
    .home-banner-logo {
        width: 300px;
    }
    .home-slide-bg-small {
        display: none !important;
    }
    .home-carousel-inner {
        height: 650px;
    }
    .home-current-article-card {
        width: 230px;
        height: 320px;
    }
    .home-current-article-img{
        height: 230px;
        width: 230px;
    }
    .home-video-iframe {
        height: 506px;
        width: 900px;
    }
    .home-component-title-lg {
        font-size: 4rem;
        line-height: 4rem;
    }
    .home-component-subtitle-lg {
        font-size: 2rem;
        line-height: 2rem;
    }
    .home-component-subtitle-med {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .home-component-subtitle-sm {
        font-size: 1.25rem;
    }
    .home-component-img-column {
        display: none;
    }
    .home-component-img-ages {
        width: 500px;
    }
    .home-domworld-logo {
        width: 400px;
    }
    .home-component-column-left-domworld {
        width: 500px;
    }
}

/* Large Screen */
@media screen and (min-width: 1281px) and (max-width: 1680px) {
    .home-slide-bg-small {
        display: none !important;
    }
    .home-carousel-inner {
        height: 650px;
    }
    .home-current-article-card {
        width: 275px;
        height: 365px;
    }
    .home-current-article-img{
        height: 275px;
        width: 275px;
    }
    .home-video-iframe {
        height: 673px;
        width: 1200px;
    }
    .home-component-soldier {
        width: 700px;
    }
    .home-component-img-column {
        display: flex;

    }
    .home-component-img-ages {
        width: 650px;
    }
    .home-domworld-logo {
        width: 600px;
    }
    .home-component-column-left-domworld {
        width: 600px;
    }
}  

  
/* XLarge Screen */
@media screen and (min-width: 1681px) {
    .home-slide-bg-small {
        display: none !important;
    }
    .home-carousel-inner {
        height: 650px;
    }
    .home-current-article-card {
        width: 350px;
        height: 425px;
    }
    .home-current-article-img{
        height: 350px;
        width: 350px;
    }
    .home-video-iframe {
        height: 673px;
        width: 1200px;
    }
}  
