html
{
	position: relative;
	min-height: 100%;
}

body
{
	margin-bottom: 60px;
	font-size: 14px;
	font-family: "Outfit", sans-serif;
	/* TODO For titles, use	 "Lexend", sans-serif; */
}

#page
{
	width: 860px;
}

.container
{
	width: auto;
}

ul.nav a:hover
{
	color: #c5c5d5 !important;
	background-color: #2f2f2f !important;
}

#posthead
{
	margin-top: -10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2f2f2f;
}

#posthead a
{
	color: #c5c5d5 !important;
}

#content
{
	margin: 0 auto;
	margin-bottom: 50px;
}

#disqus_recommendations
{
	margin-top: 100px;
}

.footer
{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 50px;
}

#contact li
{
	list-style-type: none;
}

#contact i
{
    min-width: 17px;
}

#contact hr
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#contact h2
{
    margin-top: 10px;
    margin-bottom: 5px;
}

.img
{
	margin: 20px;
}

.img-row
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blockquote, .blockquote-footer {
    font-size: 14px;
}

blockquote {
    font-size: 14px;
}

blockquote li {
    margin-left: -25px;
}

/* ==============================
   Dark Mode - Bootstrap Overrides
   ============================== */

/* Body & general text */
body {
    background-color: #1b1b1b;
    color: #c5c5d5;
}

/* Navbar */
.navbar {
    background-color: #1b1b1b;
    border-color: #2f2f2f;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    color: #d0d0e0 !important;
}

.navbar-nav > li > a {
    color: #c5c5d5 !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #7b9ec2 !important;
    background-color: transparent !important;
}

.navbar-toggle {
    border-color: #2f2f2f;
}

.navbar-toggle .icon-bar {
    background-color: #c5c5d5;
}

.navbar-collapse {
    border-color: #2f2f2f;
}

/* Page header */
.page-header {
    border-bottom-color: #2f2f2f;
    color: #d0d0e0;
}

/* Tables */
.table > thead > tr > th,
.table > tbody > tr > td {
    border-top-color: #2f2f2f;
    color: #c5c5d5;
}

.table > thead > tr > th {
    border-bottom-color: #3d3d3d;
    color: #888888;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #242424;
}

.table-hover > tbody > tr:hover {
    background-color: #2a2a2a;
}

/* Buttons - tag buttons */
.btn-default {
    background-color: #2f2f2f;
    border-color: #3d3d3d;
    color: #c5c5d5;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #3d3d3d;
    border-color: #4d4d4d;
    color: #d0d0e0;
}

/* Links */
a {
    color: #7b9ec2;
}

a:hover,
a:focus {
    color: #9bb8d8;
}

/* Horizontal rules */
hr {
    border-top-color: #2f2f2f;
}

/* Footer */
.footer {
    background-color: #1b1b1b;
    border-top: 1px solid #2f2f2f;
}

.text-muted {
    color: #888888 !important;
}

.text-muted a {
    color: #7b9ec2;
}

/* Form controls (search, inputs) */
.form-control {
    background-color: #242424;
    border-color: #3d3d3d;
    color: #c5c5d5;
}

.form-control:focus {
    border-color: #7b9ec2;
    box-shadow: none;
}

/* Panels */
.panel {
    background-color: #242424;
    border-color: #2f2f2f;
}

.panel-default > .panel-heading {
    background-color: #2f2f2f;
    border-color: #3d3d3d;
    color: #c5c5d5;
}

/* Wells */
.well {
    background-color: #242424;
    border-color: #2f2f2f;
}

/* List groups */
.list-group-item {
    background-color: #242424;
    border-color: #2f2f2f;
    color: #c5c5d5;
}

/* Callouts */
.bs-callout {
    border-color: #2f2f2f;
    background-color: #242424;
}

/* Dropdown menus */
.dropdown-menu {
    background-color: #242424;
    border-color: #3d3d3d;
}

.dropdown-menu > li > a {
    color: #c5c5d5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #2f2f2f;
    color: #d0d0e0;
}

/* Code (prettify override) */
pre.prettyprint {
    background-color: #242424 !important;
    border-color: #2f2f2f !important;
    color: #c5c5d5;
}

/* Font Awesome icons inherit text color */
.fa {
    color: inherit;
}

/* Selection */
::selection {
    background-color: #3d3d4d;
    color: #e0e0f0;
}

::-moz-selection {
    background-color: #3d3d4d;
    color: #e0e0f0;
}
