@import url('https://fonts.googleapis.com/css?family=Questrial');

@font-face {
  font-family: Nothing You Could Do;
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAW3tIVbDRfcAbwPiWONb82U.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
	font-family: 'Questrial', sans-serif;
	color: black;
	background-image: url("afbeeldingen/Background.png");
	
}

.customfont { 
    font-family: Nothing You Could Do, Verdana, Tahoma;
	color: black;
}

h1 {
	font-family: Nothing You Could Do, Verdana;
	font-size: 40px;
	color: white;
	background: #3c5035;
	
}

ul {
    list-style-type: none;
	margin-right: auto;
    margin: 20;
    padding: 20;
    color: black;
	background: #dfdfdf;
	box-shadow: 1px 1px 3px #000;
	height: auto;
}

.textAlign {
    text-align: justify;
    text-justify: inter-word;
}


.city div {
	position: fixed;
	margin: 100;
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
} 

 div.hidden {
	font-family: 'Questrial', sans-serif;
}



.centerTable {
	width: auto ;
	height: auto;
	margin-top: 50;
	
}

.imgStyle {
	
	box-shadow: 1px 1px 3px #000;
}

.marginImg {
	padding: 0 0 0 10px;
}


.iframeStyleRecent {

  width: 100% ;
  height: 900px ;
}

.iframeStyle {
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;


}




