body {
  font-family: Verdana;
}

a {
  color: #92278F;
}
a:hover {
  color: #01AEF0;
}
.nav-header-banner {
  max-height: 300px;
  height: 300px;
  width: 100%;
  background: url('img/kindcentrum-platijn.jpg') no-repeat center bottom;
  background-size: cover;
}

.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.txt {
  background: #FFFFFF;
  color: #092522;
  padding-top: 20px; /*   to fix negative margin */
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 0px;
  font-size:16px;
  text-align:center;
 
}

.txt h2 {
  color: #01AEF0;
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.txt  h2 strong {
  color: #92278F;
}
