* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lato, Raleway;
	font-size: 13pt;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(159, 144, 145, 0.4);

    margin-top:0.75em;
	margin-bottom:0.3em;
}

a#rss-logo {
	position:absolute;
	top:1em;
	z-index: 100;
	right:1em;
}
a#rss-logo img {
	width:32px;
}

img.rss-text {
	height: 2em;
	display:inline;
	position:relative;
	top:0.7em;
}
img.rss-text:hover, a#rss-logo img:hover {
	-webkit-filter: drop-shadow(0 2px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 2px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 2px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 2px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 2px 2px rgba(0,0,0,.5));
}

div#banner {
	position: fixed;
	top: 0;
	width:100%;
	height:300px;
	overflow: hidden;
	object-fit: cover;
	background-position: top center;
  	background-repeat: no-repeat;
  	background-image: url('banner.jpg');
  	background-size: cover;
}
div.page {
	position: relative;
	top: 150px;
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5em 1em;
	line-height: 1.45em;
	background-color: rgba(235, 237, 239, 0.95);
	border-radius: 8px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
div.secondary_pages {
	margin-top: 2em;
	padding-top: 1em;
	background-color: rgba(211, 214, 218, 0.95);
}
nav {
	display: flex;
	justify-content: space-around;
	/*gap: 2em;*/
	padding-top: 0.5em;
	margin-bottom: 1em;
	color: #d2d2d2;
}
nav a {
	line-height: 1.3em;
	color: #4b4b4b;
}

div.published_date, div.guest-episode-published-date {
	font-size: 10pt;
	color: #4b4b4b;
}
div.published_date {
	margin-top: 0.4em;
}
div.summary {
	margin-top: 0.5em;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5em;
}
div.summary > img {
	width: 200px;
	border-radius: 8px;
	margin-bottom: 1em;
}
div.guest > img {
	width: 100px;
	border-radius: 50%;
}

div.summary > div.spacer {
	width: 3em;
}
div.person-card, div.episode-card {
	margin-top: 1em;
}
div.person-card {
	flex-direction: row-reverse;
}
.person-card p {
	margin-top: 1em;
}
div.show_notes {

}
div.guest-episodes {
	margin-top: 1em;
}
.guest-episodes p {
	font-style: italic;
}

.guest-episodes img {
	height: 3em;
	border-radius: 8px;
}
.guest-episodes ul {
	margin-left: 1em;
}
.guest-episodes li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.5em;
	gap: 0.5em;
}
div.guest-episode-summary {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	gap:0;
}
div.guest-episode-published-date {
	line-height: 1em;
	color: gray;
}
div.heading_with_image {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap:0.5em;
}
.heading_with_image > img {
	height: 3em;
}
.person-card .heading_with_image > img {
	border-radius: 50%;
}
a {
	text-decoration: none;
    color: #4b4b4b;
}
a:hover {
	text-decoration: underline;
    color: #304177;
}
a.download_link {
	font-size:10pt;
	text-align: right;
}

ul {
	margin-left: 2em;
}
h1 {
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	margin-top: 1em;
	font-size: 22pt;
	line-height: 1.2em;
}
.show_notes > h2 {
	margin-top: 0;
}
h3 {
	font-size: 18pt;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h4.episode_intro, h4.host_intro {
	color: #5656b0;
}

div.heading_with_image{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
div.heading_with_timestamp {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.heading_with_timestamp div.published_date {
	margin: 0;
}
.episode-card h2 {
	margin-top: 0;
}
.episode-card img {
	position: relative;
	top: 6px;
}

.secondary_pages > hr {
	margin-bottom: 2em;
}

div.player {
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}
audio {
}
div.guest {
	margin-top: 1em;
	display: flex;
	align-items: flex-start;
	gap: 1em;
}
p.guest_name {
	font-weight: bold;
}
p.more {
	font-size:10pt;
	font-style: italic;
}
.guests a:hover {
	text-decoration: none;
}

div.comments {
}
hr.divider {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.social_media_links_long {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
div.social_media_links_short {
	margin-top: 1em;
	display: flex;
	flex-direction: row;
	gap: 1em;
}
div.social_media_account {
	display: flex;
	gap: 0.5em;

}
img.social_media_icon {
	height: 1.5em;
}
p.summary_more {
	margin-top: 1em;
	font-style: italic;
}
.brief_summary p.summary_more, .person-card p.summary_more {
	/*text-align: right;*/
}
div.brief_summary {
	margin-top: 1em;
}

div.intro {
	margin-top: 2em;
	margin-bottom: 2em;
	display: flex;
	flex-direction: column;
}
div.header {
	display: flex;
	gap: 2em;
}
.header img {
	height: 200px;
}
.header p {
}
.header div {
	display: flex;
	flex-direction: column;
}
p.tagline {
	font-size: 19pt;
	font-style: italic;
}
.intro p {
	margin-bottom: 1em;
}

div.clients {
	display: flex;
	justify-content: center;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 9pt;
	gap: 1em;
}
div.client {
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.client img {
	width:80px;
	margin-bottom:0;
	border-radius: 16px;
}
.wide-clients .client img {
	width: revert;
}
.wide-clients div.client {
	margin: 0;
	/*padding: 0;*/
}

.client p {
	margin-top:0;
	text-align: center;
}
div.bordered_client {
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 6px 8px;
    border: 1px solid #a6a6a6;
    border-radius:14px;
	background-color: white;
}
div.bordered_client img {
	height: 40px;
}
div.unbordered_client img {
	height: 52px;
}
.unbordered_client img {
	border-radius: revert;
}
div.sponsored {
	margin-top: 1em;
	font-style: italic;
}
div.sponsors {
	display: flex;
}
.sponsors img {
	height:5em;
	object-fit: contain;
	margin: 0.5em;
}
div.contact_intro {
	margin-bottom: 1em;
	margin-top: 1em;
}
.contact div.social_media_links_long {
	margin-left: 1em;
}
div.attributions {
	font-style: italic;
	font-size: small;
}
@media screen and (min-width: 700px) {
	.small-screen {
		display:none;
	}
}
@media screen and (max-width: 700px) {
	div.page {
		top: 80px;
	}

	div.intro {
		flex-direction: column;
		align-items: flex-start;
	}
	.intro img {
		height: 100px;
	}
	div.summary {
		flex-direction: column;
		align-items: flex-start;
	}
	div.sponsors {
		flex-direction: column;
	}
	div.clients {
		flex-wrap: wrap;
	}
	nav {
		flex-wrap: wrap;
	}
	.large-screen {
		display:none;
	}

}
@media (pointer: coarse) {
	nav a {
		font-size: 22pt;
		padding-left: 0.5em;
		padding-right: 0.5em;
		border-radius: 0.25em;
		background-color: rgba(0,0,0, 0.05);
	}
}
