@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url(/TheRegions/Arkhan/Biomes/Kepfurrot/Kepfurrot.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;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

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

#IntroText{
    max-inline-size: 100%;
    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;
    color: #ccdae8;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
.navbar{
    height: 12%;
    display: flex;
    align-items: center;
    margin-bottom: 5em;
}

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: #20696b54;
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    padding: 1em;
}


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

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

#ColorBlock{
    padding: 1em;
    background-color: #20696b54;
}

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

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

#FirstBox1{
    padding: 1em;
    padding-bottom: 5em;
    border: none;
    margin-top: 6em;
    text-align: center;
}


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

#FourthBox{
    padding: 1em;
    border: none;
    margin-bottom: -7em;
    margin-top: 7em;
    text-align: center;
}

#MainBox1{
   
    border: none;
    margin-bottom: 1em;
    text-align: center;
}

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

.box1{
    width: auto;
    height: auto;
   background-color: rgba(107, 68, 42, 0.367);
    padding: 1em;
    margin-bottom: 2em;
    margin-top: 2em;
}

.box2{
    width: auto;
    height: auto;
    background-color: rgba(107, 68, 42, 0.367);
    padding: 1em;
    margin-bottom: 2em;
}

.BoxHolder{
    display: inline;
   
    
}

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

#ThirdBox{
    padding: 1em;
    border: none;
    margin-bottom: -7em;
    margin-top: 7em;
    text-align: center;
}

footer{
     padding: 1em;
    border: none;
    margin-bottom: -7em;
    margin-top: 1.5em;
    text-align: center;
}

footer a{
     padding: 1em;
    border: none;
    margin-bottom: -7em;
    margin-top: 7em;
    text-align: center;
    color: aliceblue;
}

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

   /* width */
   ::-webkit-scrollbar {
    width: 10px;
  }
  
    /* Track */
  ::-webkit-scrollbar-track {
    background-color: #07063274;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-color: #32a7abaf;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
     background-color: #39e0e6e1;
  }


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

    .PointerWhenCan a{
        cursor: url(/cursoractive.cur), pointer;
      }

    li:hover{
        cursor: url(/cursoractive.cur), pointer;
    }

    audio:hover{
        cursor: url(/cursoractive.cur), pointer;
    }

    body{
        cursor: auto;
        cursor: url(/cursor.cur), default;
    }

    nav ul li a{
        cursor: url(/cursoractive.cur), pointer;
    }

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