/* ------------------------------------- Background ----------------------------------------- */

.skills-section{
    position: relative;
    margin-top: -1px;
    height: 850px;
    width: 100%;
    background-color: #1a1527;
}

@media only screen and (max-width: 1200px) {
    .skills-section{
        height: 750px;
    }
    
}

@media only screen and (max-width: 1000px) {
    .skills-section{
        height: 700px;
    }
    
}

@media only screen and (max-width: 600px) {
    .skills-section{
        height: 80vmax;
    }
    
}

/* ------------------------------------- Timeline ----------------------------------------- */
#timeline-skl {
    background-color: #5918df;
    list-style: none;
    margin-left: 21%;
    height: 200%;
    position: absolute;
    margin-top: 7%;
    width: 2px;
    z-index: 1;
}

/*----------------------------------- bullet points -----------------------------------*/

.bullet-skl {
    position: absolute;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    color: #988e9f;
    margin: 10px;
    padding: 20px;
    top: -45px;
}

.bullet-skl.bullet-skl:before {
    position: absolute
}

.bullet-skl:before {
    background-color: #5918df;
    border: 2px solid #5918df;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: -15px;
    top: 25px;
    width: 9px;
}


/* ----------------------------------- text  ------------------------------------------- */
#sel-skl {
    font-family :'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2vmax;
    font-weight: bold;
    position: absolute;
    margin-top: 10%;
    left: 24%;
    z-index: 2;
}

@media only screen and (max-width: 500px) {
    #sel-skl {
        margin-top: 13%;
    }
}
