/*	=Fonts & Typography
------------------------------------------------------------*/
body,
p {
	color:  #343434;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625em;
}

p {
	margin-bottom: 14px;
/*	text-shadow: 0 1px 0 #496219; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 16px;
}

h2 {
	font-size: 26px;
	margin: 20px 0;
}

h2, h3 {
	font-weight: bold;
	color: #343434;
}

.lead {
	font-size: 20px;
	font-weight: 500;
}

a {
	color:  #5B79A0;
}