@ media all {
  body {
    background: #f8ecd4;
  }
  .body-bg {
    background: #fff;
  }
	.navbar-mainnavigation .navbar-brand-image img {
	max-height: 100%;
}
	h1.awesome, h2.awesome, .slogan h3 {
	text-shadow: 2px 2px 4px #000000;
	font-weight: 400;
}
	.carousel-small .item {
 	height:200px
}
  .footer-section {
	color: #f8ecd4;
}
  .footer-section-content {
	background-color: #262C36;
}
  .footer-section-meta {
	background-color: #1C2128;
}
  .footer-section-meta .frame {
	padding-top: 0.5rem;
}
  
  .scroll-top {
	background-color: #5e6f86;
}
}
@media (min-width:768px) {
 .carousel-small .item {
  height:300px
 }
 .rechts-uitlijnen {
	float: right;
}
}