body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    font-family: 'Roboto', sans-serif;

}
.navbar {
    background-color:#0000ff;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}


.features {
	margin: 2em auto;
	padding: 1em;
	position: relative;
}
.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.form-group{
    margin-bottom: 8px;
    margin-left: 10px;
}

.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
    align-items:  baseline;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}
h2 {
    text-align: center; /* Centreert de tekst */
    color: #000000; /* Kleur van de tekst */
    margin-bottom: 20px; /* Ruimte onder de titel */
}
.TekstonderTitel p {
    text-align: center; /* Centreert de tekst */
    color: #000000; /* Kleur van de tekst */
    margin-bottom: 20px; /* Ruimte onder de titel */
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.tips {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tip-item {
    flex: 1 1 calc(30% - 10px); /* 3 items per row with some margin */
    background-color: #0000ff;
    color: white;
    padding: 20px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Schaduw voor diepte */
}
.banner {
    background-image: url('images/Foto12.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }