h2{
	text-align: center;
	font-size:18pt;
	color:#be2830;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:700;
}

.panel-heading{
	background-color:#be2830!important;
	color:#fff!important;
}
	.panel-title{
		font-size:16pt !important;
	}

#section-1{
	padding-bottom:80px;
}

#section-2{
	margin-top:-130px;
}

.white-bg{
	background-color:#fff;
	padding:0 10px;
	padding-right:0;
}

.btn-rood{
	background-color:#be2830;
	color:#fff;
}

.jumbotron p{
	font-size:14px;
	font-weight:400;
}

.fw-branding{
	display:none!important;
}

.panel{
	padding:20px;
}


@media screen and (max-width:1199px) {
	.panel {
		margin-top:20px;
	}

	#section-1 #inlogblok {
		padding-right: 0px;
    	padding-left: 0px;
	}

	.white-bg{
		padding:10px 10px;
	}
}