*{
    box-sizing: border-box;
}

body{
    font-family: 'DM Mono', monospace !important;
    color: #c5c6c7;
    background-color: #1f2833;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #45A29E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #66FCF1;
}

nav{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8vh;
    position: fixed;
    width: 100%;
    background-color: rgb(69,162,158);
    z-index: 9;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 20%;
    list-style: none;
    height: 74%;
    padding: 0;
    margin: 0;
    align-items: center;
}



.nav-links a{
    color: #1f2833;
    text-decoration: none;
    text-space: 3px;
}

.burger{
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 2;
}

.burger div{
    width: 23px;
    height: 3px;
    background-color: #45a29e;
    margin: 5px;
}

hr{
    background-color: white;
}

.line-intro{
    width: 80%;
    background-color: #45a29e;
    height: 3px;
    border: 0px solid;
    border-radius: 2px;
    margin-top: 0;
}

.line-about{
    width: 10%;
    background-color: #45a29e;
    height: 3px;
    border: 0px solid;
    border-radius: 2px;
    margin-top: 0;
}

.linked-in{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 90vh;
}

.container-intro{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-down{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
}

.container-about{
    min-height: 70vh;
    margin: 0 auto;
    background: #f5f5f5;
    color: black;
}
}

.intro{
    height: 20%;
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.shape-lb{
    right: 12%;
    width: 150px;
    position: absolute;
    bottom: -100vh;
    transform: rotate(270deg);
}

.shape-tr{
    left: 12%;
    top: calc(110vh);
    width: 150px;
    position: absolute;
    transform: rotate(90deg);
    box-shadow: -8px 10px 0px;
}

.about-title{
    position: absolute;
    left: 15%;
    top: 115vh;
}

.about-txt{
    width: 80%;
    text-align: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.projects-title{
    position: absolute;
    left: 15%;
    top: 285vh;
}

.w-links{
    width: 100%;
    text-align: center;
    text-decoration: unset !important;
    color: black !important;
}

.shape-tl{
    left: 12%;
    width: 150px;
    position: absolute;
    bottom: -200vh;
}

.shape-br{
    right: 12%;
    top: calc(210vh);
    width: 150px;
    position: absolute;
    transform: rotate(180deg);
    box-shadow: -10px 8px 0px;
}

.container-projects{
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: black;
}

.p-img{
    width: 150px;
    height: 150px;
    transform: rotate(270deg);
}

.container-experience{
    min-height: 100vh;
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-i2i{
    padding-top: 10%;
}

.e-dnm{
    width: 150px;
}

.shape-etr{
    left: 12%;
    top: calc(310vh);
    width: 150px;
    position: absolute;
    transform: rotate(90deg);
    box-shadow: -8px 10px 0px;
}

.shape-elb{
    right: 12%;
    width: 150px;
    position: absolute;
    bottom: -300vh;
    transform: rotate(270deg);
    border-radius: 4px;
}

.experience-title{
    position: absolute;
    left: 15%;
    top: 185vh;
}

.web-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.web-link{
    width: 100%;
    text-align: center;
    color: #c5c6c7;
}

.web-link a{
    color: #c5c6c7;
    text-decoration: unset;
}

.web-box hr{
    width: 80%;
    position: absolute;
    background-color: #45a29e;
    height: 3px;
    border: 0px solid;
    border-radius: 2px;
    margin-top: 5px;

}

.web-text{
    text-align: center;
}

.e-box{
    text-align: center;
    border-radius: 3px;
    margin: 8px;
    max-width: 20% !important;
    font-size: 13px;
    background-color: rgb(102, 252, 242, 0.1);
}

.skills{
    border-left: 1px solid;
}


.footer{
    text-align: center;
    color: lightgrey;
    width: 100%;

}



@media(min-width: 768px){
    .jumbotron-x{
        margin: 0 auto;
    }

    .p-container{
        width: 75% !important;
    }

}

@media only screen and (max-width: 767px){
    .skills{
        border: unset;
    }

    .projects-title{
        position: relative;
        left: unset;
        top: unset;
        margin-top: 3rem;
        text-align: right;
        margin-right: 10px;
    }

    .underline{
        margin-bottom: 3rem;
        margin-right: 0;
        width: 50%;
        background-color: black;
        margin-top: 0px;
    }

    .underline-experience{
        margin-bottom: 3rem;
        margin-left: 0;
        width: 50%;
        background-color: #c5c6c7;
        margin-top: 0px;
    }

}


@media only screen and (max-width: 1024px) {
    body{
        overflow-x: hidden;
    }

    nav{
        background-color: unset;
        justify-content: flex-end;
    }

    .nav-links{
        width: 100vw;
        position: fixed;
        right: 0px;
        height: 19vh;
        top: 0vh;
        display: flex;
        flex-direction: column;
        text-align: center;
        transform: translateX(100%);
        transition: transform 1.1s ease-in;
    }

    .nav-links li{
        opacity: 0;
    }

    .burger{
        display: block;
        padding: 15px;
    }

    .burger-active div{
        background-color: rgb(31, 40, 51);
    }

    .nav-active{
        transform: translateX(0%) !important;
        background-color: rgb(69,162,158);
        z-index: 1;
        padding: 0;
    }
    
    @keyframes navLinksAnimation{
        from{
            opacity: 0;
            transform: translateX(50px);
        }
        to{
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .m-box{
        padding-top: 60vh;
    }

    .linked-in{
        bottom: 70px;
        z-index: 1;
    }

    .e-box{
        margin: 5px;
        display: flex;
        justify-content: center;
    }

    .intro{
        width: 50%;
    }

}

@media(max-width: 768px) {
    .m-box{
        padding-top: 60vh;
    }

    .linked-in{
        bottom: 70px;
    }

    .intro{
        width: 100%;
    }

    .container-about{
        width: 100%;
    }

    #projects{
        padding: 0;
        margin: 0;
    }

    .about-txt{
        width: 100%;
        min-height: unset;
    }

    .about-title{
        left: 4%;
        text-align: right;
        padding: 3rem 1rem 0rem;
        position: unset;
        left: unset;
        top: unset;
    }

    .experience-title{
        left: 4%;
        margin-top: 3rem;
        position: unset;
        top: unset;
        left: unset;
    }

    .container-experience{
        width: 100%;
        display: unset;
        align-items: unset;
        justify-content: unset;
    }


}

@media(min-width: 768px){
    .experience-i2i{
        flex-direction: row !important;
    }


    .underline{
        display: unset;
    }

    .underline-experience{
        display: unset;
    }
}





