html, body {
	background: #f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #141414;
}
p {
	font-weight: 300;
	color: #141414;
}
a {
	text-decoration: underline;
	color: #e72d71;
}
a:hover {
	text-decoration: none;
	color: #db236e;
}
.button {
	background-color: #e72d71;
	font-weight: 400;
	transition: all 0.25s;
	text-decoration: none;
}
.button:hover,
.button:focus {
	background-color: #db236e;
}
.topbar {
	height: 100px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	background:#fff;
}
.logo {
	width: 190px;
}
.header-button-wrapper {
	padding: 20px 0;
	text-align:right;
}
.header-button-wrapper .button {

}
.wrapper {
	background: #fff url('../img/LKP160216-achtergrond.jpg') center center/cover no-repeat;
	padding: 3rem 0;
}
@media (min-width: 640px) {
	.wrapper {
		text-align:left;
	}
}

.wrapper .button {
	margin-bottom: 0;
	display: block;
}

@media (min-width: 640px) {
	.wrapper .button {
		display: inline-block;
	}
}


.wrapper p:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 1.65rem;
	margin: 1rem 0;
}
h2 {
	font-size: 1.4rem;
	color: #e72d71;
	margin-bottom: 1.5rem;
}

.footer {
	padding: 20px 0;
	background-color: #003746;
}
.footer h2, .footer h3, .footer p {
	color: #fff;
}
