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

/*
kleur1	000000
kleur2	000000
kleur3	000000
kleur4	000000
*/

@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Oxanium:wght@200..800&display=swap');

/* ---------- ROOT ----------------------------------------------------------------------------- */
:root {
	--maincolor:	#fdda02;	/* geel		- active	 */
	--subcolor1:	#742e7a;	/* paars	- off		 */
	--subcolor2:	#000000;
	--subcolor3:	#000000;
}

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

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

body {
	min-height: 100%;
	background-image: url(../../../images/design/pexels-antonio-moura-47482110-10299274.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: 'Oxanium', sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
}


/* ---------- MENU ------------------------------------------------------------------------- */
@media only screen and (min-width: 1230px) {
	#sp-header {
		background: rgba(0,0,0,1) url("../../../images/design/otivale-dataloading-dark-small.png") no-repeat scroll 300px;	/* rgba(0,0,0,0.3) */
	}
}

@media only screen and (min-width: 1680px) {
	#sp-header {
		background: rgba(0,0,0,1) url("../../../images/design/otivale-dataloading-dark.png") no-repeat scroll center;	/* rgba(0,0,0,0.3) */
	}
}

#menu-right {
    margin-left: 0 !important;
}
#sp-menu {
    margin-left: auto;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	text-align: right;
}


/* MENU FONT STYLING */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-family: 'Audiowide', sans-serif;
	font-size: 36px!important;
	font-weight: 400!important;
	text-decoration: none;
}

/* MENU COLOR STYLING */
/* Menu items color */				/*.sp-megamenu-parent > li > a {color: #1c2956; font-weight: 700!important;}*/
/* Active color of menu item */		/*.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a { color: #3f59a4; font-weight: 700!important;}*/
/* Color of hover menu item */		/*.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a  { color: #3f59a4; font-weight: 700!important;}*/





/* ---------- BA AUDIO ------------------------------------------------------------------------- */
.ba__media-wrap.style6 .ba__media-covertrack img {width: 100%;}
.ba__media-play button::before { color: #fdda02;}




/* ---------- 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: 36px!important;
	}

}