html,
body{
	height: 100%;
	overflow: hidden;
	position: relative;
}

body{
	background: url("../images/bg.jpg") center center no-repeat;
	background-size: cover;
}

.overlay{
	background: rgba(5,27,63,0.9);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.streep_boven{
	background: rgba(124,206,243,0.3);
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
}

.content{
	background: none;
}

.jumbotron{
	padding-top: 80px;
	padding-bottom: 80px;
}

strong{
	color: #ed6c7b;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
	/* Text style for "Werkzaamhe" */
	text-transform: uppercase;
}

h1{
	color: #ffffff;
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	padding-bottom: 40px;
	padding-top: 30px;
}

h1:after{
	width: 50px;
	height: 2px;
	background-color: #7ccef3;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	transform: translateX(-50%);
}

.kompas{
	background: url("../images/kompas.svg");
	width: 864px;
	height: 865px;
	position: absolute;
	right: -287px;
	top: -240px;
}

.circel{
	background: url("../images/circel.svg");
	width: 1024px;
	height: 950px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.3;
    transform: translate(-50%,50%);
}

@media (max-width:767px)
{		
	.kompas{
		background: url("../images/kompas.svg");
		background-size: cover;
		width: 464px;
		height: 465px;
		right: -155px;
		top: -150px;
	}

	.circel{
		background: url("../images/circel.svg");
		background-size: cover;
		width: 624px;
		height: 579px;
	}
	
	h1{
		font-size: 24px;
		line-height: 34px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.kompas{
		background: url("../images/kompas.svg");
		background-size: cover;
		width: 464px;
		height: 465px;
		right: -155px;
		top: -150px;
	}

	.circel{
		background: url("../images/circel.svg");
		background-size: cover;
		width: 624px;
		height: 579px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.kompas{
		background: url("../images/kompas.svg");
		background-size: cover;
		width: 464px;
		height: 465px;
		right: -155px;
		top: -150px;
	}

	.circel{
		background: url("../images/circel.svg");
		background-size: cover;
		width: 624px;
		height: 579px;
	}
}