/*
 *
 * typography.css
 *
 */
 
html, body {
	color: #484848;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 1.6em;
	margin-top: 0px;
	line-height: 1em;
	
}
h2 {
	font-size: 1.4em;
	margin-top: 0.75em;
	margin-bottom: 0.1em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0em;
	margin-top: 0px;
}
h4 { 
	font-size: 1.1em; 
	line-height: 1.1; 
	margin-bottom: 0.3em; 
	margin-top: 3px;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	
}
h6 {
	font-size: 2.1em;
	line-height: 1em;
	margin-bottom: 0em;
	margin-top: 0px;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.small {
	font-size: 0.9em}

ul {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
ul li ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 12px;
}
