body {
	background-color: rgba(142, 203, 101, 0.1);
}

h1, h2, h3 {
	color: rgb(112, 173, 71);
}

.title-bar, .top-bar, .top-bar ul, .top-bar a {
	background-color: rgb(112, 173, 71);
}


.top-bar a:hover {
	color: rgb(112, 173, 71);
}

.header, .header .cell, .header .callout,  .header .callout.primary,  .header h1  {
	border-style: none;
	color: rgb(112, 173, 71);
	background-color: rgba(142, 203, 101, 0.0);
}

.foto {
	background-image: url('../img/foto01.jpg');
}

.quote, .quote .cell, .quote .callout, .quote .callout.primary, .quote p {
	color: rgb(112, 173, 71);
	background-color: rgba(142, 203, 101, 0.0);
}

.callout, .callout.primary {
	border: 1px solid rgba(142, 203, 101, 0.25);
	background-color: rgba(142, 203, 101, 0.5);
}

.naam {
	color:rgb(112, 173, 71);
	font-weight: bold;
}

a.contact-button:hover {
	color: rgb(112, 173, 71);
}

