body {
	font-family: 'Maven Pro', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
}

h4{

background-color:rgb(59, 132, 190);  /* kleur logo */
color:white;
padding: 0px 20px;
border-radius:4px;
}


a {
  color: rgb(59, 132, 190);
	font-weight: bold;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

nav a {
	color: #000;
	font-weight: normal;
}
nav a hover {
  text-decoration-line: none;
	font-weight: normal;
}

.logo{
 		display: block;
    margin-left: auto;
    margin-right: auto;
		width:100%;
		max-width:400px;
}

footer {
	font-family: 'Maven Pro', sans-serif;
	font-size: small;
	margin: 20px 0px;

}
video {
  width: 100%;
  height: auto;
}


.concert{
	border-style: solid;
	border-color: blue;

}

.tijd{
font-weight: bold;


}
.lokatie{

		font-style: italic;

}
.programma{
	padding:10px 0px;
}
.uitvoerenden{
	font-weight: bold;

}

img.portret {
	width:100%;
	max-width:400px;
	float:left;
	margin: 5px 25px 5px 0px;
	-webkit-box-shadow: 10px 10px 38px 0px rgba(125,123,125,1);
	-moz-box-shadow: 10px 10px 38px 0px rgba(125,123,125,1);
	box-shadow: 10px 10px 38px 0px rgba(125,123,125,1);

	border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border: 0px solid #000000;
}

.hoofdfoto{
	width:100%;
	max-width:1200px
	margin: 5px 25px 5px 0px;
	-webkit-box-shadow: 10px 10px 38px 0px rgba(125,123,125,1);
	-moz-box-shadow: 10px 10px 38px 0px rgba(125,123,125,1);
	box-shadow: 10px 10px 38px 0px rgba(125,123,125,1);

	border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 0px solid #000000;

}




.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#3b84be!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#3b84be!important}
