*, ::after, ::before {
    box-sizing: border-box;
}

body {
	margin: 0;
	color: #015379;
	background: #d3ecf5;
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
header, #content, footer {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
header {
	padding-top: 20px;;
	padding-bottom: 20px;;
}
header img {
	display: block;
}
#content {
	background: #fff;
	color: #015379;
}

#content .container {
	min-height: 50vh;
	padding-top: 30px;
	padding-bottom: 180px;
	position: relative;
	z-index: 2;
}
@media (min-width: 768px) {
	#content .container {
		padding-bottom: 90px;
	}
}

#content .container .container-logobg {
	display: none;
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: url('../image/patrick-dekkers.png') no-repeat right bottom;
	background-size: auto 50vw;
}

@media (min-width: 768px) {
	#content .container .container-logobg {
		display: block;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		background: url('../image/patrick-dekkers.png') no-repeat right bottom;
		background-size: auto 45vh;
	}
	
	#content .container {
		background: url('../image/logo-bg.svg') no-repeat right center;
		background-size: auto 40vh;
	}
}

#content .container .row {
	position: relative;
	z-index: 3;
}
.main {
	position: relative;
	padding: 1em 2em 1em;
	background: #015379;
	color: #fff;
}
.main a {
	color: #fff;
}

.main .cta {
	position: absolute;
	right: 0;
	bottom: -150px;
}
.main .cta img {
	width: 180px;
	height: 180px;
}

@media (min-width: 768px) {
	.main .cta {
		position: absolute;
		right: -70px;
		bottom: -50px;
	}
}
p, h1 {
	margin-top: 0;
}

h1 {
	margin-bottom: 0;
	font-size: 2em;
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: normal;
}