/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
  	text-transform: none;
	color: #3b3b3b;
  font-family: Open Sans, sans-serif;
}
h1 {
	font-size: 40px;
  	line-height: 2em;
}
h2 {
	font-size: 28px;
  	line-height: 1.4em;
}
h3 {
	font-size: 22px;
  	line-height: 1.5em;
}
h4 {
	font-size: 18px;
}
p {
  	font-size: 18px; 
  	font-family: Open Sans, sans-serif;
}

/* page title */
.page-title 
	{display: none;
}