body {
    font-family: 'Roboto', sans-serif;
    background: #F7F8FA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #434E5E;
    overflow-x: hidden;
}

a {
    color: #328998;
}

a:hover {
    color: #1f555e;
}

.resume-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.resume-wrapper-inner {
    max-width: 1000px;
}

.resume-header {
    background: #328998;
    color: rgba(255, 255, 255, 0.9);
    /*height: 220px;*/
}

.small-header.resume-header .picture {
    width: 125px;
}

.resume-header .picture {
    width: 200px;
}

.resume-header .name {
    font-size: 2.25rem;
    letter-spacing: 0.175rem;
    font-weight: 900;
}

.resume-header .title {
    font-size: 1.5rem;
}

.resume-header a {
    color: rgba(255, 255, 255, 0.6);
}

.resume-header a:hover {
    color: white;
}

.resume-social {
    font-size: 0.875rem;
}

.resume-social .fa-container {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 0.125rem;
    background: white;
    color: #328998;
}

.resume-contact .fa-container {
    width: 20px;
    height: 24px;
}

.resume-section-title {
    font-size: 1.25rem;
    position: relative;
    color: #328998;
}

.resume-section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: #8d9aad;
}

.resume-section-motivations {
    text-align: justify;
    text-justify: auto;
}

.resume-section-content {
    color: #58677c;
}

.resume-timeline {
    padding-left: 2rem;
}

.resume-timeline:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 100%;
    background: #b1dee5;
    left: 6px;
    top: 4px;
    position: absolute;
}

.resume-timeline-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -32px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 4px solid #3facbe;
    background: white;
    border-radius: 50%;
}

.resume-company-name {
    color: #58677c;
    font-size: 0.875rem;
    font-weight: 500;
}

.resume-position-time {
    font-size: 0.875rem;
    color: #aab4c3;
}

.resume-position-title {
    font-size: 1.125rem;
    color: #434E5E;
}

.resume-position-title-info {
    font-size: 0.875rem;
    color: #434E5E;
}

@media (max-width: 767px) {
    .resume-header .name {
        font-size: 1.75rem;
    }
}

@media (max-width: 846px) {
    .resume-wrapper {
        padding-top: 0;
    }

    .resume-header {
        height: auto;
    }

    .resume-header .picture {
        width: 120px;
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .resume-header.container-fluid .resume-picture-holder {
        padding-left: 0;
    }
}
