/* Links */
a:hover {
    color: #b22e2e !important;
}

.entry-content a:hover {
    border-bottom: .125em dashed #ff8545;
}

summary.toc-title {
    cursor: pointer;
}

/* Color accent */
.comments-container #disqus_thread:before,
.entry-header:after,
.entry-nav-links:before,
.footer:before,
.prev-entry~.next-entry:before,
.site-header:after {
    border-bottom-color: #ee5900;
}


/* Apply special styling to inline code tag */
p>code, a>code, li>code, figcaption>code, td>code {
    padding: .1rem;
    border: 1px solid #f2f3f3;
    color: #c7254e;
    background: #f9f2f4;
    font-family: monospace !important;
    font-size: 1.2rem;
}

/* Nicer blockquote styling */
blockquote {
    margin: 1em;
    border-left: solid 0.1em #cecece;
    padding: 0.5em 2em;
    position: relative;
    background-color: #fdf9f0;
    box-shadow: 0 -1px 0 #bbbbbb inset;
}

blockquote::before {
    content: "\"";
    font-size: 3em;
    color: rgba(192, 192, 192, 0.3);
    position: absolute;
    left: 6px;
    top: 0;
}

/* About me avatar */
img.avatar {
    border-radius: 50%;
    float: left;
    margin: 0.75em 1em 0 0;
}

@media (max-width: 800px) {
    img.avatar {
        max-width: 80px;
    }
}

@media (min-width: 800px) {
    img.avatar {
        max-width: 110px;
    }
}

/* Summary block */
div.summary {
    font-size: 0.9em;
    color: #aaa;
    margin-top: 0.9em;
    border-bottom: 1px solid #eee;
}

/* Footer */
footer div.social-menu-container ul.social-menu {
    display: inline;
    margin-left: 0.75em;
}

footer div.social-menu-container span {
    font-size: 0.9em;
}

footer div.copyright {
    color: #b4b4b4;
    font-size: 0.75em;
}

footer div.copyright p a {
    color: #b4b4b4;
}

/* Tags */
li.list-item div.readmore {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

li.list-item div.readmore h3 a {
    color: #b4b4b4;
    font-size: 0.9em;
}

/* External link icon */
h3 img.external_link_icon {
    max-width: 14px;
}

h1 img.external_link_icon {
    max-width: 26px;
}

/* About page: resume */
.resume__group {
    padding: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
}

.resume__group:before {
    display: table;
    content: " ";
    line-height: 0;
}

.resume__right {
    margin-top: 5.1px;
}

.resume__left {
    min-height: 1em;
    margin-top: 3px;
}

.resume__left h2 {
    font-size: 1.30em;
    font-weight: normal;
}

.resume__left small {
    font-size: 65%;
}

.resume__right h3 {
    font-weight: normal;
    margin: 10px 0;
    font-size: 1.20em;
}

.resume__right h4 {
    font-weight: lighter;
    margin: 6px 0;
    font-size: 1em;
}

.resume__right h5, .resume__left h5 {
    color: #999;
    font-weight: lighter;
    margin: 0px;
    margin-bottom: 22px;
    font-size: 0.8em;
}

.resume__block {
    margin-bottom: 40px;
}

.resume__block span#people {
    border-bottom: 1px solid #000;
}

/* .resume__block p {
    font-weight: lighter;
}

.resume__block ul li {
    font-weight: lighter;
} */

.resume__block ul.skills li {
    font-size: 0.90em;
}

@media screen and (min-width: 37.5em) {
    .resume__group .resume__left {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 23.2317609825%;
    }

    .resume__group .resume__left:last-child {
        margin-right: 0;
    }

    .resume__group .resume__right {
        float: left;
        display: block;
        width: 74.4105869942%;
        margin-right: 0;
    }

    .resume__group .one-half {
        float: left;
        display: block;
        width: 48.8211739883%;
    }

    .resume__skills .one-half {
        min-height: 240px;
    }

    .resume__group .one-half:nth-child(2n+1) {
        clear: left;
    }

    .resume__group .one-half:nth-child(n+1) {
        clear: none;
    }
}