body {
    font-family: "Roboto", sans-serif;
    color: #545E6C;
    background: #f5f5f5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    color: #2d7788;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #1a454f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:focus {
    text-decoration: none;
}

p {
    line-height: 1.5;
}

.wrapper {
    background: #42A8C0;
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper {
    background: #42A8C0;
    height: 100%;
    width: 100%;
    min-height: 800px;
    color: #fff;
}

.sidebar-wrapper a {
    color: #fff;
}

.sidebar-wrapper .avatar-container {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 30px;
    text-align: center;
}

.sidebar-wrapper .name {
    font-size: 32px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
}

.sidebar-wrapper .tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-wrapper .avatar {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 25%;
}

.sidebar-wrapper .contact-info {
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0;
    vertical-align: middle;
}

.sidebar-wrapper .contact-info .contact-item {
    align-self: stretch;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.sidebar-wrapper .contact-info .contact-item svg {
    fill: #ffffff;
    height: 1em;
    margin-right: .5em;
    width: 14px;
}

.sidebar-wrapper .contact-info .contact-item:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .container-block {
    padding: 10px 15px;
}

.sidebar-wrapper .container-block-title {
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidebar-wrapper .container-block-title svg {
    fill: #ffffff;
    height: 1em;
    margin-right: .5em;
    width: 1em;
}

.sidebar-wrapper .container-block-title svg {
    fill: #ffffff;
    height: 1em;
    margin-right: .5em;
    width: 1em;
}

.sidebar-wrapper .degree {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2px;
}

.sidebar-wrapper .education-container .item {
    margin-bottom: 15px;
}

.sidebar-wrapper .education-container .item:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .education-container .meta {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 14px;
}

.sidebar-wrapper .education-container .time {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0px;
}

.sidebar-wrapper .languages-container .lang-desc {
    color: rgba(255, 255, 255, 0.6);
}

.sidebar-wrapper .languages-list {
    margin-bottom: 0;
}

.sidebar-wrapper .languages-list li {
    margin-bottom: 10px;
}

.sidebar-wrapper .languages-list li:last-child {
    margin-bottom: 0;
}

.sidebar-wrapper .interests-list {
    margin-bottom: 0;
}

.sidebar-wrapper .interests-list li {
    margin-bottom: 10px;
}

.sidebar-wrapper .interests-list li:last-child {
    margin-bottom: 0;
}

.main-wrapper {
    background: #fff;
    flex-grow: 1;
    padding: 20px;
}

.main-wrapper .section-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #2d7788;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.main-wrapper .section-title .icon-holder {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #2d7788;
    text-align: center;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}

.main-wrapper .section-title .icon-holder svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}

.main-wrapper .section:not(:last-child) {
    margin-bottom: 45px;
}

.main-wrapper .experiences-section .item {
    margin-bottom: 30px;
}

.main-wrapper .experiences-section .item .details {
    text-align: justify;
}

.main-wrapper .upper-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.main-wrapper .job-title {
    color: #3F4650;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.main-wrapper .summary {
    text-align: justify;
}

.main-wrapper .time {
    position: absolute;
    right: 0;
    top: 0;
    color: #97AAC3;
}

.main-wrapper .company {
    margin-bottom: 10px;
    color: #97AAC3;
}

.main-wrapper .company img {
    width: 1em;
}

.main-wrapper .project-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.main-wrapper .other-experiences-section .intro {
    margin-bottom: 30px;
}

.main-wrapper .other-experiences-section .item {
    margin-bottom: 15px;
    text-align: justify;
}

.skillset {
    display: flex;
    flex-direction: column;
}

.skillset .item {
    display: flex;
    margin-bottom: 1em;
    width: 100%;
}

.skillset .item-title {
    display: inline-flex;
    width: 33%;
}

.skillset .item-title svg {
    fill: #3F4650;
    height: 1em;
    margin-right: .5em;
    width: 1em;
}


.skillset .level-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.skillset .skill-description {
    width: 67%;
}

@media (min-width: 768px) {
    .sidebar-wrapper .container-block {
        padding: 30px 15px;
    }
}

@media print, (min-width: 768px) {
    .sidebar-wrapper .avatar {
        width: 100%;
    }

    .sidebar-wrapper .contact-info {
        justify-content: start;
    }

    .sidebar-wrapper .languages-container ul {
        display: block !important;
    }

    .main-wrapper {
        padding: 60px;
    }

    .sidebar-wrapper {
        flex-shrink: 0;
        width: 28% !important;
    }

    .wrapper {
        flex-direction: row !important;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    body {
        color: #000000;
        background: #ffffff;
    }

    .sidebar-wrapper .avatar-container {
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        padding: 30px 30px 5px 30px;
        text-align: center;
    }

    .sidebar-wrapper .name {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .sidebar-wrapper .tagline {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sidebar-wrapper .container-block {
        padding: 15px 10px;
    }

    .sidebar-wrapper .contact-info {
        justify-content: start;
    }

    .sidebar-wrapper .contact-info .contact-item {
        font-size: 12px;
    }

    .main-wrapper {
        background: #ffffff;
        padding: 30px;
    }

    .main-wrapper .company {
        color: #000000;
    }

    .main-wrapper .job-title {
        color: #000000;
    }

    .main-wrapper .section {
        margin-bottom: 30px;
    }

    .main-wrapper .section-title {
        margin-bottom: 12px;
    }

    .main-wrapper .time {
        color: #000000;
    }

    .skillset .item-title svg {
        fill: #000000;
    }

    .wrapper {
        box-shadow: none;
        margin: 0 0;
    }
}