
.spacer {
	height:80px;
}

.tennisball-small {
	height: 40px;
	width: 40px;
	margin-top: -10px;
}

.hero {
	background-image: url('../tennisvereniging-brouwershaven-header.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
}

.hero-overlay {
	background: rgba(, 0, 0, 0.5);
	padding: 2rem;
	border-radius: 1rem;
}

.navbar .nav-link {
	color: #0d3b66 !important;
	font-weight: 500;
}

.navbar .nav-link:hover {
	color: #145da0 !important;
}

.navbar .navbar-brand {
	color: #0d3b66 !important;
}
	

.custom-block-bestuur {
	background-color: #0d3b66;
	color: white;
	margin-bottom: 0px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 2px solid #0d3b66;
}

.block-header-bestuur {
	padding: 15px;
	text-align: center;
}


.block-header-bestuur p {
	margin: 0;
	font-size: 1rem;
}

.block-image-bestuur img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
}