h1, h2, h3, h5, h6, p, span, a, button, li, label, figcaption{
	font-family: 'Montserrat', sans-serif !important;
}

h1, h1 span {
	font-weight: 700 !important;
	font-size: 2rem !important;
}

h2, h2 span {
	font-weight: 600 !important;
	font-size: 1.5rem !important;
}

h3, h3 span {
	font-weight: 500 !important;
	font-size: 1.35rem !important;
}

h4, h4 span {
	font-weight: 500 !important;
	font-size: 1.1rem !important;
}

h5, p, span, a, button, li, label, figcaption {
	font-weight: 300 !important;
	font-size: 0.9rem !important;
}

h6, h6 span {
	font-weight: 300 !important;
	font-size: 0.65rem !important;
}

.bg-primary-oab {
	background-color: #001C41;
}

.bg-danger-oab {
	background-color:red;
}

.nav-link-oab {
	color: white !important;
}
	.nav-link-oab:hover {
		color: #001C41 !important;
		background-color: white !important;
		/* text-decoration: underline; */
	}

.nav-link-oab-reversed {
	color: #001C41 !important;
}
	.nav-link-oab-reversed:hover {
		color: white !important;
		background-color: #001C41 !important;
		/* text-decoration: underline; */
	}

.nav-link-oab-primary {
	color: white !important;
	background-color: #8cef7b !important;
	border: 2px solid #8cef7b !important;
}
	.nav-link-oab-primary:hover {
		color: white !important;
		background-color: #71d54c !important;
		border: 2px solid #71d54c !important;
		/* text-decoration: underline; */
	}

.btn-primary-oab {
	background-color: #8cef7b !important;
	border: 2px solid #8cef7b !important;
}
	.btn-primary-oab:hover {
		background-color: #71d54c !important;
		border: 2px solid #71d54c !important;
	}
	.bg-primary-oab .btn-primary-oab {
		color: white !important;
		background-color: #001C41 !important;
		border: 2px solid white !important;
	}
		.bg-primary-oab .btn-primary-oab:hover {
			color: #001C41 !important;
			background-color: white !important;
			border: 2px solid white !important;
		}

.text-oab {
	color: #001C41 !important;
}

.text-danger-oab {
	color: red !important;
}