a.title {
color: #8B4513;
font-size: 15px;
}
a.title::after {
content: "a";
white-space: pre;
}
span.excerpt-dash {
display: none;
}

a, blockquote h5, .blog-categories ul li a:hover, .author-name a, .author-name a:hover {
color: #8B4513;
font-size: 16px;
font-weight: bold;
}

.main-navigation {
border-top: 1px solid;
font-size: 17px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
.main-navigation a {
font-size: 15px;
}

@media only screen and (max-width: 1024px) {
body .container .row {
    display: flex;
    flex-flow: column-reverse;
}
}
