@charset "utf-8";
/* CSS Document */

 
.navbar-custom {
	background:skyblue;
		}
.navbar-custom .nav-link{
	color:white !important;
	}

.navbar-custom .navbar-nav .nav-item .nav-link:hover{
	color:white;
}

.parallax1 {
  /* The image used */
	background-image: url("img/zwemstart_lg.jpg");
	
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgcol{
	background-color: #2483bc;
}

.parallax2 {
  /* The image used */
	background-image: url("img/zwemmer.jpg");
	
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.coupon {
  border: 5px dotted #bbb;
  width: 100%;
  border-radius: 15px;
  margin: 0 auto;*/
  
}

/*.container {
  padding: 2px 16px;
  background-color: #f1f1f1;
}*/

.promo {
  background: #ccc;
  padding: 3px;
}


.bgcol{
	background-color: #2483bc;
}

.parallax3 {
  /* The image used */
	background-image: url("img/fietsen.jpg");
	
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgcol{
	background-color: #2483bc;
}
	
.parallax4 {
  /* The image used */
	background-image: url("img/hardloper.jpg");
	
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax5 {
  /* The image used */
	background-image: url("img/fuego_start.jpg");
	
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h2.bc_techniek{
     word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}

blockquote{
  font-size: 20px;
  background: rgba(249,249,249, 0.3);
	background-
  border-left: 10px solid #ccc;
  margin: .5em 10px;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
	
}
/*
blockquote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}

blockquote:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}*/

p.quotation{
  margin: 0;
}

quote:before{
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}

quote:after {
	content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  /*left: -10px;*/
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}

quotefooter{
  margin:0;
  text-align: right;
  font-size: 1em;
  font-style: italic;
}

button.btn-borstcrawl {
	border: none;
	color: white;
	padding: 7px 15px;
	text-align: center;
	opacity: 0.9;
	transition: 0.3s;
	display: inline;
	text-decoration: none;
	cursor: pointer;
	border-radius: 8px;
}

button.btn-borstcrawl-red {
	background-color: #fc7359;
}

button.btn-borstcrawl-blue {
	background-color: #0795eb;
}

button.btn-borstcrawl-green {
	background-color: #399e4c;
}

button.btn-borstcrawl:hover {
	opacity: 1;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
