body {
    background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	line-height: 1;
}

.navbar-inverse h1#logo a {
	display: none;
}

.navbar-inverse {
	background-color: #ffffff !important;
	border-radius: 0;
	height: 250px;
	background-image: url(https://lekkernassuh.org/wp-content/uploads/2020/06/cropped-Header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-radius: 0px;
	color: inherit;
	background-color: #ecf5e0;
}

a{
	text-decoration: underline;
	font-weight: bold;
}

table {
	border-collapse: unset;
	border-spacing: 0;
}

.poweredby {
	filter: opacity(0%) !important;
	text-align: right !important;
}


