/* Site Specific */
#home h1 { font-size: 1.8em; } /* Reduce font size for longer title name */
@media only screen and (max-width: 767px) and (min-width: 320px) {
	#home h1 { font-size: 1em !important; }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	#home h1 { font-size: 1.6em !important; }
}
