@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url(/History/UtterFuckingChaos/civilwar1.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: #120f0d;
}

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(73, 82, 39, 0.871);
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    padding: 1em;
}

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

@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(73, 82, 39, 0.871);
    text-decoration: none;
    color: aliceblue;
    font-size: 23px;
    padding: 4em;
}
}
    
/*-------------------------------------------------------------------
-------------REGULAR--------------------------------------------------------
---------------------------------------------------------------------
*/


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

.row{
    display: flex;
    height: 40%;
    align-items: center;
}

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

.col{
    flex-basis: 100%;
    float: left;
    width: 100%;
    
}

.rowCommander{
    display: flex;
    height: 40%;
    align-items: center;
    
}

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

.colCommander{
    flex-basis: fit-content;
    float: left;
    width: 10%;
}
}



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

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

#ColorBlock{
    padding: 1em;
    background-color: rgba(73, 82, 39, 0.871);
}

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

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

#TheThree{
    padding: 3em;
    background-color: #77715B;
    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: #77715B;
    padding: 2em;
}

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

.BoxHolder{
    display: flex;
    column-gap: 100px;
}
/*#RandomSection{
    padding: 3em;
    background-color: #b9ac9cdc;
    text-align: center;
    
}

#WIPNAME{
    padding: 3em;
    background-color: #b9ac9cdc;
    text-align: center;

}

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

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

footer{
    text-align: center;
}

footer a{
    color: aliceblue;
}

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

   /* width */
   ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #5f5549dc;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #393633;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #85786b;
  }

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

    .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;
    }

    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px solid #2F2A25;
      }
      
      .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        color: #0a0908;
        text-align: left;
        position: absolute;
        z-index: 1;
        border:1px solid #2F2A25;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        background-color:#6f6b67;
        opacity: 0;
        font-size: 20px;
        transition: opacity 0.30s;
      }
      
      .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
      }
    
       /*-------------------------------------------------------------------
    ---------------------------------------------------------------------
    ---------------------------------------------------------------------
    */

    section {
        display: grid;
        justify-content: center;
        align-content: center;
      
        gap: 4px;
        grid-auto-flow: column;
      }

 