@charset "utf-8" !important;

/*

HenryDRiley.com Screen StyleSheet

*/

.navbar
{
	background-color: #000000 !important;
	color: #C4C8CB !important;

	margin-bottom: 2em;
}

.navbar-dark .navbar-brand
{
	color: #ffffff !important;
	text-indent: 1em !important;
	font-weight: bold;
}

.navbar-dark div ul li a.nav-link {
	background-color: #000000 !important;
	color: #C4C8CB !important;
}

.navbar-dark .navbar-nav > .open > a, .navbar-dark .navbar-nav > .open > a:hover, .navbar-dark .navbar-nav > .open > a:focus
{
	background-color: #C4C8CB !important;
	color: #000000 !important;
}

a, .pagination > li > a { color: #000000 !important;
}

.pagination > .active > span
{
	color: #F0BF00 !important;
	background-color: #3B0160 !important;
	border-color: #3B0160 !important;
}
a:link{
text-decoration: none;
}
a:visited{
text-decoration: none;
}
a:hover, a:focus {
	color: #000000 !important;
	text-decoration: underline;
}
a:active{
	text-decoration: none;
}
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
.btn-primary {
	color: #ffffff !important;
}
.btn-primary:hover {
	color: #ffffff !important;
}
.btn-info {
	color: #ffffff !important;
}
.btn-info:hover {
	color: #ffffff !important;
}
.btn-success {
	color: #ffffff !important;
}
.btn-success:hover {
	color: #ffffff !important;
}
.btn-danger {
	color: #ffffff !important;
}
.btn-danger:hover {
	color: #ffffff !important;
}
