html, body {
	background: #0b0d10;
	color: #c8c8c8;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	-webkit-overflow-scrolling: touch;
}

/* do NOT paint the hero — leave slider / loading.gif alone */
section:not(#home),
section.alternate,
footer,
.well,
.panel,
.thumbnail,
.modal-content {
	background: #0b0d10 !important;
	color: #c8c8c8 !important;
}

section.alternate,
footer {
	background: #111318 !important;
}

h1, h2, h3, h4, h5, h6,
section header h1,
section header h2,
section header h3 {
	color: #f3f3f3 !important;
}

p, li, td, th, label, small, .lead {
	color: #c8c8c8;
}

a { color: #e8e8e8; }
hr { border-color: #2a2d33; }

.btn.btn-default,
.btn.btn-primary {
	background: #1a1d22;
	border-color: #3a3f47;
	color: #f3f3f3;
}

table, .table,
.table > thead > tr > th,
.table > tbody > tr > td {
	background: #111318 !important;
	color: #c8c8c8 !important;
	border-color: #2a2d33 !important;
}

#header .navbar-inverse { background: #0F1113; }

#home .image-caption h1,
#home .image-caption h2,
#home .image-caption p {
	color: #fff !important;
}

#switcher,
#showSwitcher { display: none !important; }

#home.half-screen,
#home.half-screen #slider,
#home.half-screen li {
	height: 550px !important;
	max-height: 70vh;
}