/* ---------- KLEUREN -------------------------------------------------------------------------- */

/*
offwhite	#fffaf8
dark		#170900
hover menu	#d97700
*/

/* ---------- ROOT ----------------------------------------------------------------------------- */
:root {
	--maincolor:	#000000;
	--subcolor1:	#000000;
	--subcolor2:	#000000;
	--subcolor3:	#000000;
	--bs-body-bg:	RGBA(255, 255, 255, 0);
}

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

html {
   min-height: 100%;
   background-image: url(../../../images/design/pixabay-mixer-1342836_1920.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top left;
   background-attachment: fixed;
}


body {
	/*color: var(--tekstkleur);*/
	background-color: RGBA(255, 255, 255, 0)
}


/* ---------- ALGEMEEN ------------------------------------------------------------------------- */


#custom_captcha_1617867816828, 
#custom_captcha_54388328-3503-40ed-ace0-d7f0c8b1abfb,
#custom_captcha_6f7b019e-7de1-415a-bb90-0833a850c776 {
	margin-left: 20px;
	margin-bottom: 30px;
}

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

}