/* *{
    margin: 1px;
} */

body{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #444444;
    height: 100px;
    text-align: center;
    background-color: black;
}
/* --------------- */
.newReleasesContainer2{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 130px; 
}

.newReleases2{
    width: 100%;
    height: 450px;
    display: flex;
    background-color: black;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.57); 
    box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.57);
}
.newReleasesItem2{
    display: flex;
    width: 25%;
    height: 450px;
    color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.imageNewReleasesItem2{
    height:100%;
}
.opacityNewReleaseItem2{
    position: absolute;
    background-color: black;
    opacity: 65%;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.newReleasesText2{
    position: absolute;
    color: white;
    z-index: 20;
    font-size: 130px;
}

/* ------------- */

.flex-header{
    /* height: 65vh; */
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #507085;
}

.videoLayer{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.video{
    height: 100%;
    width: 100%;
    z-index: 5
}

.opacity{
    position: absolute;
    background-color: black;
    opacity: 0%;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.flex-main{
display: flex;
height: 200vh;
overflow-y: scroll;
background-color: #1F1E1E;
}

.container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
    height: 100px;
}
.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.underneath{
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
    padding-top: 18px;
}
.listImageContainer{
    width: auto;
    max-width: 500px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.57); 
    box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.57);
    overflow: hidden;
}
.listImageContainer:hover{
    box-shadow: 0px 0px 13px 13px rgba(167, 215, 255, 0.8);
    cursor: pointer;
}
.gameImage{
    height: 100%;
}

.headtitle{
    color: white;
    padding-bottom: 5%;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-family: 'Roboto Mono', monospace;
}

/* .gameTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
    align-items: center;
    height: 100px;
    font-size: 40px;
    color: white;
} */

.flex-nav{
    background-color: grey;
    padding-top: 3rem;
    color: white;
    flex: 1 1 5rem;

}

/* .flex-article{
    background-color: #1F1E1E;
    padding-top: 3rem;
    flex: auto;
} */

.flex-footer{
    color: white;
    background-color: #1F1E1E;
    padding-top: 23rem;
}

/* newReleasesContainer2 */

@media all and (max-width: 1500px){
    .flex-main{
        height: 300vh;
    }
}

@media all and (max-width: 1000px){
    .flex-main{
        height: 543vh;
    }
}

@media all and (max-width: 750px){
    .newReleasesContainer2{
        visibility: hidden;
        height: 0px;
    }
    
    .flex-main{
        height: 543vh;
    }
}

/* @media all and (max-width: 1200px){
    .flex-main{
        display: flex;
        height: 140vh;
        }
    .headtitle{
        color: white;
        padding-bottom: 5%;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-size: 20px;
        font-family: ‘Roboto Mono’, monospace;
        }

        .container{
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            flex-wrap: wrap;
            color: white;
            height: 100px;
        }
        .box{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 50px;
        }
        .underneath{
            display: flex;
            flex-direction: column;
            position: relative;
            color: white;
            padding-top: 18px;
        }
    
    .gameTitle{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 4rem;
        align-items: center;
        height: 20px;
        font-size: 20px;
        color: white;
    }
} */