/* Responsive CSS */
@media (max-width: 992px){
	
} /* 992px -> search this and press enter 2 times, you'll be here on this line, mean you're at the end of the query where you've to write css this time */

@media (max-width: 767px){
	
} /* 767px */

@media (max-width: 576px){
	
} /* 576px */