/**********  ------   ***********
///////// This is for individual Site Specific Changes ONY !!!
///////// IF MULTIS-SITE - Use the ALL SITES CSS on multisite if the change is needed for ALL 
///// -- Please leave comments -- ////////
**********  ------   ***********/





/**********  ------   ***********
///////// Mobile Break Points - Please leave comments ////////
**********  ------   ***********/

/*  visible below 1441 - Laptops down to 1280 */
@media only screen and (max-width: 1440px){
        
}

/*  visible below 1280 - Focus is 1024 tablets */
@media only screen and (max-width: 1279px){
        
 }

/*  visible below 960 - Focus is 768  and tablets up to 820  */
@media only screen and (max-width: 959px){
        
 }

/*  visible below 600 - Focus is 360  */
@media only screen and (max-width: 599px){
        
}


