a {
    text-decoration: underline;
}

.navbar a,
h2 a {
    text-decoration: none;
}

.post-preview:first-child,
.blog-post,
.story-page {
    margin-top: 100px;
}

.blog-post header {
    margin-bottom: 30px;
}
.blog-post h3+p {
    margin-top: 0;
}

.blog-footer {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* --- custom color scheme -------------------------------------------------- */
/* colors found via https://coolors.co/080f0f-eff2c0-796a50-a52422-83b5d1 */
#mainNav, .blog-footer {
    background-color: #c9b594;
}

/* overrides clean-blog.css */
.btn-primary {
    background-color: #796a50;
    border-color: #796a50;
}

.blog-footer a:hover {
    color: #eff2c0;
}

