@charset "utf-8";
/* CSS dragon */


.navbar-inverse { background-color:#f29d1d
;
}
body {background-color:#ffffdf;
 }

 
.col-lg-3 { background-color:#ffffdf);
border-radius:29px;
}


.hoofdvak { background-color:#ffffdf);
text-align:center;
border-radius:29px;
margin-top: 100px;
color:#000;
	text-shadow: 0px 0px 0px #FF0000;
}

.jumbotron { background-color:#ffffdf;
border-radius:29px;
margin-top: 30px;
}



.grafschriften { 
text-align:center;
margin-top: 100px;
}

.vak_met_achtergrond{
	height:100vh;
	background-image:url(../img/pics/kelder1.jpg);
	background:100% auto;
	}
	
.vak_met_achtergrond h2{
	text-align:center;
	margin-top: 100px;
	color: #00FF00;
	text-shadow: 2px 2px 4px #FF0000;
	}
.gallery h1{
	margin-top:100px;
}

.uitleg {
	background-color:#ffffdf;
}
.uitleg h2{
	margin-top: 100px;
	text-align:center;
	background-color:#ffffdf;
}

.contact {
	margin-top: 100px;
	}
	
	/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }