/* Montserrat:
Light 300
Medium 500
Medium 500 Italic
Bold 700
ExtraBold 800
*/

h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: 300;
}

h1 {
	
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 30px 0 10px 0;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 10px 0;
}

h1 b, h1 strong, 
h2 b, h2 strong, 
h3 b, h3 strong,
h4 b, h4 strong {
	font-weight: 800
}

