/*
####################################################
Bootstrap 4 breakpoints - Media Query
####################################################
*/




/* ******************************************************************************************** */
/*-------------(360px and down)----------------------*/
@media only screen and (max-width: 360px){
	/* ---------------Header Section--------------- */
	/* ---------------Footer Section--------------- */
	/* ---------------Page--------------- */
}






/* ******************************************************************************************** */
/* Small devices (576px and down) */
@media only screen and (max-width: 576px){
	
	/* ---------------Header Section--------------- */
	/* ---------------Footer Section--------------- */
	/* ---------------Page--------------- */
}





/* ******************************************************************************************** */
/* Small devices (576px and up) */
@media screen and (min-width: 576px){
	
	/* ---------------Header Section--------------- */
	/* ---------------Footer Section--------------- */
	/* ---------------Page--------------- */
}





/* ******************************************************************************************** */
/* Medium devices (768px and up) */
@media screen and (min-width: 768px){
	
	/* ---------------Header Section--------------- */
	/* ---------------Footer Section--------------- */
	/* ---------------Page--------------- */
}





/* ******************************************************************************************** */
/* Large devices (992px and up) */
@media screen and (min-width: 992px){
	
	/* ---------------Header Section--------------- */
	/* ---------------Footer Section--------------- */
	/* ---------------Page--------------- */
}





/* ******************************************************************************************** */
/* Extra-Large devices (1200px and up) */
@media screen and (min-width: 1200px){
	
	/* ---------------Header Section--------------- */
	/* ---------------Footer Section--------------- */
	/* ---------------Page--------------- */
}