/* ---------- KLEUREN -------------------------------------------------------------------------- */
kleur1	000000
kleur2	000000
kleur3	000000
kleur4	000000
*/


/* ---------- ROOT ----------------------------------------------------------------------------- */
:root {
	--maincolor:	#000000;
	--subcolor1:	#000000;
	--subcolor2:	#000000;
	--subcolor3:	#000000;
}

html {
  scroll-padding-top: 5rem;
}

/*body {
	color: var(--tekstkleur);
}*/

/* ---------- TOP BAR ------------------------------------------------------------------------- */
ul.social-icons {
	float: right;
}

/* ---------- MENU ------------------------------------------------------------------------- */
.sp-megamenu-parent > li > a 		{	text-transform: uppercase;	}
.sp-megamenu-parent > li.active > a	{	font-weight: 300;			}


/* ---------- ALGEMEEN ------------------------------------------------------------------------- */
.sppb-section-title h3 {
	background: url(../../../images/design/border-presets1.png) no-repeat bottom center;
	padding-bottom: 20px;
}




/* ---------- PORTFOLIO ------------------------------------------------------------------------- */
.sp-simpleportfolio .sp-simpleportfolio-item {
	padding: 10px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: #e87a00;
  color: #fff;
}


/* ---------- RESPONSIVE OVERIDES -------------------------------------------------------------- */
@media only screen and (max-width: 720px) {

	
}



/* ---------- MOBIEL MENU ---------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
	#sp-header {
		height: 60px;
	}
	.logo-image {
		height: 40px!important;
	}

}