﻿/****************************************************************************/
/* CAS SharePoint 2013 Template												*/
/* Template Custom Mobile CSS												*/
/****************************************************************************/

/* Headline Breakpoints (16 and 46 are defaults) */
@media only screen and (max-width: 700px) {
	#custom #mobileBannerTextLine1 { font-size: 11px; } 
	#custom #mobileBannerTextLine2 { font-size: 32px; }
}
@media only screen and (max-width: 500px) {
	#custom #mobileBannerTextLine1 { font-size: 10px; } 
	#custom #mobileBannerTextLine2 { font-size: 18px; } 
}

/*These styles will be applied only in desktop resolutions*/
@media only screen and (min-width: 970px) { 
}

/*LARGE: Shims for normal size*/
@media only screen and (min-width: 990px) { 
}

/*MEDIUM AND SMALL*/
@media only screen and (max-width: 990px) {
	#custom #footerIntranet { display: none; }
}

/*MEDIUM: Just under max width*/
@media only screen and (max-width: 990px) and (min-width: 690px) {
}

/*SMALL: Just under max width*/
@media only screen and (max-width: 690px) {
}

/*TINY: IPhone in Portrait*/
@media only screen and (max-width: 480px) {
}