.top-bar {
	background-color: OrangeRed; /* #808000 = olive */
	margin-bottom: 20px; /* default: #333333 */
}

/* from line 2106 foundation.css */
.top-bar-section li:not(.has-form) a:not(.button) {
      background: Black; } /* default: #333333 */

.top-bar-section li:not(.has-form) a:not(.button):hover {
background-color: green; /* default: #555555 */
background: green; } /* default: #272727 */

.title-area .name h1 {
	font-family: impact;
	font-size: 1.5em;
	color: purple;
}

.row {max-width: 70rem;}
