#logo
{
	font-size: 45px;
	font-family:"Centaur", "Times New Roman";
	
}

.backgroundHeader
{
	background: url("../images/taxi.jpg");
	background-size: cover;
	background-position: center;	
	height:350px;
	width:auto;
}

.url
{
	position:relative;
	top:25px;
	
}

.navbar
{
	background-color:black;
	
}

.nav-link
{
	color:white;
	
}


  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	
  }
}




.padding
{
	padding-bottom: 50px;
}

.bgquote{
	background: url("../images/zaal_voorkant.jpg");
	background-size: cover;
	background-position:10% 10%; 
}

.lead{
	color: white;
}

#wim
{
	width: 100%;
	height: auto;
	
}

.voertuigText
{
	position:relative;
	top: 25%;
}

.contact
{
	padding-top: 25px;
}


footer
{
	background-color: black;
	margin-top:50px;
	color: white;
	padding:15px;
	
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards; 
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; 
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 992px){
	#media{
		padding-bottom:25px;
		
	}
	#logo{
		margin:0px;
		padding: 0px;
		position:relative;
		top:20px;
	}
	
}