h1, h2, p, h3{
    color: rgb(203, 219, 203);
}
body{

    position: absolute;
    z-index: -100;
    background-image: url('https://wallpaperaccess.com/full/4641417.jpg');
    margin: 0;
}
.navbar, .navbar1{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 80px;
    width: 100vw;
    margin: 0;
    background-color: #1d000051;
    position: sticky;
    overflow: visible;
}
#sub-navbar, #sub-navbar1{
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    height: 80px;
    width: 100vw;
    margin: 0;
    background-color: #1d000051;
    position: sticky;
    overflow: visible;
}
#main-div{
    display: flex;
    flex-direction: column;
}
.ham-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    height: 50px;
    width: 20vw;
    margin-right: 3vw;
}
.ham-container > #span-holder, .ham-container1 > #span-holder1{
    margin-top: 15px;
}
#words{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 3vw;
    height: 50px;
    width: 20vw;
    margin-right: 2vw;
    cursor: pointer;
    margin-top: -4vh;

}
#sub-words{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 3vw;
    height: 50px;
    width: 20vw;
    margin-right: 4vw;
    cursor: pointer;
}
#span-holder1{
    display: none;
}
span{
    border-bottom: 5px solid black;
    width: 40px;
    display: none;
}
.fav{
    font-size: 1.5em;
}
.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
}
.hero-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 40vh;
    width: 80vw;
}
.pic-container{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 20vw;
    width: 20vw;
    min-width: 200px;
    min-height: 200px;
    background-color: rgb(0, 29, 0);
    overflow: hidden;
}
.pic{
    border-radius: 100%;
    height: 18vw;
    width: 18vw;
    min-width: 190px;
    min-height: 190px;

}
.desc-container{
    display: flex;
    flex-direction: column;
    height: 20vh;
    width: 50vw;
    font-size: 1.1em;
}
h1{
    font-size: 2em;
    margin-bottom: 0;
}
#desc-intro{
    font-size: 2.3em;
}
#desc-bio{
    font-size: 1.2em;
    max-width: 750px;
}
#desc-button, #button-link{
    width: 150px;
    font-size: .9em;
    color: rgb(127, 170, 127);
    background-color: #1d00009d;
    border: none;
    cursor: pointer;
}
.second-part{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
    background-color: #1d000051;
}
.second-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40vh;
    width: 80vw;


}
.second-part-title, .featured-work-title, .about-title, .contact-title{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5em;
}
.top-container{
    display: flex;
    flex-direction: row;
    width: 70vw;
    justify-content: space-between;
    align-items: center;
}
.Post{
    display: flex;
    flex-direction: column;
    height: 37vh;
    width: 70vw;
}
#view{
    text-decoration: underline;
    cursor: pointer;
}
.posts-container{
    display: flex;
    flex-direction: row;
    gap: 1vw;
    width: 70vw;
    height: 30vh;
    overflow: auto;
}
.post-itself{
    display: flex;
    flex-direction: column;
    height: 25vh;
    width: 500px;
    background-color: rgb(0, 29, 0);
    flex-shrink: 0;
    padding: 10px;
}
.year{
    background-color: rgb(28, 48, 28);
    border-radius: 80px 80px;
    padding: 5px;
}
.About{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
    height: 40vh;
    width: 80vw;
    display: none;
    overflow: auto;
}
.About-page{
    display: none;
}
#Day10{
    margin-bottom: 3vh;
}
.Day{
    display: flex;
    flex-direction: column;
    height: 10vh;
    width: 60vw;
    overflow: hidden;
    flex-shrink: 0;
    background-color: rgb(0, 29, 0);
}
.blog-title, .blog-year, .blog-content{
    color: white;
}
#blog-view{
    text-align: center;
    cursor: pointer;
}
.Day:hover{
    height: 20vh;
    overflow: auto;
}
.contact-desc{
    font-size: 1.5em;
    margin: 0;
}
.Contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40vh;
    width: 80vw;
    margin-left: 10vw;
    display: none;
}
.featured-work{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
}
.featured-work-container{
    display: flex;
    flex-direction: column;
    height: 40vh;
    width: 80vw;

}
.work{
    display: flex;
    flex-direction: column;
    height: 40vh;
    width: 80vw;
    gap: 1vh;
    overflow: auto;
}
.work-container{
    display: flex;
    flex-direction: row;
    height: 15vh;
    width: 75vw;
    overflow-y: auto;
    flex-shrink: 0;
    gap: 2vh;
}
.work-pic{
    height: 14vh;
    width: 14vh;
}

#blog-section{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 0;
    display: none;
    
}
#blog-title{
    width: 30vw;
}
#blog-container{
    display: flex;
    flex-direction: column;   
    width: 80vw;
    height: 60vh;
    overflow: auto;
}
#blog-desc{
    font-size: 1.3em;
}
#blogs{
    height: 15vh;
    width: 70vw;
    overflow: hidden;
    flex-shrink: 0;
}
#blogs:hover{
    height: 30vh;
    overflow: auto;
}
#posts-section{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 0;
    display: none;
}
#posts-title{
    width: 30vw;
}
#posted-container{
    display: flex;
    flex-direction: column;   
    width: 80vw;
    height: 60vh;
    overflow: auto;
}
#posts{
    height: 15vh;
    width: 70vw;
    overflow: hidden;
    flex-shrink: 0;
}
#posts:hover{
    height: 30vh;
}
.foot{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100vw;
    margin: 0;
    background-color: #5f5f5f51;
}
.foot-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 50px;
}
.icons{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1vw;
    margin-bottom: 0;
    cursor: pointer;
}
.foottxt{
    margin: 0;
    margin-bottom: 2vh;
    font-size: .7em;
}
a { 
    color: inherit; 
}
.posts-container::-webkit-scrollbar, .About::-webkit-scrollbar, .work-container::-webkit-scrollbar, .work::-webkit-scrollbar, #blog-container::-webkit-scrollbar, #posted-container::-webkit-scrollbar{
    display:none;
}
#desc-button:hover{
    background-color: rgb(127, 170, 127);
    color: #1d00009d;
}
#post:hover, #about:hover, #contact:hover{
   color: rgb(137, 248, 137);
}
@media only screen and (max-width: 500px) {
    #span-holder, #span-holder1{
        display: block;
    }
    #desc-intro{
        overflow: auto;
    }
    #sub-navbar1{
        display: none;
    }
    #words, #sub-words{
        display:none;
    } 
    #words.show, #sub-words.show{
        display: block;
    }
    span{
        margin: 5px;
        display: block ;
    }
    .hero-container{
        flex-direction: column;        
    }
    .pic-container{
        min-width: 150px;
        min-height: 150px;        
    }
    .pic{
        min-width: 130px;
        min-height: 130px;
    }
    .desc{
        text-align: center;
        font-size: 1.2em;
    }
    #desc-bio{
        font-size: 1em;
        height: 100px;
        overflow-y: auto;
    }
    #desc-button{
        margin-left: 5vw;
        text-align: center;
    }

    
}