/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 400px;
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
}

H2 {
	color:#1F91B7 !important;
}

H3 {
	color:#1F91B7 !important;
}

.footer A {
	color:#FFF;
}
.navbar {
	margin-bottom:0px;
	z-index: 3000;
	background-color: #FFF;
	border:none;
}

.menu-bar
{
	background-color:#FFFFFF;
	width:100%;
	z-index:2;
}


.navbar-nav>li>a {
	color:#020303;
	font-size:18px;
	border:2px solid transparent;
}
.nav>li:focus, .nav>li {
	border-bottom:2px solid #FFF;
}


.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
.nav>li:focus, .nav>li:hover {
	
	border-bottom:2px solid #ff6b35;
}

.navbar .active-item {
	border-bottom:2px solid #ff6b35;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 300px;
  background-color: #f5f5f5;
	background-image: url('/images/footer_bkgnd.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}




.topheader {
	background-color:#2c2763;
	height:10px;
}

.home_divider {
	background-color:#2c2763;
}

.home_divider H2 {
	color:#FFF;
	font-weight: 100;
	font-style: italic;
	margin-top:10px;
}

.btn-primary {
	background-color:#FF6B35;
	border-color:#ff5a35;
}

.home_features H2 {
	font-size:24px;
	color:#1f91b7;
}

.home_features p {
	font-weight: 300;
}
.footer {
	color:#FFF;
	padding-top:10px;
}

.footer_content_seo p {
	font-size:12px;	
}

.footer .adresgegevens {
	color:#FFF;	
	line-height: 200%;
}

.footer-link {
	color:#707070;
	font-size: 12px;
	
}

.footer-link:hover {
	color:#FFF;
}


.fa-4x {
    font-size: 3em; 
}

.btn-locatie {
	width: 200px;
	align-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 24px;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container-modal {
	width: 500px;
.center-block();
}

@media (max-width: 768px) {

	body {
		margin-bottom: 750px;
	}
	
	.logo_small {
		display:block;
	}


	.container-modal {
		width: 265px;
	.center-block();

	}
}


@media (min-width: 768px) {


	
	.logo_small {
		display:none;
	}
	
}


@media (min-width:768px) and (max-width: 992px) { 
	.navbar A {
		
		font-size: 16px !important;
		padding:5px !important;
	}
	
}

.alert-warning {
	background-color:#FF5F2F;
	color:#FFF;
}
