.intro {
	margin: 6vw auto 150px auto;
	text-align: center;
}

.intro img.podcast-icon {
	max-width: 80px;
	max-height: 80px;
	/* filter: drop-shadow(0 0 10px rgba(0,0,0,0.2)); */
}

.intro h1 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 500;
}

.intro .hostedby {
	margin: 15px auto;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--text-highlight);
}

.intro .listenon {
	max-width: 800px;
	margin: 40px auto;
	font-size: 20px;
	font-weight: 500;
}

.intro .listenon a {
	color: var(--text-bright);
	display: inline-block;
	padding: 7px 12px 7px 12px;
	margin: 0 4px 8px 0;
	border-radius: 6px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.intro .listenon a:hover {
	color: var(--text-highlight);
}

.intro .listenon a img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 5px;
}	

.intro .listenon #rss-url {
	display: inline-block;
	font-family: ui-monospace, monospace;
	font-size: 18px;
	padding: 9px 15px 10px 15px;
	margin: 0 4px 8px 0;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 1.5px rgba(0,0,0,0.2);
	word-break: break-word;
}

.episode-list .episode {
	margin-bottom: 80px;
}

.episode-list .episode a.shownotes-link  {
	font-size: 18px;
}

.episode a.link-to-list {
	display: inline-block;
	margin-top: 4vw;
	margin-bottom: 40px;
	padding: 5px 10px 5px 10px;
	border-radius: 6px;
	font-size: 18px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.episode .number {
	display: block;
	position: absolute;
	margin-left: -80px;
	margin-top: 4px;
	font-size: 60px;
	font-family: var(--typeface-serif);
}

.episode h2 {
	margin-top: 0;
}

.episode audio {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 30px 0 10px 0;
}

.episode .shownotes {
	margin-top: 40px;
}

.episode .shownotes li {
	list-style-type: disc;
	list-style-position: inside;
}

@media only screen and (max-width: 1100px) {
	.episode .number {
		position: relative;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 670px) {
	.intro {
		text-align: left;
	}
	.intro img.podcast-icon {
		max-width: 54px;
		max-height: 54px;
	}
}