/* kleuren



*/

/*
body {
	color: #1c2956;
}
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@800&display=swap');

/* kleuren */
:root {
  --maincolor: #ED8B00;
  --subcolor: #672E45;
}



/* Menu items color */
.sp-megamenu-parent > li > a {color: var(--maincolor); font-weight: 700!important; text-transform: uppercase;}

/* Active color of menu item */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a { color: var(--maincolor); font-weight: 700!important; text-transform: uppercase;}

/*  Color of hover menu item */
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a  { color: var(--maincolor); font-weight: 700!important; text-transform: uppercase;}






.sppb-btn-custom, .sppb-addon-audio h3.sppb-addon-title, .sppb-addon-video h3.sppb-addon-title {
	font-family: 'Caveat', sans-serif;
}


/* ---------------------------------------- MOBIEL MENU ------ */ 
@media only screen and (max-width: 800px) {
	#sp-header {
		height: 96px;
	}
	#sp-header .container {
		padding-top: 15px;
	}
	.logo-image {
		height: 72px!important;
	}

}