body.dark {
	background-color: #f6f7f7 !important;
}

.heading h2 {
	color: #000000 !important;
}

.text-center a {
	color: #000000 !important;
}

.text-center a:hover {
	color: #e80800 !important;
}

.form-control {
	color: #000000 !important;
}

.btn-primary.btn-black {
	background-color: #e80800 !important;
	border-color: #e80800 !important;
	color: #ffffff !important;
}

.btn-primary.btn-black:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #ffffff !important;
} 