body
{
    background-image: var(--page-background, #FFFFFF);
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: center top;
    background-color: #5C8FFF;
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 1000px) 
{
    body
    {
        background-image: var(--page-background, #FFFFFF);
        background-repeat: no-repeat;
        background-size: 150%;
        background-position: center top;
        background-color: #5C8FFF;
        font-family: Arial, Helvetica, sans-serif;
    }    
}

div, footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 8px;
}

@media (min-width: 1000px) 
{
    div, footer
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 20px;
    }    
}

nav
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 1000;
}

nav img.hamburger-icon
{
    position: relative;
    z-index: 1000;
    left: 0px;
    width: 50px;
    height: 50px;
    margin: 10px;
}

nav a
{
    display: none;
}

nav a.responsive
{
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px;
    color: #000000;
    transition: all 0.2s;
}

nav a.active
{
    background-color: #AAAAAA;
    text-decoration: solid;
    text-decoration-color: #000000;
    text-decoration-line: underline;
    transition: all 0.2s;
}

nav a:hover
{
    background-color: #000000;
    color: #FFFFFF;
    transition: all 0.2s;
}

nav a.active:hover
{
    text-decoration: solid;
    text-decoration-color: #FFFFFF;
    text-decoration-line: underline;
    transition: all 0.2s;
}

@media (min-width: 1000px) 
{
    nav
    {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0;
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0px;
        padding: 0px 0px;
        background-color: #FFFFFF;
        text-align: center;
        z-index: 1000;
    }

    nav img.hamburger-icon
    {
        display: none;
    }

    nav a
    {
        display: block;
        font-size: 40px;
        font-weight: bold;
        text-decoration: none;
        padding: 16px;
        color: #000000;
        transition: all 0.2s;
    }

    nav a.active
    {
        background-color: #AAAAAA;
        text-decoration: solid;
        text-decoration-color: #000000;
        text-decoration-line: underline;
        transition: all 0.2s;
    }

    nav a:hover
    {
        background-color: #000000;
        color: #FFFFFF;
        transition: all 0.2s;
    }

    nav a.active:hover
    {
        text-decoration: solid;
        text-decoration-color: #FFFFFF;
        text-decoration-line: underline;
        transition: all 0.2s;
    }    
}

.nav-logo
{
    position: fixed;
    left: 40%;
    top: 8px;
    width: 30%;
    height: auto;
}

body > div
{
    margin-top: 80px;
}

@media (min-width: 1000px) 
{
    .nav-logo
    {
        left: 12px;
        width: 10%;
        height: auto;
    }

    body > div
    {
        margin-top: 80px;
    }
}

header
{
    display: flex;
    justify-content: center;
    width: 70%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

header img
{
    width: 80%;
    height: auto;
}

@media (min-width: 1000px) 
{
    header
    {
        display: flex;
        justify-content: center;
        width: 70%;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    header img
    {
        width: 50%;
        height: auto;
    }    
}

.hero-image
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Image/vector-assault-2-ss-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0px;
}

.hero-info img
{
    width: 40%;
    margin-top: 8px;
    margin-bottom: 40px;
}

.hero-info button
{
    width: 90%;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    z-index: 0;
    background-color: #444444;
    color: #FFFFFF;
    border: none;
    transition: background-color 0.25s, color 0.25s;
}

.hero-info button:hover
{
    background-color: #FFFFFF;
    color: #444444;
    transition: background-color 0.25s, color 0.25s;
}

@media (min-width: 1000px) 
{
    .hero-image
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Image/vector-assault-2-ss-01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 425px;
        margin: 0px;
    }

    .hero-info img
    {
        width: 75%;
        margin-top: 15px;
        margin-bottom: 75px;
    }

    .hero-info button
    {
        width: 40%;
        height: 75px;
        font-size: 30px;
        font-weight: bold;
        z-index: 0;
        background-color: #444444;
        color: #FFFFFF;
        border: none;
        transition: background-color 0.25s, color 0.25s;
    }

    .hero-info button:hover
    {
        background-color: #FFFFFF;
        color: #444444;
        transition: background-color 0.25s, color 0.25s;
    }    
}

p.text
{
    width: 95%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 1000px) 
{
    p.text
    {
        width: 80%;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }    
}

