/***************
MOBILE - 0px wide to 640px wide
****************/
/* Portrait and Landscape */
@media only screen 
and (min-width: 0px) 
and (max-width: 640px) {
	h1 {
		font-size: 30px;
	}
	
	.interior-header h1 {
		text-align: center;
	}
	
	h2 {
		font-size: 22px;
	}
	
	.lead {
		font-size: 1.6rem;
	}
	
	blockquote {
	font-size: 16px;
	line-height: 20px;
}

	blockquote p, blockquote div, blockquote p span {
		font-size: 16px!important;
	}
	
	.basicpage-content img {
		max-width: 100%;
		margin: 15px auto!important;
		display: block!important;
		float: none!important;
	}
	
	.about-graphic .embed-responsive-3by1 {
		padding: 100px 0!important;
	}
	
	.about-graphic .text-lg {
		font-size: 2em;
	}
}

/***************
TABLET - 641px wide to 1024px wide
****************/
/* Portrait and Landscape */
@media only screen 
and (min-width: 641px) 
and (max-width: 1024px) {
	
}

/***************
TABLET PORTRAIT - 641px wide to 768px wide
****************/
@media only screen 
and (min-width: 641px) 
and (max-width: 768px) {
	.stat-text {
		max-height: 300px;
	}
	
	.stat-block-text {
		bottom: 0;
		top: 0;
	}
}

/***************
TABLET LANDSCAPE - 641px wide to 768px wide
****************/
@media only screen 
and (min-width: 641px) 
and (max-width: 768px) {
	
}

/***************
CUSTOM, LARGE/TABLET SCREENS - 1280-1290 wide
****************/
@media only screen 
and (min-width: 1280px) 
and (max-width: 1290px) {
	.stat-block-text {
		line-height: 14px!important;
	}
}