::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
::-webkit-resizer
::-webkit-scrollbar-track {
    background-color: #222;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #fff8e6;
}

body {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: 560;
    font-size: 1vw;
    height: 300px;
}

.ulNav { 
    list-style: none;
    margin-top: 14.5px;
}


.liNav {
    display: inline;
    padding: 30px;
}

.navbar {
    margin-top: 20px;
    margin-left: 50px;
    padding-top:0px;
}

.imgGit {
    filter: invert(89%) sepia(3%) saturate(2205%) hue-rotate(324deg) brightness(109%) contrast(112%);
}


a:not(.imgGit):not(.typewrite):not(.footerA){
    color: #fff8e6;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

a:not(.imgGit):not(.typewrite):not(.footerA):after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff8e6;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0px;
}

a:not(.imgGit):not(.typewrite):not(.footerA):hover:after { 
    width: 100%; 
    left: 0; 
}

a:visited{
    color: #fff8e6;
}


#bs {
    padding-right: 30px;
}

#js {
    margin-left: auto;
}

.divMain {
    margin-top:250px
}

.portafolioP {
    letter-spacing: 0.4em;
    font-size: 2.5vw;
    padding: 15px 20px;
    text-transform: uppercase;

}

footer {
    margin-top: 750px;
    padding-bottom: 200px;  
}

.typewrite {
    font-weight: 600;
    color: #fff8e6;
    font-size:16px;
    position: absolute;
    margin-left: 65px;
    margin-top: 13px;
    text-decoration: none;
    letter-spacing: 0.19em;
}

.container {
    margin-top:550px;
}

.footer{
    border-top-color: #fff8e6!important;
}

.textfooter1{
    margin-left: 60px;
}

.footerA {
    padding: 3px !important;
    filter: invert(89%) sepia(3%) saturate(2205%) hue-rotate(324deg) brightness(109%) contrast(112%);

}

#igFooter {
    margin-right: 60px;
}
.licenseFooter {
    color: #fff8e6;
}