*, *::before, *::after{
    box-sizing: border-box;
    scrollbar-base-color: #212121;
    scrollbar-face-color: #181818;
}
/* Operators */
.hidden{
    display: none !important;
}
/*Typography*/

.minty{
color: #98FF98;
}
.mintCream{
    color: #f5fffa;
}
.starkWhite{
    color: white;
}
.mainLogoFont{
    font-weight: bold;
    font-size: 1.5rem;
}
/* Qualifier */
.qualifier{
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    border: white .15rem solid;
    border-radius: .25rem;
    text-align: center;
    padding: .25rem;
    margin: .25rem .25rem;
    font-size: .75rem;
    font-weight: bold;
}
.qTop{
    border-color: goldenrod;
}
.qNew{
    border-color: #a6d608;
}

body{
    background-color: #181818;
    display: grid;
    grid-template: 
    "...."
    "...."
    "main"
    "foot"
    ;
    font-family: sans-serif;
    gap: 2rem 0;
    width: 100vw;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
}
.adContainer{
    margin: 1rem auto;
    justify-content: center;
    display: flex;
}
a {
    text-decoration: none;
    color: #DDA0DD;
}
header{
    grid-area: head;
}
main{
    display: flex;
    flex-direction: column;
    grid-area: main;
    width: 100%;
    
}
/* Navigation */
#menuBtn{
    font-size: 1.5rem;
    padding: 0 1rem 0 1rem;
    align-self: center;

}
#menuBtn:hover , #menuBtn:active{
    color: orange;
}
.menuNav{
    display: flex;
    flex-direction: column;
    width: 85%;
    height: auto;
    background-color: #212121;
    position: fixed;
    top: 9%;
    height: 91%;

}
.mainNav{
    display: flex;
    align-content: center;
    justify-content: start;
    z-index: 5;
    width: 100%;
}
nav{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #212121;
    width: 100vw;
}
footer{
    grid-area: foot;
}
.pageContent{
    width: 95%;
    margin: 0 auto;
}
.naviLinkContainer{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow-y: scroll;
    scrollbar-width: none;
}

