/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 17:54:49 */
body {
	background: url("https://www.evertjanvanbrussel.nl/wp-content/uploads/2012/11/ejvb-back.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	background-attachment: fixed !important;
}
.grecaptcha-badge {
	display: none !important;
}
.entry {
	border-radius: 0px !important;
}
body a {
	text-underline-offset: 4px;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
#masthead {
	margin-top: 80px !important;
}

.mobile-navigation ul li a {
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	color: white !important;
}
.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a {
	border-bottom: 0px !important;
}
.mobile-navigation ul li a {
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	font-size: 18px !important;
	color: white !important;
}


@media screen and (max-width: 767px) { 
	
#masthead {
	margin-top: 0px !important;
}
body {
	background: none !important;
	background-color: white !important;
}	
}