/*
Theme Name: Brock University Campus Map Theme
Author: Sebastien Marchal / BrockU
Theme URI: 
Description: A new Interactive Campus Map for Brock University.
Version: 1.0
Template: brocku-mu-base
Tags: none
*/

/* ----------------------------------------------
   ----------------------------------------------
   Large Screen desktops (Default)
   ----------------------------------------------
   ---------------------------------------------- */


/* ----------------------------------------------
   ----------------------------------------------
   Tablets
   ----------------------------------------------
   ---------------------------------------------- */

@media only screen 
and (min-width : 951px) and (max-width: 1114px) {
	


}



/* ----------------------------------------------
   ----------------------------------------------
   Small Tablet
   ----------------------------------------------
   ---------------------------------------------- */
   
@media only screen 
and (min-width : 841px) and (max-width: 950px) {
	


}



/* ----------------------------------------------
   ----------------------------------------------
   Mobile intermediate
   ----------------------------------------------
   ---------------------------------------------- */

@media only screen 
and (min-width : 481px) and (max-width: 840px) {



}



/* ----------------------------------------------
   ----------------------------------------------
   Mobile
   ----------------------------------------------
   ---------------------------------------------- */

@media only screen 
and (max-width: 480px) {
	

}
