p{
    font-size: 1em;
    color: #fff !important;
}

ul{
    font-size: 1em;
    color: #fff !important;
}

a{
    text-decoration: none;
}

ol{
    font-size: 1em;
    color: #fff !important;
}

.about-avatar img{
    height: 150px;
    width: 150px;
    margin: 0 auto;
    display: block;
}

.author-card{
    background: #192129;
    border: 1px solid #192129;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}
.linkedin-logo {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    /*//https://icon-sets.iconify.design/bi/caret-down-fill/*/

}

.mail-logo{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px; 
}

.github-logo{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}


.card-title {
    color: #fff !important;
    font-family: "Oswald", sans-serif !important;
    font-weight: bold;
    margin-top: 0;
    letter-spacing: 0.1px;
    font-size: 30px;
    text-transform: uppercase;
}

.job-title {
    color: #02a5d6 !important;
    padding-bottom: 10px !important;
    font-family: "Oswald", sans-serif !important;
}



/* Section certifications */
.certifications{
    background: #192129;
    border: 1px solid #192129;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);

}

.logo-certifications{
    width: 120px;
    height: 120px;
}

@media (min-width: 575.98px){
    /*Section timeline*/
    .timeline {
        position: relative;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
    }

    .timeline:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        border-right: 2px dashed #02a5d6;
        height: 100%;
        display: block;
    }

    .timeline-row {
        padding-left: 50%;
        position: relative;
        margin-bottom: 30px;
    }

    .timeline-row .timeline-time {
        position: absolute;
        right: 50%;
        top: 18px;
        text-align: right;
        margin-right: 20px;
        color: #02a5d6;
    }

    .timeline-row .timeline-content {
        position: relative;
        padding: 20px 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .timeline-row .timeline-content:after {
        content: "";
        position: absolute;
        top: 20px;
        height: 3px;
        width: 40px;
    }

    .timeline-row .timeline-content:before {
        content: "";
        position: absolute;
        top: 20px;
        right: -50px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        z-index: 100;
        background: #fff;
    }

    .timeline-row:nth-child(even) .timeline-content {
        background-color: #192129;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#192129), to(#20303f));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #192129, #20303f);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #192129, #20303f);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #192129, #20303f);
        /* IE10 */
        background-image: -o-linear-gradient(top, #192129, #20303f);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #192129, #20303f);
        margin-left: 40px;
        text-align: left;
    }

    .timeline-row:nth-child(even) .timeline-content:after {
        left: -39px;
        border-right: 18px solid #192129;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-row:nth-child(even) .timeline-content:before {
        left: -50px;
        right: initial;
    }

    .timeline-row:nth-child(odd) {
        padding-left: 0;
        padding-right: 50%;
    }

    .timeline-row:nth-child(odd) .timeline-time {
        right: auto;
        left: 50%;
        text-align: left;
        margin-right: 0;
        margin-left: 20px;
    }

    .timeline-row:nth-child(odd) .timeline-content {
        background-color: #192129;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#192129), to(#20303f));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #192129, #20303f);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #192129, #20303f);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #192129, #20303f);
        /* IE10 */
        background-image: -o-linear-gradient(top, #192129, #20303f);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #192129, #20303f);
        margin-right: 40px;
        margin-left: 0;
        text-align: right;
    }

    .timeline-row:nth-child(odd) .timeline-content:after {
        right: -39px;
        border-left: 18px solid #192129;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}
@media (max-width: 575.98px) {
    .timeline {
        position: relative;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
    }

    .timeline-row .timeline-content {
        position: relative;
        padding: 20px 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 25px;
    }

    .timeline-row .timeline-time {
        color: #02a5d6;
        text-align: center;
    }

    .timeline-row .timeline-content {
        background-color: #192129;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#192129), to(#20303f));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #192129, #20303f);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #192129, #20303f);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #192129, #20303f);
        /* IE10 */
        background-image: -o-linear-gradient(top, #192129, #20303f);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #192129, #20303f);
        text-align: center;
    }
    

}