body {
  background-color: #1e5e94;
  }

.body-bg {
  background-color: #fff;
  }
.navbar-mainnavigation .navbar-brand-image img {
  max-height: 100%;
}
.footer-section-content, .footer-section-meta {
  background-color: #1e5e93;
}
.footer-section-content a:not(.btn) {
	color: #ffffff;
}
.footer-section-content a:not(.btn):hover, .footer-section-content a:not(.btn):focus {
	color: #a1b9ce;
}
.footer-section-meta a:not(.btn) {
	color: #a1b9ce;
}
.footer-section-meta a:not(.btn):hover, .footer-section-meta a:not(.btn):focus {
	color: #a1b9ce;
}

.footer-copyright,.footer-copyright a {
  	color: #a1b9ce;
}
.gallery-item img, .gallery-item picture {
  width: auto;
  height: auto;
}

#c35 .gallery-item img, #c35 .gallery-item picture {
  width: 60%;
}
#c35 .gallery-item {
  transition: 0.4s;
  opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}
#c35 .gallery-item:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  transform: scale(1.15);
}
.afronding {
  width: 100%;
  height: 100%;
  background-image: url(../images/verloop.png);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0px;
}