body
{
	background-color: #111 !important;
	padding-top: 76px;
}

a
{
	text-decoration: none;
}

ol li a
{
	color: #a63030 !important;
}

i.text-primary
{
	color: #a63030 !important;
}

.nav-masthead .active
{
	border-bottom-color: #a63030 !important;
}

.link-logo
{
	color: #FFF;
	text-decoration: none;
}

.link-logo:hover
{
	color: red;
}

.bd-placeholder-img
{
	-moz-user-select: none;
	-webkit-user-select: none;
	font-size: 1.125rem;
	text-anchor: middle;
	user-select: none;
}

.b-example-divider
{
	background-color: rgba(0, 0, 0, .1);
	border-width: 1px 0;
	border: solid rgba(0, 0, 0, .15);
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	height: 3rem;
}

.b-example-vr
{
	flex-shrink: 0;
	height: 100vh;
	width: 1.5rem;
}

.bi
{
	fill: currentColor;
	vertical-align: -.125em;
}

.nav-scroller
{
	height: 2.75rem;
	overflow-y: hidden;
	position: relative;
	z-index: 2;
}

.nav-scroller .nav
{
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-wrap: nowrap;
	margin-top: -1px;
	overflow-x: auto;
	padding-bottom: 1rem;
	text-align: center;
	white-space: nowrap;
}

.text-bg-dark
{
	color: #fff !important;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus
{
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

.cover-container
{
	max-width: 42em;
}

.nav-masthead .nav-link
{
	border-bottom: .25rem solid transparent;
	color: rgba(255, 255, 255, .5);
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus
{
	border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link
{
	margin-left: 1rem;
}

.nav-masthead .active
{
	border-bottom-color: #fff;
	color: #fff;
}

@media (min-width: 768px)
{
	.bd-placeholder-img-lg
	{
		font-size: 3.5rem;
	}
}