@charset "UTF-8";
/* CSS Document */
html{
	background:#fcfcfc;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	text-transform:uppercase;	
}
p{
	font-family: 'Roboto Slab', serif;
	
}
a{
	color:#af8a87;
}
a:hover{
	color:#957673;
}
h2{
	font-family:brandon_grotesquemedium;
	text-align:center;
	color:#87af99;	
	font-size:18pt;
}
h3{
	font-family:brandon_grotesquebold;
	font-size:42pt;	
	text-shadow:0px 0px 5px #000;
}
h4{
	font-family:brandon_grotesquemedium;
	font-size:16pt;	
	color:#87af99;
}
hr{
	width:45%;
}
.title{
	color:#fff;
	font-family:brandon_grotesquemedium;
	text-shadow:0px 0px 5px #000;
}
.navigatie{
	background:#dbfbea;
	color:#333;
	border:none;
	margin:0;
	padding:0;
}
.blank{
	margin-top:40px;
}
.header{
	background:url('../img/header.png');
}

.carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #87af99;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fff; /*BACKGROUND color for active*/
background-color: #87af99;
font-family:brandon_grotesquemedium;

}

  .navbar-default {
    background-color: #dbfbea;
	font-family:brandon_grotesquemedium;
	color:#333;
    border:none;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #262626;
   text-decoration: none;
  background-color: #66CCFF;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
   color: #333; /*Change active text color here*/
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #87aa99;
}


.bg-light{
	background:#dbfbea !important;	
	color:#333 !important;
	font-family:brandon_grotesquemedium;
}
.nav-link{
	padding:10px;
	padding-left:20px !important;
	padding-right:20px !important;
	color:#333 !important;	
}
.nav-link:hover{
	background:#c5e1d2;
}
.active > .nav-link{
	color:white !important;
	padding-left:30px;
	padding-right:30px;
	background:#87af99;	
}



.footer{
	background:#87af99;
	color:#fff;
	min-height:250px;	
	margin-top:60px;
}
.columns {
	-webkit-column-count: 2;
	-moz-column-count: 2; 
	column-count: 2;
	-webkit-column-gap:50px;
	-moz-column-gap:50px;
	column-gap:50px;
	text-align:justify;
}
@media (max-width: 900px) {
h3{
	font-size:24pt;	
}
.title{
	font-size:24pt;		
}
}
@media (max-width: 375px) {
h3{
	font-size:12pt;	
}
.title{
	font-size:12pt;		
}
}
@media (max-width: 767px) {
	


.columns {
	-webkit-column-count: 1;
	-moz-column-count: 1; 
	column-count: 1;
	-webkit-column-gap:50px;
	-moz-column-gap:50px;
	column-gap:50px;
	text-align:justify;
}}

.blok{
	text-align:center;	
	margin-bottom:50px;
}
.readmore{
	background:#af8a87;
	text-align:right !important;
	border-radius:0px;
	border:none;
	font-family:brandon_grotesquemedium;
}
.readmore:hover{
	background:#957673;	
}
.sticky.is-sticky {
  position: fixed;
  left: 0; 
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.sterren{
	margin-bottom:20px !important;	
}
.gallerij{
	text-align:center;	
	margin-bottom:20px;
}

.ui-datepicker-month, .ui-datepicker-year{	
	font-family:'Droid Serif', serif;
	background:#fff;
	border:none;
}

.ui-widget{
	border:none !important;	
	font-family:'Droid Serif', serif;
}
.ui-widget-header{
	border:none;
	border-radius:none;
	background:#dbfbea;	
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background: #dbfbea;
    font-weight: normal;
    color: #454545;
    padding: 14px;
    text-align: center;
	border:none;	
}

.nav-link{
	text-transform:uppercase;	
}
.input-group-addon{
	background:#87af99;
	border:none;	
	color:#fff;
	font-family:'Droid Serif', serif;
}
.form-control{
	font-family:'Droid Serif', serif;
}
.ui-datepicker-week-end, .ui-datepicker-unselectable, .ui-state-disabled{
	background:#red !important;	
}
label{
	width:40%;
}	
input[type=text]{
	width:58%;
}	
textarea{
	width:58%;	
	height:120px;
	vertical-align:top;
}	
.message{
	margin-top:20px;
	background:#dbfbea;
	font-family:'Droid Serif', serif;
	padding:10px;
	text-align:center;
}
.paddingtop{
	padding-top:15px;
}
.footerheader{
	color:#fff;
}
a.facebook{
	color:#fff;
	font-size:24px;
	transition: 1s;
}
a.facebook:hover{
	color:#957673;
}