/* ---------------------------------------------------------------

(Primary) color override

//Oude kleur: #28bdf1

--------------------------------------------------------------- */


h1, h2, h3, h4 {
	color:#6167af !important;
}


h4 {
	font-size:1.2rem !important;
	font-weight:bold;
}

#navigation {
	background-color:#6167af !important;
}

main a, main a:active, main a:hover, main a, main a *, footer a, footer a * {
	color:#6167af !important;
}

main.btn, main.btn * {
	color:#fff !important;
}

.btn-dark, .btn-dark *, .btn-outline-dark, .btn-outline-dark * {
	color:#fff !important;
}

.btn-redef {
	color:#333 !important;
}

.header_color_override {
	background-color:#6167af !important;
}

main a:hover, main i:hover {
	/*color:#fecd08 !important;*/
	text-decoration:underline !important;
}

.clr-blue {
	color:#6167af !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

.clr-blue:hover {
	text-decoration:underline !important;
}