div.homepage
{
}

div.homepage > div
{
    margin-bottom: 30px;
}

div#recentNews
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 2px;
    background: linear-gradient(to bottom, #353844, #424654);
    position: relative;
    text-align: center;
    overflow: hidden;
}

div#recentNews > a
{
    text-decoration: none;
}

div#recentNews h3.recentNews
{
    background-color: #353844;
    text-align: center;
    font-weight: normal;
    color: #4c71b1;
    margin: 0 0 10px 20px;
    border-left: 20px solid transparent;
    border-bottom: 40px solid #22222e;
    height: 0;
    line-height: 40px;
    font-size: 1.2em;
    padding-right: 40px;
}

@media only screen and (max-width: 940px)
{
    div#firstSpotlightRecentNewsDuo
    {
        display: block;
    }

    div#recentNews
    {
        width: 100%;
        margin-top: 10px;
        height: unset;
    }
}

div#moreNewsAndDiscountsDuo
{
    background-color: #4c71b0;
    margin-bottom: 40px;
}

div#moreNews
{
    border: solid 2px #4c71b0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #22222e;
    position: relative;
    text-align: center;
    margin: 0;
}

div#moreNews > a
{
    text-decoration: none;
}

div#moreNews h3.recentNews
{
    background: #4c71b0;
    text-align: center;
    font-weight: normal;
    color: white;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    border: none;
}

@media only screen and (max-width: 940px)
{
    div#moreNewsAndDiscountsDuo
    {
        display: block;
    }

    div#moreNews
    {
        width: 100%;
        height: unset;
        margin: 0;
        border: none;
    }

    div#moreNews h3.recentNews
    {
        padding-top: 10px;
    }
}

div#secondSpotlight
{
    background-color: transparent;
}

div#recentGameNews
{
    background-image: url("../images/productnews-bg.png");
    padding: 10px 0;
}

div#recentGameNews > div
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div#recentGameNews a
{
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    width: 100%;
}

div#recentGameNews img
{
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    width: 30%;
}

div#recentGameNews h3
{
    vertical-align: middle;
    display: inline-block;
    font-size: 1em;
    white-space: normal;
    width: 70%;
    box-sizing: border-box;
    padding-left: 5px;
    margin: 0;
}

div.recentGameNewsArticle
{
    display: inline-block;
    width: 225px;
    vertical-align: top;
}

@media only screen and (max-width: 940px)
{
    div#recentGameNews
    {
        overflow: auto;
        justify-content: normal;
        white-space: nowrap;
    }

    div#recentGameNews > div
    {
        display: inline-block;
        margin-right: 10px;
    }

    div#recentGameNews img
    {
        width: unset;
    }

    div.recentGameNewsArticle
    {
        display: inline-block;
        margin-bottom: 3px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

div#youtubeAndTwitchDuo
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div#youtubeAndTwitchDuo > div
{
    display: inline-block;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos
{
    width: 50%;
}

div#youtubeAndTwitchDuo div#liveTwitch
{
    width: 49%;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos,
div#youtubeAndTwitchDuo div#liveTwitch
{
    background-color: #4c71b0;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos div.latestYoutubeVideosContent,
div#youtubeAndTwitchDuo div#liveTwitch div.liveTwitchContent
{
    border: solid 3px #4c71b0;
    border-top: none;
    border-bottom: none;
    min-height: 231px;
    box-sizing: border-box;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos > h3,
div#youtubeAndTwitchDuo div#liveTwitch > h3
{
    margin-bottom: 0;
}

div#youtubeAndTwitchDuo div#latestYoutubeVideos iframe,
div#youtubeAndTwitchDuo div#liveTwitch iframe
{
    width: 100%;
}

@media only screen and (max-width: 940px)
{
    div#youtubeAndTwitchDuo
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    div#youtubeAndTwitchDuo div#latestYoutubeVideos
    {
        width: 100%;
    }

    div#youtubeAndTwitchDuo div#liveTwitch
    {
        width: 100%;
    }
}