The menus for the TwentyFourteen theme are all caps. We can change these to title case and make the font-size of the menus a wee bit bigger:
.site-navigation, .entry-title, .entry-header a {
text-transform: capitalize;
}
.site-navigation a {
text-transform: capitalize;
font-size: 16px;
}
