h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #8d6708;
}

body {
	background-color: #000;
}

div.splash-container {
	background-color: #000;
	background-image: url('../../bundles/fredjpurecss/css/img/orro.png');
	background-repeat:no-repeat;
	background-size: fill;
	background-position:center;
}

.content-wrapper-static {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 5%;
    width: 100%;
    min-height: 95%;
    z-index: 2;
    background: white;
}

.home-menu {
    background: #000;
    opacity: 0.75;
}

.home-menu a {
    color: #f8dd60;
}

.pure-menu-list {
	background: #000;
	opacity: 1;
}

.content-subhead {
	color: #8d6708;
}

.ribbon {
    background: #292720;
    color: #d4d0ab;
}

.footer {
    background: #200;
    color: #aa5535;
}

.footer-static {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
    text-align: center;
}