P
{
	margin: 0 0 20px 0;
	margin: 0 0 2rem 0;
	max-width: 700px;
	max-width: 70rem;
	text-align: center;
}
A
{
	text-decoration: underline;
	color: inherit;
}
@media all and (min-width: 48em)
{
	A
	{
		transition-duration: 0.2s;
		transition-property: opacity;
		transition-timing-function: ease;
	}
	P
	{
		text-align: left;
	}
}
A:hover, A:focus
{
	outline: 0;
}
H1, H2, H3, H4, H5, H6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-weight: 600;
	font-family: Dosis, sans-serif;
	line-height: 1.5;
	margin: 1.1rem 0 2rem;
	color:var(--cream);
}
H1, .h1
{
	font-size: 3.6rem;
	position: relative;
	font-weight: 700;
}
.home H1
{
}
H1.entry-title
{
	margin-top: 0;
}
/*@supports (-webkit-text-stroke: 1px #D3D3D3)
{
	.home H1
	{
		-webkit-text-stroke: 1px #F5F5F5;
		-webkit-text-fill-color: white;
	}
}*/
H2, .h2
{
	font-size: 2.6rem;
}
H2.h2__home
{
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
H3, .h3
{
	font-size: 22px;
}
H4, .h4
{
	font-size: 18px;
}
H5, .h5
{
	font-size: 14px;
}
H6, .h6
{
	font-size: 12px;
}
ARTICLE UL, OL
{
	margin-top: 0;
	margin-bottom: 10px;
	max-width: 700px;
	max-width: 70rem;
}
UL UL, UL OL, OL UL, OL OL
{
	margin-bottom: 0;
}
.large_text
{
	font-size: 25px;
	font-size: 2.5rem;
}
.anton
{
	font-family: 'Anton', sans-serif;
}
@media all and (min-width: 48em)
{
	#playlist_intro
	{
		margin-top: 4rem;
	}
}
#playlist_intro
{
	color: #FFFFFF;
	font-size: 2rem;
}
/*WP*/
.entry-meta
{
	clear: both;
}
.screen-reader-text
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.hentry
{
	margin: 0;
}