/*Responsive CSS */

	@media only screen and (max-width : 1279px) {
	body {width: 960px;}
	}
	@media only screen and (max-width : 959px) {
	body {width: 640px;}
	}
	@media only screen and (max-width : 639px) {
	body {width: 320px;}
	h1 {font-size: 2.4em; line-height: 1.25em; font-family: 'Lato'; font-weight: 300;	margin:.45em 0 .1em 0; text-align: center;}
	h2 {font-size: .8em; letter-spacing: 2px; line-height: 1.8em; font-family: 'Lato'; font-weight: 700; margin:0 0 .6em 0; text-align: center; text-transform: uppercase;}
	h2 span {display:block;}

	}
