/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
	p{
		font-size:18px;
	}
	.carousel-caption {
		display: none; 
	}
	.col-md-2{
		float:left;
		width:75px;
		height: 75px;
	}


	.category{
		width:75px;
		height: 75px;
	}
	.form_link{
		font-size:32px;
	}
	.row{

		min-height:100px;
	}
	#navbar_logo{
		width:0px;
		height:0px;
	}
}



