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

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

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



:root {
	--cnvs-themecolor: #000000;
	--cnvs-themecolor-rgb: 253, 221, 17;
	--cnvs-body-font: "Robotica", sans-serif;
	--cnvs-primary-font: "Robotica", sans-serif;
	--cnvs-secondary-font: "Robotica", serif;
}

.fbox-icon i { 
	background-color: #F4D35E;
}

.fbox-icon a, .fbox-icon i, .fbox-icon img {
	color: #000;
}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
	background-color: #4A686A;
}

#footer {
	background-color: #000;
}

.fbox-content p {
	color: #000;
}

@media screen and (max-width: 768px) {    
	#afspraak_banner {
		margin-top: 30px; 
	}
}