/********************************
Typography
********************************/

body {
	font-family: "merriweather", Helvetica, sans-serif;
	font-size: 100%;
}


h1, h2, h3, h4, h5 {
	font-family: 'proxima-nova', Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 700;
}

h1.alt ,h2.alt, h3.alt, h4.alt, h5.alt {
	font-family: 'alternate-gothic-no-1-d', Helvetica, sans-serif;
	font-weight: 700;
}

h1 {font-size: 5em; letter-spacing: 0.05em; line-height: 1em;}
h2 {font-size: 2.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.250em;}
h5 {font-size: 1em;}


p {
	font-family: 'merriweather', Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.75em;
}

.subhead {
	font-family: 'merriweather', Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: 300;
	line-height: 2em;
}
.subhead-alt {
	font-family: 'proxima-nova', Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 300
}

.subhead-sm {
	font-family: 'merriweather', Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: 300;
	line-height: 1.75em;
	padding: 0 10px;
}

.strong {
	font-family: 'proxima-nova', Helvetica, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 0.85em;
	color: #555;
}

.icon {
	font-family: 'entypo';
	font-size: 2.5em;
	color: rgba(50,50,50,1);
}

.icon-social {
	font-family: 'entypo-social';
	font-size: 2.5em;
	color: rgba(50,50,50,1);
}

.cta-sm {
	font-family: 'proxima-nova', Helvetica, sans-serif;
	/*font-style: italic;*/
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.cta-sm:hover {
/*	text-decoration: underline;*/
}


/********************************
Fonts -- Font Face
********************************/


/********************************
Icon Font
********************************/

	@font-face {
	font-family: 'entypo';
	src: url('../type/entypo.eot'); /* IE9 Compat Modes */
	src: url('../type/entypo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../type/entypo.woff') format('woff'), /* Modern Browsers */
	     url('../type/entypo.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../type/entypo.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

	@font-face {
	font-family: 'entypo-social';
	src: url('../type/entypo-social.eot'); /* IE9 Compat Modes */
	src: url('../type/entypo-social.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../type/entypo-social.woff') format('woff'), /* Modern Browsers */
	     url('../type/entypo-social.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../type/entypo-social.svg#svgFontName') format('svg'); /* Legacy iOS */
	}