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

(Primary) color override

//Oude kleur: #28bdf1

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

h1, h2, h3, h4, h5 {
	color:#333 !important;
}

#navigation {
	background-color:#fecd08 !important;
}

main a, main a:active, main a:hover, main a, main a *, footer a, footer a * {
	color:#fecd08 !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;
}


body (
	background-color:#777 !important;
}


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

.image_selection_btn {
	border:4px dashed red !important;
}