body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 15px;
}
a {
    color: #000;
}

h4 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.colored-box {
    position: relative;
}
.colored-box::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -50px;
    height: 52px;
    width: 36px;
    background-color: #4f90cd;
}
.colored-box-darker::after {
    background-color: #374458;
}

.sep {
    border-bottom: 2px solid #4f90cd;
    margin: 0 15px 30px;
    padding: 0;
}

.sep-blank {
    margin-bottom: 15px;
}

.main-page {
    padding: 20px;
}

/* Header */

#name {
    font-size: 34px;
    line-height: 1;
    color: #2B343F;
}
#name.colored-box::after {
    top: 5px;
}

#job-desc {
    font-size: 16px;
    color: #4f90cd;
}

#avatar {
    width: 161px;
    height: 161px;
    border: 4px solid #4f90cd;
}

#contact .fab, #contact .fas {
    margin-left: 5px;
    color: #374458;
}

#contact p {
    margin-bottom: 13px;
}

/* Content */

.sub-section {
    margin-bottom: 1rem;
}

.sub-section .title {
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
}

.sub-section .position {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.sub-section .company {
    font-size: 16px;
}

.sub-section .company .fa-external-link-alt {
    font-size: 12px;
    color: #4f90cd;
    margin: 4px 0 0 5px;
    vertical-align: top;
}

.sub-section .period, .sub-section .tasks {
    font-style: italic;
    margin-bottom: 3px;
    color: #4f90cd;
}

.period-inline {
    font-size: 12px;
    font-style: italic;
    color: #4f90cd;
    vertical-align: top;
    margin-top: 4px;
}

.sub-section .position-desc {
    color: #7C7C7C;
    font-style: italic;
}

.sub-section .period + .tasks-list {
    margin-top: 1rem;
}

.sub-section .tasks-list {
    list-style: none;
    padding-inline-start: 1px;
    margin-bottom: 0;
}

.sub-section .tasks-list li {
    padding-inline-start: 14px;
}

.sub-section .tasks-list .fa-circle {
    margin-left: -14px;
}

.sub-section .tasks-list .fas {
    padding-right: 5px;
    font-size: 6px;
    vertical-align: top;
    margin-top: 4px;
    color: #4f90cd;
}

.sub-section .tasks-list .fa-external-link-alt {
    font-size: 10px;
    color: #4f90cd;
    margin: 2px 0 0 3px;
    vertical-align: top;
}

.sub-section .skill-list {
    list-style: none;
    padding-inline-start: 1px;
    margin-bottom: 0;
}

.sub-section .skill-list li {
    margin: 15px 0;
}

.sub-section .skill-list li .fas, .sub-section .skill-list li .far {
    font-size: 18px;
    color: #4f90cd;
    margin: 0 5px;
}
