body {
    font-family: inherit;
    /*font-family: "SF UI Display", "Helvetica Neue", Helvetica, sans-serif;*/
    font-weight: 300;
    /*min-height: 2000px;*/
    padding-top: 70px;
    background: #fdfdfd;
    font-size: 16px;
}

.blog-post code {
    background-color: #f3f3f3;
    color: inherit;
}

.blog-post pre {
    border: none;
    background-color: #f3f3f3;
}

.blog-post h4 {
    margin-top: 30px;
}

.navbar-brand {
    /*margin-right: 0.5em;*/
    font-size: 20px;
}

.navbar-brand.logo {
    /*margin-right: 0.5em;*/
    padding-top: 10px;
    font-size: 24px;
}

.navbar-brand img {
    border-radius: 4px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: black;
    border-bottom: 1px solid black;
}

.blog-post-title {
    font-weight: normal;
    margin-bottom: 20px;
}

.blog-post-meta {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #808080;
    font-weight: normal;
}

.sidebar-module {
    margin: 0;
    margin-top: 20px;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    background: #f3f3f3;
}

.sidebar-module h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.sidebar-module ol {
    margin-bottom: 0;
}
.sidebar-module.recent-posts li {
    margin-top: 12px;
}

/*
 * Footer
 */

.blog-footer {
    padding: 40px 0;
    color: #999;
    /*background-color: #fff;*/
    /*border-top: 1px solid #e7e7e7;*/
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.navbar {
    background-color: #fff;
    border-color: #e7e7e7
}

/* hljs */

.hljs {
    display: block;
    background: white;
    padding: .5em;
    color: #333333;
    overflow-x: auto
}

.hljs-comment, .hljs-meta {
    color: #969896
}

.hljs-string, .hljs-variable, .hljs-template-variable, .hljs-strong,
.hljs-emphasis, .hljs-quote {
    color: #df5000
}

.hljs-keyword, .hljs-selector-tag, .hljs-type {
    color: #a71d5d
}

.hljs-literal, .hljs-symbol, .hljs-bullet, .hljs-attribute {
    color: #0086b3
}

.hljs-section, .hljs-name {
    color: #63a35c
}

.hljs-tag {
    color: #333333
}

.hljs-title, .hljs-attr, .hljs-selector-id, .hljs-selector-class,
.hljs-selector-attr, .hljs-selector-pseudo {
    color: #795da3
}

.hljs-addition {
    color: #55a532;
    background-color: #eaffea
}

.hljs-deletion {
    color: #bd2c00;
    background-color: #ffecec
}

.hljs-link {
    text-decoration: underline
}

/*code {*/
/*white-space: pre-line*/
/*}*/

/*pre code {*/
/*white-space: inherit*/
/*}*/
