@import url('./header.css');
@import url('./footer.css');
@import url('./common-style.css');


img {
    line-height: 0px;
    margin-bottom: 0;
    text-decoration: none;
    padding-bottom: 0;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.news-section {
    background-color: #000;
    /*background-image: url('../img/BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    */
    width: 100%;
    height: fit-content;
    min-height: 720px;
    overflow: hidden;
    padding: 0px;
}

.news-section .news-grid {
    display: inline;
    position: relative;
    width: 100%;
    height: fit-content;
}


.games-grid {
    padding: 20px 20px 60px 20px;
    text-align: center;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.games-grid .game-box {
    margin: 20px;
    display: inline-block;
    width: 360px;
}

.games-grid .game-box img {
    max-width: 360px;
    height: auto;
}

.news-grid .headline {
    font-family: 'fredoka_oneregular';
    font-weight: bold;
    font-size: 88px;
    padding-top: 60px;
    line-height: 80px;
    color: #ff6e16;
    text-align: center;
    padding-top: 40px;
}

.news-grid .sub-headline {
    font-family: 'Reforma-Light';
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.news-grid .sub-headline-2 {
    font-family: 'Reforma-Light';
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.news-grid .sub-headline-2 a,
.news-grid .sub-headline-2 a:hover,
.news-grid .sub-headline-2 a:link,
.news-grid .sub-headline-2 a:visited,
.news-grid .sub-headline-2 a:active {
    color: #fff;
}



.news-grid .sub-headline .slogan {
    padding-bottom: 20px;
}

.layout {
    width: auto;
    height: fit-content;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}


@media screen and (max-width: 1024px) {
    .news-section {
        background-color: #000;
        background-image: url('../img/BG.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        width: 100%;
        height: fit-content;
        min-height: 110%;
        padding-top: 100px;
        overflow: hidden;
    }

    .news-grid .headline {
        font-size: 64px;
        line-height: 52px;
        padding-top: 0px;
    }

    .news-grid .sub-headline {
        font-size: 24px;
    }

    .games-grid {
        padding: 0px !important;
        width: 100%;
    }

    .games-grid .game-box {
        margin: 20px auto;
        display: inline-block;
    }

    .games-grid .game-box img {
        max-width: 100%;
    }

}
