/* Override the fonts and colors with mid-century modern ones */
/*
	red	b35250
	blue   0b3e51 5e727e
	brown  4f4639
	orange d2523b
	cyan   91b79d
*/
#menu {
	font-family: 'Life Savers';
	background: #0b3e51;
	color: #d0ac7f;
}

#menu a.pure-menu-heading {
	color: #fff;
}

.header h1, .header h2 {
	font-family: 'Fontdiner Swanky';
	color: #5f7080;
	color: #5e727e;
}

h1, h2, h3, h4 {
	color: #5e727e;
}

body {
	font-family: 'Open Sans';
	background: #f5f7dd;
	color: #333;
}

a {
	color: #5f7080;
}

.content-subhead {
	font-family: 'Fontdiner Swanky';
}

/* buttons */
.button-success,
.button-error,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
	background: rgb(28, 184, 65);
}

.button-error {
	background: rgb(202, 60, 60);
}

.button-warning {
	background: rgb(223, 117, 20);
}

.button-secondary {
		background: rgb(66, 184, 221);
}
