/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 1rem;
	}

}



/* Portrait tablets and small desktops */

@media (max-width: 991px) {

	.menu_favorieten td:nth-child(1) {
		width: 50px;
	}

	.menu_favorieten td{
		font-size: 1.1rem;
	}


	.sm-text-center {
		text-align: center !important;
	}

	.sm-pull-none {
		float: none !important;
	}

	.sm-m-top-10 {
		margin-top: 10px;
	}

	.sm-m-top-20 {
		margin-top: 20px;
	}

	.sm-m-top-30 {
		margin-top: 30px;
	}

	.sm-m-top-50 {
		margin-top: 50px;
	}

	.navbar {
		padding: 4rem 1rem 2rem;
	}

}



/* Landscape phones and portrait tablets */

@media (max-width: 768px) {
	.home_text h1 {
		font-size: 2rem;
		line-height: 3.5rem;
	}

	
	.menu_favorieten td{
		font-size: 0.9rem;
	}

	.home_text{
		padding-left: 20px;
		
	}

	.menu_favorieten td:nth-child(1) {
		width: 30px;
	}
	
	.navbar {
		padding: 4rem 1rem 2rem;
	}

	h2 {
		font-size: 2rem;
	}

	p {
		font-size: 90%;
		line-height: 2rem;
	}

	.xs-pull-none {
		float: none !important;
	}

	.xs-text-center {
		text-align: center !important;
	}

	.xs-m-top-10 {
		margin-top: 10px;
	}

	.xs-m-bottom-10 {
		margin-bottom: 10px;
	}

	.xs-m-bottom-20 {
		margin-bottom: 20px;
	}

	.main_testimonial .testimonial_slid .slick-arrow.nextprevright {
		top: -150px;
	}

	.service_item {
		padding-left: 15px;
	}

	.subscribe_btns button.btn,
	.home_btns a,
	.impress_btns a,
	.portfolio_hover_icon a {
		margin-left: 30px;
	}

}



/* Landscape phones and smaller */

@media (max-width: 479px) {
	.home_text h1 {
		font-size: 1.6rem;
		line-height: 3rem;
	}

	.menu_favorieten td:nth-child(1) {
		width: 50px;
	}

	.testimonial_slid .slick-arrow {
		display: none;
	}

	.navbar {
		padding: 3rem 1rem 1rem;
	}

	h5{
		font-size: 0.9rem;
	}

	.btn {
		padding: 0.7rem 1rem;
		margin-top: 5px;
	}


}


@media (max-width: 400px) {
	.home_text h1 {
		font-size: 1.5rem;
		line-height: 3rem;
	}

	btn.btnxs {
		padding: 2.01rem 1.5rem;
	}

	h5{
		font-size: 0.8rem;
	}

	.menu_favorieten td:nth-child(1) {
		width: 50px;
	}

	*/
}

@media (max-width: 320px) {
	.home_text h1 {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.menu_favorieten td:nth-child(1) {
		width: 50px;
	}

	.btn.btnxs {
		padding: 2rem 1.5rem;

	}

	.btn {
		font-size: .8rem;
	}
	.btn{
		padding: 0.5rem 1rem;
	}

}