.site-title {
    text-transform: none;
    font-family: "Lemon", arial, sans-serif;
    font-size: 1.6em;
}

.main-navigation ul li a {
	color: white;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: red;
}

.sub-menu a {
    color: black !important;
}

h1.entry-title, h2.entry-title {
    color: #b93d3d !important;
    font-size: 1.5rem !important;
}

.main-navigation li li:hover, .main-navigation li li.focus {
    background: #ab8383;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: red !important;
}

.site-info span[role=separator]::before {
    content: '';
}