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

/*
geel	d3ce06
violet	752376
kleur3	000000
kleur4	000000
*/

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

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

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

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

body {
	background-color: initial!important;
}


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

.coming-soon-content {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 50px;
	border-radius: 25px;
}
ul.social-icons > li > a 		{	color: #d3ce06;	}
ul.social-icons > li > a:hover	{	color: #752376;	}


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

	
}



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

}