.container {
/*	background-color: #f7f7f7;     */
	background: linear-gradient(to bottom, #f7f7f7, #f7f7f7);  
	color: black;
	width: 1920px;
}
body {
/*	font-family: 'Libre Baskerville', serif;   */
	font-family: 'Tienne', serif;
	word-spacing: 2px;
	line-height: 150%;
	font-size: 90%;
}
h1, h2, h3, h4 {
/*	font-family: 'Nixie One', cursive; */
	font-family: 'Lato', sans-serif;
	padding-bottom: 20px;
/*	text-transform: uppercase;   */
	font-weight: 600;
}

/* --------------------- begin rij1 ----------------*/
.rij1 {
	
}
.foto {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* --------------------- einde rij1 ----------------*/

/* --------------------- begin rij2 ----------------*/
.rij2 {
	padding-top: 30px;
	padding-bottom: 80px;
}
/* --------------------- einde rij2 ----------------*/

.rijleeg {
	padding-top: 20px;
}

.rijonder {
	padding-top: 20px;
	padding-bottom: 40px;
}

.menu {
  float:left;
  width:100%;
  text-align:center;
}

.menu a {
  background-color:#e5e5e5;
  padding:8px;
  margin-top:15px;
  display:block;
  width:100%;
  color:#585858;
  text-decoration:none;
  font-weight: 500;
}

.menu a:hover {
	color:red;
}

a {
  color:white;
  text-decoration:underline;
}
  
a:hover {
	color:white;
	text-decoration:none;
}

ul {
  list-style-type: square;
}
