body { 
	font-family: 'Open Sans' !important;
	color: #464851 !important;
	}

p {
	font-weight: 500 !important;
}

.topbar {
	z-index: 9999; 
	margin-bottom: 0px !important;
	background-color: #94163c;
	height: 6rem !important;
}

#accordionSidebar {
  background-color: #414042 !important;
  background-image: none !important;
}

.sidebar-divider {
	margin-top: 1rem !important;
}


a {
	color: #94163c !important;
}

.btn-primary, .paginate a {
  color: #fff !important;
  background-color: #94163c !important;
  border-color: #94163c !important;
}

.nav-link, .sidebar-brand-text {
  color: #fff !important;
}

.collapse-item {
  color: #3a3b45 !important;
}

.text-primary
{
  color: #94163c !important;
}


/* adjust position of the icons for sub-categories, so they're indented along with the category name */
.subCatIcon, .subCatCheck {
	position: relative !important;
	left: 16px !important;
}