@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url(/Splash.png);
    background-color: #B9AC9C;
    /*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: #2F2A25;
}

#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: rgba(136, 124, 126, 0.9);
    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: rgba(136, 124, 126, 0.9);
        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: #D1C4B5;
}

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

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

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

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

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

.box1{
    width: auto;
    height: auto;
    background-color: #D1C4B5;
    padding: 2em;
}

.box2{
    width: auto;
    height: auto;
    background-color: #D1C4B5;
    padding: 2em;
}

.BoxHolder{
    display: flex;
    column-gap: 100px;
}


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

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

footer{
    text-align: center;
}

footer a{
    color: aliceblue;
}

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

   /* width */
   ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #b9ac9cdc;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #867765dc;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #2F2A25;
  }

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

  