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


/* CARDS CSS TEST */


.block {
    width: 70%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    position: relative;
}

.element {
    width: 50%;
    margin: 4%;
    box-sizing: border-box;
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: 0.3s ease;
}

.element:hover {
    box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

#c1 {
    background-image: url("../fotos/JavaScript/19y26marzoRemake.png");
}

#c2 {
    background-image: url("../fotos/JavaScript/4junioRemake.png");
}


.element-bg {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 125.1%;
    background-size: cover;
    background-repeat: no-repeat;
}

.element-paragraph, .element-header, .element-text {
    background-color: #cebcbc;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.element-paragraph {
    padding-top: 3em;
    font-size: 0.8vw;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #505050;
}

.element-header a {
    padding-top: 0.3em;
    padding-bottom: 0.7em;
    font-size: 1.4vw;
    color: #433c34 !important;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fff8e6;
    margin-bottom: 3px;
    transition: transform 250ms;
}

.element-header a:hover {
    transform: translatey(-2px);
    border-bottom-color: #222;
}

#h2 {
    padding-left: 0.75em;
    padding-right: 0.75em;
}
