body, .post h2, #post-list h2, #post-list a, #post-list .dates {
	font-family: "Helvetica Neue","Roboto",Helvetica,Arial,sans-serif;
}

.post li {
    list-style-type: inherit;
    list-style-position: outside;
}

.author-template .post {
    margin-top: 0;
}

#wrapper {
    max-width: 720px;
}

#post-list h2 {
    max-width: 500px;
}

.post ul li {
    margin-left: 30px;
}

.post-template #wrapper {
    padding: 0 40px 100px;
}

.intro {
    text-align: center;
}

.intro .avatar {
    width: 150px;
    border-radius: 50%;
}

.intro h1 {
    color: #222;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: -2px;
}

.intro .bio {
    color: #aaa;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.intro .bio span {
    color: #e81f86;
}

.main-nav {
    z-index: 100;
    margin: 0 auto;
    text-align: right;
    padding: 28px 28px 0;
}

.main-nav a {
    top: 8px;    
    right: 6px;
    font-size: 13px;
    color: #5badf0;
    padding: 8px 12px;
    border-radius: 3px;
}

footer p.small {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.8;
}

.main-nav a.active {
    color: #fff;
    margin-left: 12px;
    background: #5badf0;
}

.post h1, h2, h3, h4, h5 {
    color: #333;
    font-weight: 400;
    font-size: inherit;
    margin-top: 40px;
}

.post h1 {
    font-size: 32px;
    font-weight: 300;
}

.post h2 {
    color: #333;
    font-size: 24px;
}

.post h3 {
    font-size: 20px;
}

.post h4, .post h5, .post h6 {
    font-size: 17px;
    font-weight: 500;
}

.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.post-header .title {
    font-size: 36px;
    line-height: 1.4em;
}

.post-header .date {
    color: #b2b9be;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

pre {
    border: 0;
    padding: 20px;
    color: #333;
    overflow: auto;
    font-weight: 500;
    white-space: pre-wrap;
    background: #f3f3f3;
    font-family: monospace, Menlo, Monaco, Consolas, "Courier New";
}

pre code {
    white-space: pre;
}

p>code {
    color: #333;
    padding: 1px 3px;
    white-space: pre-wrap;
    background: #f3f3f3;
    border: #E3EDF3 1px solid;
    font-family: monospace, Menlo, Monaco, Consolas, "Courier New";
}

.post p>img {
    left: 50%;
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    padding: 0.6em 0;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#post-list b {
    font-weight: 400;
    max-width: inherit;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#post-meta {
    padding: 30px 0 0 0;
    border-top: 1px solid #eee;
}

#comments {
    margin-top: 30px;
}

footer {
    box-shadow: none;
}

.post h2.headline {
    font-size: 14px;
    font-style: normal;
    font-family: inherit;
    color: #aaa;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.author-template .post {
    border-bottom: 1px solid #eee;
}

.post {
    margin-top: 71vh;
}

.post-image-bg {
    height: 65vh;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #222 no-repeat center center;
    background-size: cover;
}

.post-image-bg:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.blog-logo {
    top: 20px;
    left: 25px;
    width: auto;
    height: 38px;
    display: block;
    position: absolute;
    padding: 1px 0 5px 0;
}

.post-template .main-nav a {
    color: #fff;
}


.post-template .main-nav a.home-link {
    display: none;
}

.post-template .main-nav a.active {
    background: transparent;
}

@media screen and (max-width: 540px) {
    .main-nav-hide-xs {
        display: none;
    }

    .main-nav {
        margin-bottom: 30px;
    }
    
    .post-header .title {
        font-size: 28px;
        padding: 0 15px;
    }
}
