.masthead {
	height: 700px; 
	min-height: 100px;
	background-image: url('../afbeelding/FOL.Main.foto.JPG');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

  
  }

 

  .image2{
	height: inherit;
	width: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
  }

  
  .image3{
	height:  inherit;
	width: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .masthead2 {
	height:  auto;
	min-height: 700px;
	background-image: url('../afbeelding/FOL_Artiest.JPG');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	

  
  }

  /* timeline  */
  .horizontal-timeline .items {
	border-top: 3px solid #adadad;
  }
  
  .horizontal-timeline .items .items-list {
	display: block;
	position: relative;
	text-align: center;
	padding-top: 70px;
	margin-right: 0;
  }
  
  .horizontal-timeline .items .items-list:before {
	content: "";
	position: absolute;
	height: 36px;
	border-right: 2px dashed #dee2e6;
	top: 0;
  }
  
  .horizontal-timeline .items .items-list .event-date {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	width: 75px;
	margin: 0 auto;
	font-size: 0.9rem;
	padding-top: 4px;
  }
  
  @media (min-width: 1140px) {
	.horizontal-timeline .items .items-list {
	  display: inline-block;
	  width: 24% ;
	  padding-top: 45px;
	  
	}
  
	.horizontal-timeline .items .items-list .event-date {
	  top: -40px;
	}


	
  }
  /* end timeline */

/* .textborder{
	color:white ;
	font-size:15px;
	text-shadow: -1px 1px 0 #dee2e6, 
		1px 1px 0 #dee2e6,
		1px -1px 0 #dee2e6,
		-1px -1px 0 #dee2e6;
	
} */

  
/* .overons{
	@media  {
		
	}
} */

