p {
    line-height: 1.8;
}

.post-preview .post-entry p a {
    /*text-decoration: underline;*/
    color: #008AFF;
}

.post-preview a {
    transition: .07s ease-in;
}

.post-preview .post-entry p a:hover {
    color: #0085a1;
    /* color: #aa0505; */
}

.post-preview .post-title {
    line-height: 1.2;
    letter-spacing: -1px;
}

.highlight td:first-child pre, .highlight pre {
    overflow: scroll;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.h4, h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

/* h1, h2, h3, h4, h5, h6 { */
/*     font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
/* } */

.blog-tags {
    margin-top: 50px;
}

.img-title {
    margin-bottom: 20px;
}

.blog-post .highlight {
    margin-top: 15px;
    margin-bottom: 30px;
}

.blog-post .twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;

    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.slide img.image {
    border: none !important;
    box-shadow: none;
    background: none;
}