.games-grid
{
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

.games-grid > :first-child
{
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
}

.featured 
{
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.games-grid .games-banner
{
    width: 100%;
    height: 175px;
}

@media (min-width: 1000px) 
{
    .featured 
    {
        position: relative;
        width: 100%;
        height: 400px; /* adjust to your banner size */
        overflow: hidden;
    }

    .games-grid .games-banner
    {
        width: 100%;
        height: 400px;
    }
}

.games-grid div img.logo
{
    width: 95%;
    height: 60px;
    margin: 4px auto;
}

.games-grid div img.display
{
    width: 100%;
    height: auto;
    margin: 4px auto;
}

@media (min-width: 1000px) 
{
    .games-grid div img.logo
    {
        width: 95%;
        height: 75px;
        margin: 4px auto;
    }

    .games-grid div img.display
    {
        width: 100%;
        height: auto;
        margin: 4px auto;
        filter: blur(2px);
        transition: all 0.2s;
    }    

    .games-grid div img.display:hover
    {
        filter: none;
        transition: all 0.2s;
    }
}

.slide 
{
    position: absolute;
    inset: 0;

    height: 185px;
    padding: 0px;
    margin: 4px;

    opacity: 0;
    transform: translateX(100%) rotateY(2deg);
    transition: transform 1.5s ease, opacity 0.8s ease;
    pointer-events: none;
}

.slide.active 
{
    opacity: 1;
    transform: translateX(3%) rotateY(0deg);
    pointer-events: auto;
}

.slide.exit-left 
{
    opacity: 0;
    transform: translateX(-100%) rotateY(-1deg);
}

.slide.enter-right 
{
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
}

.overlay-logo
{
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 150px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 1000px) 
{
    .slide 
    {
        position: absolute;
        inset: 0;

        height: 410px;

        opacity: 0;
        transform: translateX(100%) rotateY(2deg);
        transition: transform 1.5s ease, opacity 0.8s ease;
        pointer-events: none;
    }

    .slide.active 
    {
        opacity: 1;
        transform: translateX(10%) rotateY(0deg);
        pointer-events: auto;
    }

    .slide.exit-left 
    {
        opacity: 0;
        transform: translateX(-100%) rotateY(-1deg);
    }

    .slide.enter-right 
    {
        opacity: 1;
        transform: translateX(0) rotateY(0deg);
    }

    .overlay-logo
    {
        position: absolute;
        left: 80px;
        bottom: 32px;
        width: 250px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.75);
    }    
}

img.bordered
{
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 4px;
    border-radius: 15px;
}

div.content
{
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

div.content div
{
    text-align: center;
    width: 90%;
    height: auto;
    margin: 8px;
    padding: 4px;
}

@media (min-width: 1000px) 
{
    div.content
    {
        flex-direction: row;
        align-items: flex-start;
    }    

    div.content div
    {
        width: 50%;
        height: auto;
        margin: 8px;
        padding: 4px;
    }
}

div.content div p
{
    font-size: 20px;
    text-align: center;
}

.nintendo
{
    width: 100%;
    height:  auto;
}

.steam-widget
{
    width: 100%;
    height: 200px;
    border: none;
}

.youtube
{
    width: 100%;
    height: 225px;
    margin: 4px;
    border: none;
}

@media (min-width: 1000px) 
{
    .youtube
    {
        width: 95%;
        height: 275px;
        margin: 4px;
        border: none;
    }    
}

.screenshot
{
    width: 100%;
    height: auto;
    margin: 4px;
}

form
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}

@media (min-width: 1000px) 
{
    form
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
    } 
}

form input
{
    width: 100%;
    height: 25px;
    margin: 8px 0px;
}

Form textarea
{
    width: 100%;
    height: 100px;
    margin: 8px 0px;
    resize: none;
}

form input.submit
{
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    background-color: #444444;
    color: #FFFFFF;
    border: none;
    transition: all 0.2s;
}

form input.submit:hover
{
    background-color: #FFFFFF;
    color: #444444;
    transition: all 0.2s;
}

form input.website
{
    left: -9000px;
    display: none;
}

footer
{
    margin-top: 12px;
    text-align: center;
}

.press-button
{
    width: 90%;
    height: 60px;
    margin: 8px auto;
    font-size: 30px;
    font-weight: bolder;
    background-color: #444444;
    color: #FFFFFF;
    border: none;
    transition: all 0.2s;
}

.press-button:hover
{
    background-color: #FFFFFF;
    color: #444444;
    transition: all 0.2s;
}

@media (min-width: 1000px) 
{
    .press-button
    {
        width: 90%;
        height: 60px;
        margin: 8px auto;
        font-size: 36px;
        font-weight: bolder;
        background-color: #444444;
        color: #FFFFFF;
        border: none;
        transition: all 0.2s;
    }

    .press-button:hover
    {
        background-color: #FFFFFF;
        color: #444444;
        transition: all 0.2s;
    }    
}

.main-header
{
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}