@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url(/History/TheHowling/Howling.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;
}
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/

#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(117, 102, 93, 0.871);
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    padding: 1em;
}

@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(117, 102, 93, 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: 50%;
    float: left;
    width: 100%;
}
}
/*---------------#b9ac9cdc----------------------------------------------------
---------------------------------------------------------------------
-------UNDER 300-------------------THE PHONE-------------------------------------------
*/

@media only screen and (max-width:440px){

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

    #SecondBox{
        padding: 10em;
        margin: -8em;
        border: none;
        margin-bottom: -10.5em;
        margin-top: -15.5em;
        text-align: center;
    }
    
    #LoreReposit{
        padding: 0.1em;
        background-color: #97897ba1;
    }

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

    #FirstBox{
        padding: 1em;
        margin: -8em;
        border: none;
        text-align: center;
        max-width: 100%;
        height: auto;
    }
    
    #IntroBox{
        margin-top: 2em;
        margin-bottom: 2em;
    }
    
    #IntroText{
        max-inline-size: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    .row{
        display: flex;
        height: 40%;
        align-items: center;
    }
    
    .row:after{
        content: "";
        display: table;
        clear: both;
    }
    
    .col{
        flex-basis: 10%;
        float: none;
        width: 100%;
    }
    }
    /*-------------------------------------------------------------------
    ---------------------------------------------------------------------
    ---------------------------------------------------------------------
    */
/*-------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
*/
#SecondBox{
    padding: 10em;
    border: none;
    margin-bottom: -10.5em;
    margin-top: -15.5em;
    text-align: center;
}

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

#ColorBlock{
    padding: 1em;
    background-color: rgba(117, 102, 93, 0.871);
}

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

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

#TheThree{
    padding: 3em;
    background-color: #97897ba1;
    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: #5f5549dc;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #393633;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #85786b;
  }

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