
h1:not(.contact h1)::first-letter, 
h2::first-letter, 
h3:not(.ics-calendar-date)::first-letter, 
h4:not(.ics-calendar-date)::first-letter, 
h5::first-letter, 
h6::first-letter,
.h5::first-letter
{
	color: #fd9c33;
	font-weight: 900;
	font-size: calc(110%);
}