body {
	color: black;
}

p {
	color: #111111;

}

p.lead {
	color: #222222;
}

.eyebrow {
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 600;
}

.hero {
	color: rgba(255,255,255, 0.9)
}

.hero p.lead {
	color: rgba(255,255,255, 0.9)
}
.inverse-dark {
	color: rgba(0,0,0, 0.9)
}

.inverse-white {
	color: rgba(255,255,255, 0.9)
}