.blog-title,
.blog-description {
    color: #75504a;
    text-shadow: 0 0 2px white;
}

.post-holder.odd {
    background-color: #d4b895;
}

.post-holder.odd .post-after {
    border-top-color: #d4b895 !important;
}

a.btn {
    background-color: burlywood;
}

a.btn:hover {
    background-color: #96665a;
}
a.fn-item {
    font-size: 2rem;
    line-height: 150%;
}

a.fn-item.active {
    color: #fc2847;
}

a.fn-item:hover {
    color: #96665a;
}
#about-me section.post-content img {
    border-radius: 10px;
}
.nobr {
    white-space: nowrap;
}