body {
	color: #262450;
	background-color: #E1F0FF;
	font-size: 1em;
	line-height: 1.35em;
	background-attachment: fixed;
	background-image: url(/_static/img/bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
footer {
	font-size: 0.8em; 
}
h2 {
	font-size: 2.2em;
	color:#262450 !important; 
}
.lead {
	font-size: 1.3em;
	line-height: 1.65em;
}
p {
 line-height: 1.60em !important;
}
.nav-item a {
	color:#262450 !important; 
}
.nav-item a:hover {
	color:#0B5E96 !important; 
	text-decoration:none;
	/* background-color: #E6F9FF;*/
}
a.dropdown-item:hover {
	background-color: #81C2AD !important;
	color: #FFF !important;
}
.accordion-button:not(.collapsed), .accordion-button:hover {
    background-attachment: scroll;
    background-image: url(/_static/img/xxs-logo.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position-x: 8px;
    background-position-y: center;
	}
.accordion-button.collapsed {
    background-attachment: scroll;
    background-image: url(/_static/img/xxs-logo_faded.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position-x: 8px;
    background-position-y: center;
	}
#reviews .carousel-caption {
    margin-left: 3vw;
    margin-right: 3vw;
    background-color: white;
    border-radius: 1em;
    padding: 1em;
    color: black;
    text-shadow: none;
    font-style: italic;	
}


@media only screen and (min-width: 1580px) {
	.topMargin { margin-top: 10vh !important; }
	body {
		padding-top: 10rem;
  		padding-bottom: 3rem;
		font-size:1.3em;

	}
}
@media only screen and (min-width: 992px) and (max-width: 1579px)  {
	.topMargin { margin-top: 14vh ; }
	body {
		padding-top: 6rem;
  		padding-bottom: 3rem;

	}
}
@media only screen and (min-width: 992px) {
	nav {
		font-size:18px !important;
	}
	nav:not(.small-topbar) {
	height: 20vh;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	.small-topbar {
	height: 10vh;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
		}
	.small-topbar .navbar-brand {
	max-width: 30%;
	padding: 2em;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	}
	.navbar-collapse {
	margin-bottom: -1em;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;		
	}
	.small-topbar .navbar-collapse {
	margin-top: 2vh;
	margin-bottom: -1em;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;		
	}
	.navbar-brand {
	  max-width: 38%;
	  padding: 2em;
	  padding-bottom: 1em;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	#topCarousel.carousel {
	margin-top: 11vh;
	}
	#reviews.carousel {
	margin-top: 11vh;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.topMargin { margin-top: 80px ; }
	body {
		padding-top: 6rem;
		padding-bottom: 3rem;

	}
	nav:not(.small-topbar) {
	height: 16vh;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	.small-topbar {
		height: 8vh;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
		}
	.small-topbar .navbar-brand {
	  max-width: 28%;
	 margin-bottom: -0.1em !important;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	.navbar-collapse {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;		
	}
	.small-topbar .navbar-collapse {
	margin-top: 1vh;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;		
	}
	.navbar-brand {
	  max-width: 35%;
	  margin-bottom: -1.1em;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	#topCarousel.carousel {
	margin-top: 9vh;
	}
	#reviews.carousel {
	margin-top: 9vh;
	}
}
@media only screen and (max-width: 767px) {
	.topMargin { margin-top: 4vh ; }
	body {
		padding-top: 5rem;
		padding-bottom: 3rem;

	}
	.small-topbar .navbar-brand {
	  max-width: 60%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	.navbar-brand {
	  max-width: 70%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
	}
	.nav-item {
		margin-left: 0.7em;
	}
}


#topCarousel .carousel-item[data-carousel="1"] {
	background-image: url(/_static/img/carousel/005.jpg);
	background-size:cover;
}
#topCarousel .carousel-item[data-carousel="2"] {
	background-image: url(/_static/img/carousel/007.jpg);
}
#topCarousel .carousel-item[data-carousel="3"] {
	background-image: url(/_static/img/carousel/006.jpg);
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#topCarousel.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
#topCarousel .carousel-caption {
	bottom: 3rem;
	z-index: 10;
	text-shadow: 1px 1px 8px black;
	color: #FFF;
}
#topCarousel .carousel-caption h3, #topCarousel .carousel-caption h2, #topCarousel .carousel-caption h1 {
	color: #FFF;
	font-style: italic;
}
/* Declare heights because of positioning of img element */
#topCarousel .carousel-item {
  min-height: 24rem;
  max-height: 28rem;
}
#topCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#reviews.carousel {
  margin-bottom: 4rem;
}
#reviews .carousel-item {
	height: 70vh;
}
/* Since positioning the image, we need to help out the caption */
#reviews .carousel-caption {
	bottom: 3rem;
	z-index: 10;
}
/* Declare heights because of positioning of img element */

#reviews .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#voorNaCarousel.carousel {
  margin-bottom: 4rem;
}
#voorNaCarousel .carousel-item {
	height: 62vh;
}
/* Since positioning the image, we need to help out the caption */
#voorNaCarousel .carousel-caption {
	bottom: 3rem;
	z-index: 10;
}
/* Declare heights because of positioning of img element */

#voorNaCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

.promo {
	background-color: #FFF;
	/* border-color: #999; */
	margin: 1em;
	box-shadow: 0px 0px 5px #CCC;
	border-radius: 0.7em;
	padding: 1em;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.navbar-collapse {
    margin-right: 2vw;
    margin-top: 6vh;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
