header {
    background-color: #1c2457;
    padding-top: 30px;
    padding-bottom: 30px;
}

header .avatar {
    border-radius: 50%;
    background-color: #fff;
    width: 172px;
    height: 172px;
    margin: 0 30px;
}

header .avatar img {
    border-radius: 50%;
    position: relative;
    top: 6px;
    left: 6px;
    width: 160px;
    height: 160px;
}

h1, h2 {
    font-family: 'Merriweather', serif;
}

h2 {
    margin: 2rem 0 1rem 0;
    border-bottom: #b62121 2px solid;
    padding-bottom: 0.2rem;
}

h3 {
    font-size: 1.1rem;
}

main .page {
    max-width: 900px;
}

#title {
    padding-left: 0;
    padding-right: 0;
    border-bottom: #b62121 5px solid;
    margin-bottom: 3rem;
}

#title address a.email {
    font-size: 1.75rem;
    color: #0078a0;
}
#title address a.email:hover {
    text-decoration: none;
    color: #004d66;
}
#title address a.email:focus {
    text-decoration: none;
    color: #004d66;
    border-bottom: 3px dashed #0078a0;
    outline: none;
}

#technical li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#technical .arc-progress {
    width: 7rem;
    height: 7rem;
}

#technical svg.arc-progress path {
    will-change: auto;
    stroke-width: 0.8rem;
    stroke-miterlimit: round;
    transition: stroke-dashoffset 850ms ease-in-out;
}

#technical svg.arc-progress .bg {
    stroke: #ccc;
}

#technical svg.arc-progress .fill {
    stroke: #0078a0;
}

#technical .skills li span {
    display: block;
    width: 7rem;
    font-weight: 600;
    text-align: center;
    font-size: 0.8rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

#education table .subject {
    width: 13rem;
}

#work .tags {
    padding-left: 0;
}
#work .tags li {
    list-style-type: none;
    display: inline-block;
}