@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url(/TheRegions/Arkhan/Biomes/Lulnlayer/LulnlayerCC.png);
    background-color: #8a8a8a;
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img.responsive{
    max-width: 100%;
    height: auto;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

h1, h2, h3, h4, p{
    color: #0f1212;
}

#ChangelogList li{
    margin-left: 7em;
    color: #2F2A25;
}

#ChangelogList{
    list-style-type: none;
    text-align: left;
    margin-bottom: 0.7em;
}

a{
    color: #3e4955;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/


#IntroBox{
    margin-top: 3em;
    margin-bottom: 3em;
}

#IntroText{
    max-inline-size: 50%;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#NameCard{
    padding: 4em;
    border: none;
    margin-bottom: -8em;
}

#TitleCard{
    text-align: center;
    color: aliceblue;
}

#TitleCard h1{
    font-size: 70px;
    text-shadow: 0 0 5px #fff;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
.navbar{
    height: 12%;
    display: flex;
    align-items: center;
}

nav{
    overflow: hidden;
    flex: 1;
    text-align: center;
    margin-top: 2em;
}

nav ul li{
    list-style: none;
    display: inline-block;
    padding: 1em;
}

nav ul li a{
    background-color: #5b8480a2;
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    padding: 1em;
}


/*-------------------------------------------------------------------
-------------REGULAR--------------------------------------------------------
---------------------------------------------------------------------
*/

@media screen and (min-width:1012px) {
    .row1{
    display: flex;
    height: 40%;
    align-items: top;
}

.row1:after{
    content: "";
    display: table;
    clear: both;
}

.col1{
    flex-basis: 50%;
    float: left;
    width: 50%;
}
}

@media screen and (min-width:1012px){

    .navbar{
        height: 12%;
        display: flex;
        align-items: center;
        margin-top: 3em;
    }
    
    nav{
        overflow: hidden;
        flex: 1;
        text-align: center;
        margin-top: 3em;
    }
    
    nav ul li{
        list-style: none;
        display: inline-block;
        padding: 0.6em;
    }
    
    nav ul li a{
        background-color: #5b8480a2;
        text-decoration: none;
        color: aliceblue;
        font-size: 23px;
        padding: 4em;
    }

    #ChangelogList{
        list-style-type: none;
        text-align: left;
    }

    #ChangelogList li{
        margin-left: 7em;
        color: #2F2A25;
        margin-bottom: 0.7em;
    }
    }
    

/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
#SecondBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

#LoreReposit{
    padding: 1em;
    background-color: #bcccc69b;
}

#ColorBlock{
    padding: 1em;
    background-color: #5b8480a2;
}

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

#FirstBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -5.5em;
    text-align: center;
}

#FirstBox1{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -18em;
    text-align: center;
}

#FirstBox2{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -10em;
    text-align: center;
}

#TheThree{
    padding: 3em;
    background-color: #b4b49b77;
    text-align: center;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/


#MainBox1{
    padding: 4em;
    border: none;
    margin-bottom: -4.5em;
    text-align: center;
}

#InfoSide{
        padding: 1em;
        background-color: #bcccc69b;
}

#small{
        width: 80%;
    }

.box1{
    width: auto;
    height: auto;
    background-color: rgba(93, 106, 96, 0.562);
    padding: 1em;
}

.box2{
    width: auto;
    height: auto;
    background-color: rgba(93, 106, 96, 0.562);
    padding: 1em;
}

.BoxHolder{
    margin-left: 6em;
    margin-right: 6em;
    display: flex;
    column-gap: 20px;
}




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

#ThirdBox{
    padding: 4em;
    border: none;
}

footer{
    text-align: center;
}

footer a{
    color: aliceblue;
}

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

   /* width */
   ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background-color: rgba(140, 154, 143, 0.562);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b9cbc397;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #d7e1df;
  }

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

    #GridCenter{
        align-items: center;
        margin: auto;
        padding: auto;
    }

  #ListHeadShot{
            background-color: #26413ea3;
            height: auto;
            width: auto;
          }

          .auto-grid {
            justify-self: center;
            list-style-type: none;
            --auto-grid-min-size: 7em;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
            grid-gap: 0.5em;
          }