/* Resume */
#resume {
    border-top: 0.25rem solid #6C3483;
    position: relative;
}

.resume-div {
    background-color: white;
    width: 100%;
    overflow: hidden;
}

.resume-title {
    text-align: center;
    padding-top: 1rem;
    position: absolute;
    width: 100%;
}

.resume-heading {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3rem;
    color: #333A3F;
    width: 100%;
    text-align: center;
}

/* History */
.history-section {
    background-color: #f4f4f4;
    padding-top: 5rem;
}

.history-heading {
    text-align: center;
    font-family: "Exo", "Roboto", "Segoe UI", "Arial", sans-serif;
    color: #333A3F;
}

.timeline-item {
    padding: 4em 2em 0em 2em;
    position: relative;
    border-left: 1px solid;
    font-family: "Roboto", "Segoe UI", "Arial", sans-serif;
    color: #333A3F;
}

.timeline-item p {
    padding: 0;
    margin: 0;
}

.timeline-item:before {
    content: attr(data-dates);
    position: absolute;
    left: 2.5em;
    top: 3em;
    display: block;
    font-family: "Exo", sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.timeline-item:after {
    width: 12px;
    height: 12px;
    display: block;
    top: 2.4em;
    position: absolute;
    left: -6px;
    border-radius: 12px;
    content: '';
    background: #fafafa;
}

.history-items {
    margin-bottom: 30px;
}

/* Skill */
.skills-section {
    padding: 5rem 0 0 0;
}

.skills-heading {
    text-align: center;
    font-family: "Exo", "Roboto", "Segoe UI", "Arial", sans-serif;
    color: #333A3F;
    margin-bottom: 0.5rem;
}

.skill {
    margin-bottom: 2rem;
}

.skill-block {
    padding: 0 0.5rem;
}

.skill-icon {
    text-align: center;
    padding-left: 1rem;
}

.skills-list {
    font-family:"Roboto", "Segoe UI", "Arial", sans-serif;
    color: #333A3F;
    list-style: none;
    padding: 0;
    margin-bottom: 0.25rem;
}

.skills-list li {
    margin-bottom: 0.25rem;
}

.skill-badges {
    text-align: center;
    margin-top: 1rem;
}

@media(max-width: 768px) {
    /* Reduce top padding to skill section */
    .skills-section {
        padding-top: 1rem;
    }
    /*Add padding to skill sections*/
    .skill {
        margin-bottom: 0;
        padding: 2rem;
    }
}
