body{
    background-color: black;
    color: white;
}
body::-webkit-scrollbar{
    /* Remove Scroll Bar */
    display: none;
}
p{
    font-family: "Courier New", Courier, monospace;
}
/*  */
/* All Pages Foundation */
/*  */
.div-screen-size{
    height: 100vh;
}
.div-double-size{
    height: 90vh;
}
@media only screen and (max-width: 991px){
    .div-double-size{
        height: 100vh;
    }
}
@media only screen and (max-width: 500px){
    .div-double-size{
        /* height: 100%; */
    }
}
.arrow-down{
    height: 40px;
    width: 40px;
}
.banner-cover{
    /* Page Background */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-width: 100%;
    max-height: 100%;
}
/*  */
/* Page 1 */
/*  */
.banner-img{
    padding-top: 10%;
}
.banner-img-content{
    height: 300px;
    border-radius: 5%;
}
.banner-text{
    padding-top: 15%;
}
.banner-text-primary{
    font-size: 3rem;
}
.banner-text-secondary{
    font-size: 1.2rem;
}
#banner-arrow{
    bottom: 0;
    padding-bottom: 7%;
    position: absolute;
}
.bio-arrow-1{
    bottom: 0;
    padding-bottom: 7%;
    position: absolute;
}
.bio-arrow-2{
    padding-top: 20%;
    padding-bottom: 30%;
}
@media only screen and (max-width: 1200px){
    .banner-text{
        padding-top: 20%;
    }
}
@media only screen and (max-width: 900px){
    .banner-text{
        padding-top: 30%;
    }
}
@media only screen and (max-width: 768px){
    .banner-text{
        padding-top: 50%;
    }
}
@media only screen and (max-width: 500px){
    .bio-arrow-1{
        bottom: 0;
        padding-bottom: 23%;
        position: absolute;
    }
}
/*  */
/* Page 2 */
/*  */
.bio-summary-img{
    padding-top: 10%;
}
.bio-img-content{
    height: 300px;
    border-radius: 300px;
}
.bio-summary-1{
    font-size: 40px;
}
.bio-summary-2{
    font-size: 25px;
}
.bio-summary-3{
    font-size: 20px;
    color: rgb(138, 138, 138);
}
.bio-summary-4{
    font-size: 25px;
}
.bio-text{
    padding-top: 6%;
}
.bio-desc{
    font-size: 25px;
}
.bio-button{
    padding-top: 20px;
}
@media only screen and (max-width: 1920px){
    .bio-img-content{
        height: 200px;
        border-radius: 300px;
    }
    .bio-summary-1{
        font-size: 30px;
    }
    .bio-summary-2{
        font-size: 20px;
    }
    .bio-summary-3{
        font-size: 17px;
    }
    .bio-summary-4{
        font-size: 20px;
    }
    .bio-desc{
        font-size: 20px;
    }
}
/*  */
/* Page 3 */
/*  */
.home-work{
    padding-top: 4%;
}
.work-title{
    padding-bottom: 5%;
}
.work-desc{
    font-size: 30px;
    padding-bottom: 100px;
}
.work-period{
    font-size: 24px;
}
.work-resp, .work-resp-bullet > * {
    font-size: 20px;
}
@media only screen and (max-width: 991px){
    .home-work{
        margin-left: 20px;
        margin-right: 20px;
    }
}
/*  */
/* Page 4 */
/*  */
.home-skill{
    padding-top: 10%;
    padding-bottom: 10%;
}
.skill-title{
    padding-bottom: 15%;
}
.skill-content{
    padding-bottom: 40%;
}
.skill-content-title{
    font-size: 1.8rem;
}
/*  */
/* Page 5 */
/*  */
.home-contact{
    margin-bottom: 3%;
}
.contact-title{
    font-size: 30px;
    padding-bottom: 20px;
}
.icon-img{
    height: 25px;
    margin: 0px 10px 0px 10px;
}
.footer-icon{
    padding-bottom: 50px;
}
.footer-text{
    padding-bottom: 10px;
}
@media only screen and (max-width: 991px){
    .contact-title{
        text-align: center;
    }
}
/* All Page */
.bio-title, .work-title, .skill-title{
    font-size: 50px;
}
@media only screen and (max-width: 1920px){
    .bio-title, .work-title, .skill-title{
        font-size: 40px;
    }
    .work-desc{
        font-size: 25px;
        padding-bottom: 100px;
    }
    .work-period{
        font-size: 20px;
    }
    .work-resp{
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px){
    .bio-title, .work-title, .skill-title{
        font-size: 30px;
    }
}