/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	font-family: 'lato', sans-serif;
}


h1 {
	letter-spacing: -0.06em;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.15em;
	text-align: center;
}	
	
h2 {
	font-size: 0.7em;
	letter-spacing: 0.02em;
	font-weight: 300;
	padding-top: 2em;
	padding-right: 20px;
	padding-bottom: 2em;
	line-height: 1.5em;
	text-align: center;
}	

h3 {
	font-size: 0.7em;
	letter-spacing: 0.03em;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

h4 {
	font-size: 0.7em;
	letter-spacing: 0.01em;
	font-weight: 900;
    line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
}

h5 {
	font-size: 0.5em;
	letter-spacing: 0.02em;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 2em;
	line-height: 1.3em;
}

h6 {
	font-size: 0.45em;
	letter-spacing: 0.02em;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 2em;
	line-height: 1.25em;
}


h7 {
	font-size: 3em;
    letter-spacing: -0.1em;
	font-weight: 300;
    font-family: 'Raleway', sans-serif;
	padding-top: 2em;
	padding-right: 20px;
	padding-bottom: 0em;
	line-height: 1.5em;
}



