h3 > a {
    color: black;
}

.rss-feed::before {
    display: inline-block;
    content: " ";
    width: 16px;
    height: 16px;
    margin-left: -32px;
    margin-right: 4px;
    background-image: url("../img/feed-icon.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.rss-feed {
    margin-top: -32px;
    font-size: 14px;
    text-align: right;
}

.rss-feed-footer {
    margin-top: -36px;
}

.post-date {
    margin-bottom: -32px;
    padding-left: 0px !important;
    font-weight: 300;
}

.news-nav-links {
    padding-left: 0 !important;
    font-size: 0.9rem;
}
