/* GENERAL */
body {
	background-color: #202020;
}
div {
	color: #D0D0D0;
}

/* LOGO */
h1 {
	color: #20c997 !important;
	font-weight: bold;
	white-space: nowrap;
}
h1 img {
	margin: -15px 20px 0 0;
}

/* PAGE HEADERS */
.site-section-heading {
	color: #D0D0D0;
	font-weight: bold;
}

/* TEXT STYLES */
.mb-0, .mb-1, .mb-2, .mb-3, .mb-4 {
	color: #D0D0D0;
}

pre {
	background-color: black;
	color: yellow;
	padding: 10px 20px;
}

/* TOP NAV */
.site-navigation a {
	color: #D0D0D0 !important;
}
.site-navigation li {
	background-color: #202020 !important;
}
.selected {
	color: #20c997 !important;
}
.site-navigation li:hover {
	background-color: black !!important;
	color: #20c997 !important;
}
.site-navigation a:hover {
	background-color: black !!important;
	color: #20c997 !important;
}

#social {
	background-color: black !!important;
	color: #D0D0D0;
}

/* MORE PHOTOS */
.image-info a {
	background-color: black !important;
	color: white;
	opacity: 0.50;
}
.image-info a:hover {
	background-color: white !important;
	opacity: 1.00;
}

/* FOOTER */
.footer {
	font-size: 10px;
	color: #C0C0C0;
}
.footer span {
	color: #404040;
}
.footer p {
	font-size: 8px;
	color: #404040;
}

/* THEOLOGY TABLE */
.table-container {
	x-overflow: hidden;
	y-overflow: scroll;
}
.topics table {
	border-collapse: collapse;
}
.topics tr:nth-child(even) {
	background-color: #0A0A0A;
}
.topics thead {
	position: sticky;
	top: 0;
}
.topics tbody {
	overflow: scroll;
}
.topics th {
	font-weight: bold;
	border-bottom: 1px solid white;
}
.topics th,td {
	white-space: nowrap;
	border-right: 1px solid white;
	color: white;
	padding: 2px 4px;
	overflow: hidden;
}
