.intro-text {
	background: #fbf2ee;
    padding: 50px;
    margin-top: 10px;
}

.four-points {
	padding-top: 20px;
	padding-bottom: 0px;
}

.footer-area {
	padding: 20px;
}

 .social_connect_img img {
 	height: 295px;
 }

 .main_menu .navbar-light .navbar-nav .nav-link {
 	padding-top: 20px;
 	padding-bottom: 20px;
 }

.single_post.post_1 {
	margin-bottom: 0px;
}

.desktopAppearText {
	margin-bottom: 30px;
}

.mobileAppearText {
	margin-bottom: 15px;
}

.single_post_img img {
	height: 320px;
}

nav.navbar {
    padding: .5rem 1rem !important;
}

.banner_post {
	pointer-events: none;
}

.single_post_text {
	cursor: pointer;
}

@media (min-width: 1400px) {
	.all_post.section_padding.four-points {
	    padding: 40px 0px 20px 0px;
	}

	.all_post.section_padding.algemene_info {
		padding: 140px 0px 20px 0px;
	}
}


@media (max-width: 1600px) {
	.post_1 .single_post_text {
	    min-width: 270px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	.banner_post .banner_post_1 .banner_post_iner h2 {
	    font-size: 20px;
	    /*height: 45px;*/
	}

	.banner_post .banner_post_1 .banner_post_iner {
    	padding: 45px 10px;
	}
}

@media (max-width: 991px) {
	.post_1 .single_post_text {
	    min-width: 100%;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

	.section_padding {
	    padding: 0px 0px 70px 0px;
	}

	.all_post.section_padding.four-points img {
		min-height: 315px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
	.banner_post .banner_post_1 .banner_post_iner h2 {
	    font-size: 21px;
	    height: 45px;
	}

	.section_padding {
	    padding: 0px 0px 70px 0px;
	}

	.navbar-brand {
	    font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.banner_post .banner_post_1 .banner_post_iner h2 {
	    font-size: 23px;
	}

	.banner_post .banner_post_1 .banner_post_iner {
	    padding: 10px;
	}

	.banner_post p {
	    margin-top: 5px;
	}

	.row.intro-text {
		padding: 15px 5px;
	}

	.navbar-brand {
	    font-size: 1rem;
	}
}