The font-size of the menu items is a bit too small and I struggle to work out using the browser console how to overwrite the CSS to make the font-size bigger.
andrewwinkler Hi You can use this code in custom.css file to override the font
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>span { font-size: 12px;}