.naviMenuLarge{
text-decoration: none;
color: white;
font-family: sans-serif;
font-weight: bold;
font-size: 2rem;
margin: 1rem 0 1rem .5rem;
}
.naviMenuLargeTopic{
text-decoration: none;
color: white;
font-family: sans-serif;
font-weight: bold;
font-size: 1.5rem;
margin: 0 auto;
border-bottom: #98FF98 solid .20rem;
}
.naviItemMajor{
margin: 1rem 1rem ;
font-family: sans-serif;
font-size: 1rem;
color: white;
font-weight: bold;
}
.naviMenuRich{
    width: 90%;
    height: 15vh;
    object-fit: contain;
    display: flex;
    margin: 1rem auto;
    padding: .5rem;
    justify-content: start;
    align-items: center;
}
.naviMenuRich img{
    object-fit: contain;
    height: 90%;
    margin-right: 1rem;
    border-radius: .5rem;
}
/* Home Article Style */
.articleContainerTitle{
    font-size: 1.5rem;
    color: white;
    text-align: center;
    padding: 1rem;
    border: white .1rem solid;
    border-radius: .25rem;
    
}
.articleContainer{
width: 100%;
margin: 0 auto;
display: grid;
gap: 1rem;
}
.articleLink{
    text-decoration: none !important; 
   color: #DDA0DD !important; 
}
.articleLink:hover{
    text-decoration: underline !important;
    color: purple !important;
}
.homeArticle{
    
    border: white solid .1rem;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    
    padding: 1rem;
}
.articleTitleContainer{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: start;
    align-content: center;
    width: 100%;
}
.articleImageContainer{
    width: 90%;
    margin: .25rem auto;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.articleImage{
    width: 100%;
    border-radius: 1rem;
    max-width: 1280px;
    max-height: 720px;
    margin: auto;
}
.articleBlurb{
    font-family: sans-serif;
    color: white;
    text-indent: 1rem;
    word-break: normal;
}
/* Author Info */
.authorInfoContainer{
    width: auto;
    padding: .5rem;
    border: white .1rem solid;
    border-radius: .25rem;
    color: white;
    justify-content: space-evenly;
    display: flex;
    align-content: center;
}
.authorImage{
   width: 60px;
   border-radius: 50%;
}

/* Footer */
footer{
    text-align: center;
    color: white;
}

/*Article Stuff*/
.border{
    border: .15rem solid #f5fffa;
    border-radius: .75rem;
}
.leftNavContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gameNavAdjust{
    justify-content: space-between; 
    align-items: center;
}
.headGameTitle{
    text-decoration: none;
    padding: .5rem;
    
    font-family: sans-serif;
    font-size: 1rem;
    color: white;
    text-align: center;
  
    margin-right: 2rem;
    font-weight: bold;
    height: auto;
    
}

.styleHeader{
    text-align: center;
    margin: 0 auto 2rem auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.articleTitle{
    color: white;
    font-size: 1.5rem;
    padding: .5rem;
    font-family:sans-serif;
    font-weight: bold;
    width: 100%;
}

.articleText{
    color: white;
    font-size: 1rem;
    padding: 1rem;
    font-family: sans-serif;
   
    text-indent: 1rem;
    text-align: start;
}
.articleEmp{
    font-size: 1.25rem;
   margin-bottom: .5rem;
}

.pageHero{
display: flex;
flex-direction: column;
width: 90%;
margin: auto;
}

.articleHeroImage{
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    margin-bottom: 2rem;
}
.articleSquareImage{
    width: 70%;
    height: auto;
    max-width: 720px;
    max-height: 720px;
   
    margin-bottom: 1rem;
}
.contentSection{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;

}
li{
    text-align: start;
    margin-bottom: 1rem;
}
.richListBase{
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    /* text-align: center; */
    margin: auto;
    padding-inline-start: 0;
   
}

.richListContainer{
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 1rem;
    margin: auto;
    justify-content: space-around;
    margin-block: 0;
    /* justify-content: start; */
}
.richListImgContainer{
    
    display: flex;
    max-width: 800px;
    max-height: 800px;
    height: 100%;
   
}
.richListImg{
    max-width: 720px;
    max-height: 720px;
    border-radius: 1rem;
    /* object-fit: contain; */
    height: 100%;
    margin: 0;
    display: flex;
}
.richListLinkFix{
    display: flex; height: 100%; width: fit-content;
}
.richlistTextContainer{
    font-size: .5rem;
    font-family: sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-left: 1em;
    justify-content: center;
    height: 95%;
}
.richlistTextHeading{
    color: white;
    font-size: 1rem;
    margin: auto;
}
/* Major Stats */
.majorstatsBase{
    display: flex;
    width: 100%;
    flex-direction: column;
    list-style: none;
    padding-inline-start: 0;
}
.majorstatsItem{
    margin: .25rem auto .25rem auto;
    padding: .25rem;
    display: flex;
    justify-content: space-evenly;
    width: 90%; 
    text-justify: auto;
}
.majorStatsWordy{
    justify-content: space-around;
    flex-direction: column;
    padding: .1rem .25rem;
    word-wrap: break-word;
}
.majorStatsItemTest{
   justify-content: start !important;
   padding-left: 5%;
}

.majorstatsItemText{
    color: white;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
   
}
.majorStatsItemTextStart{
   color: white;
    font-size: 2rem;
    font-family: sans-serif;
    font-weight: bold;
    text-align: start;
}
.majorStatsSep{
    border-bottom: #f5fffa .2rem solid;
    padding-bottom: .25rem;
}

/* Features */
.featureTitle{
    color: white;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    border-bottom: #98FF98 .25rem solid;
    margin: 1.5rem auto;
}
.mediaAuthor{
font-size: 1.5rem;
text-decoration: none;
font-family: sans-serif;
text-align: center;
font-weight: bold;
text-transform: lowercase;
}

.contentHead{
    width: 90%;
    margin: auto;
}
.gamesHead{
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    padding: .5em 1em;
    margin: 2rem auto 2rem auto;
    width: fit-content;
    border-radius: 1rem;
    border: .25rem solid white;
}
.gamesContainer{
    width: 90%;
    margin: 0 auto;
    display: grid;
   grid-template-columns: 1fr;
    gap: 1rem;

}

.gameContainer{
    
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    max-height: 1300px;
    max-width: 800px;
    border-radius: 1rem;
    border: .25rem solid white;

}
.gameCase{
    width: 90%;
    max-width: 720px;
    max-height: 1280px;
    height: auto;
    margin: auto;
}
.gameImage{
    width: 100%;
    max-width: 720px;
    max-height: 1280px;
}
.gameCaseTitle{
    font-family: sans-serif;

 font-size: 2rem;
    
 text-align: center;
 font-weight: bold;
}
.gameCaseLink{
    text-decoration: none;
    color: white;
}


@media screen and (min-width: 760px){
    .pageContent{
        width: 70%;
    }
    .menuNav{
        width: 40%;
        top: 5%;
        height: 95%;
    }
}

@media screen and (min-width: 1100px){
body{
    grid-template: 
    ".... .... ...."
    ".... .... ...."
    ".... main ...."
    ".... foot ...."
    ;
    justify-content: center;
}
    .pageContent{
    width: 60%;
    margin: auto;
}
.menuNav{
    width: 25%;
    top: 6%;
    height: 94%;
}
.qualifier{
    font-size: 1.5rem;
}
.authorInfoContainer{
    width: 50%;
    margin: 0 auto;
    
}
}