* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #1229DB;
}
a:hover,
a:focus {
    text-decoration: underline;
}

h1, h2, h3 {
    font-family: 'PT Serif', serif;
}

.comments {
    padding: 50px 0 0;
}

.banner {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

pre {
    font-size: 90%;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50px;

    /* margin-left: 1em; */

    border: 3px solid #fff;
    z-index: 500;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.cover-body {
    position: absolute;
    max-width: 100%;
    bottom: 0px;
    top: calc(50% - 153px);
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
    text-transform: uppercase;
}

.article-title {
    font-size: 2em;
    color: #333332;
    letter-spacing: -1px;
}

.article-info {
    padding-top: 15px;
    clear: right;
    font-weight: 300;
    color: rgb(0, 0, 0);
    word-wrap: break-word;
}

.header-article {
    width: 767px;
    max-width: 100%;
    text-align: right;
    padding-top: 4em;
}

.header-article h5 {
    clear: both;
}

.content-sidebar {
    text-align: center;
    max-width: 100%;
}

.brand-main {
    margin: 0 0 10px 0;
}

.brand-main a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    font-family: 'PT Serif',serif;
}

.tagline {
    margin-top: -15px;
    line-height: 15px;
    margin-left: 15px;
    font-size: 80%;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: #fff;
}

.social {
    display: inline-block;
}
.social a {
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: rgba(0, 0, 0, 0.8);
}


.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    padding: 0 0 12px 0;
}


.post {
    padding-bottom: 1em;
    border-bottom: 1px solid #f2f2f0;
}
.post-title {
    font-size: 1.5em;
    color: #333332;
    letter-spacing: -1px;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin-top: -10px;
}

.post-date {
    color: #999;
    font-size: 90%;
    margin: 2px;
}

.post-date a {
    color: #999;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.2em 0.6em;
    color: rgba(29, 31, 13, 0.85);
    background: rgba(153, 153, 153, 0.4);
    font-size: 90%;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.71);
}

.archive-item {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f0;
}

.archive-date {
    margin: 0;
    color: rgb(155, 147, 147);
}

.archive-post {
    line-height: 130%;
    font-size: 1.5em;
    font-family: 'PT Serif', serif;
}

.archive-meta {
    color: #999;
    font-size: 80%;
    margin: -1px 0 0 0;
}

.footer {
    text-align: center;
    font-size: 75%;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 2px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.footer a {
    color: rgba(0, 0, 0, 0.7);
}

.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

.pagination-wrapper {
    padding-top: 6px;
}
.pagination-left, .pagination-right {
    position: absolute;
    top: 0;
}
.pagination {
    font-size: 80%;
    text-align: center;
    position: relative;
    width: 450px;
    margin: 0 auto;
    max-width: 100%;
}
.pagination-left {
    left: 0;
}
.pagination-right {
    right: 0;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.highlight {
    background-color: rgb(247, 247, 247);
    border-style: solid;
    border-color: rgb(203, 203, 203);
    border-width: 1px;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    overflow: auto;
}

.highlight pre {
    font-size: 85%;
    font-family: 'PT monospace', monospace;
    /* overflow: auto; */
}

cite, tt {
    color: #403E3F;
    margin: 1px;
    font-size: 90%;
    background-color: #F7F7F9;
    border: 1px solid #D5D5E7;
    padding: 0 0.3em;
    border-radius: 3px;
}

blockquote {
    margin: 1px;
    font-size: 90%;
    background-color: #F7F7F9;
    border: 1px solid #D5D5E7;
    padding: 0 0.3em;
    border-radius: 3px;
    overflow: auto;
}


/*************************************
 * New Layout styles
 ************************************/

.container-header {
    /* background-color: rgb(236, 234, 234); */
    align-items: center;
    height: 1em
}

.container-body {
    display: flex;
    /* height: calc(100vh - 3em); */
}

.container-footer {
    background-color: rgb(236, 234, 234);
    align-items: center;
}

.links {
    margin: 4px 0;
}

.links a {
    font-size: 15px;
    font-family: 'PT Serif', serif;
    letter-spacing: 2px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    text-decoration: none;
    color: #000; 
}

.twitter-share-button {
    width: 85px !important;
}


.body-sidebar {
    flex: 1;
    margin-top: 1em;
}

.body-column {
    flex: 3;
    justify-content: center;
}

.column {
    /* font-family: 'Open Sans', serif; */
    /* font-family: 'PT Serif', serif; */
    font-family: 'PT Sans', sans-serif;
    /*font-family: 'Open Sans', sans-serif; */
    max-width: 690px;
    padding: 0 20px;
}

.section {
    overflow: auto;
}


/******************/



/* LAYOUT CSS */
#layout {
    padding-left: 25%; /* "left col (nav + list)" width */
    position: relative;
}
@media (max-width: 767px) {

    .container-body {
        display: block;
    }

    .body-sidebar {
        width: 100%;
        position: relative;
        margin: 0;
        top: 1em;
    }

    .body-column {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .column {
        padding: 0 5px; 
    }


    .cover-body {
        padding-bottom: 5%;
        padding-top: 0;
    }

    .header,
    .header-article {
        text-align: center;
        top: auto;
        position: static;
    }

    #layout {
        padding: 0;
    }
}
