/* ---------- 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 ------------------------------------------------------------------------- */





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

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

a.btn-view {
	display: none!important;
}
a.btn-zoom:hover {
	color: #ffffff!important;
	background: #DC0030!important;
	border-color: #DC0030!important;
}

.sp-simpleportfolio-created {
	display: none;
}

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

	
}



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

}