body {
    background-color: black;
    color: #E0E0E0;
    font-size: 14px;
    font-family: 'Saira Condensed', Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}
div.banner {
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:128px;
    font-family: 'Saira Condensed', sans-serif;
}
.banner img {
    height:192px;
    position: relative;
    top:10px;
}
div.subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    padding-left: 2em;
    text-align: center;
    font-size:12pt;
    font-family: Helvetica, sans-serif;
    color: #CCCCCC;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444444;
    margin: 0;
}

nav.menu, div.block {
    margin-left: auto;
    margin-right: auto;
    max-width:800px;
}

nav.menu {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    background-color: #181818;
    padding: 0 1.5em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: Helvetica, sans-serif;
}
.menu a {
    color: lightgrey;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
}
.menu a:hover {
    background-color: #303030;
}
a.home-item {
    margin-left: 3em;
}
a.subscribe-item {
    margin-right: 3em;
}
a.contact-item {
    display:none;
}

div.block {
    margin-top: 2em;
    border-radius: 8px;
    background-color: #202020;
    padding: 1em;
}

div.guests-and-meta {
    display: flex;
}
div.meta {
    min-width:400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.meta div {
    color: lightgrey;
}
div.guests {
    margin-right: 2em;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.guests img, .hosts img, .guest_list img {
    height:100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

div.hosts {
    margin-left:1em;
    margin-right:1em;
}
div.host {
    margin-bottom: 1em;
    display:flex;
    align-items: center;
    gap: 1em;
}
.host .name {
    font-weight: bold;
}

div.info {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
}

div.player {
    margin-bottom: 1em;
    width: 100%;
}
audio {
    width: 100%;
}

code {
    display: block;
    color: lightgrey;
}
.guest code {
    display: revert;
}
.indented {
    margin-left:28px
}
.indented2 {
    margin-left:56px
}
.comment {
    color: #60C060;
}
span.episode-title {
    font-size: 26px;
    color: white;
    font-weight: bold;
}
a.episode-title-small {
    font-size: 16px;
    font-weight: bold;
}
div.episode_decl {
    display: flex;
}
div.episode_decl code {
    margin-right: 1em;
    white-space: nowrap;
}
span.episode_number {
    font-weight: bold;
    color: white;
}
span.utc_datetime {
    color: grey;
}
span.label {
    font-weight: bold;
}

a {
    color: lightblue;
}
a {
    color: #AAAAFF;
}


.guest_row {
    display:flex;
}
.guest_row img {
    height: 256px;
    margin-right: 2em;
    border-radius: 4px;
}

.name_and_links {
    display:flex;
    flex-direction: column;
    align-content: flex-start;
}
.name_and_links h2 {
    font-size: 30px;
    margin-top: 0;
}

div.guest_bio {
    font-size:14pt;
}
p.guest_link {
    margin: 0;
    font-size: 14pt;
}
.guest_link a {
    margin-top: 0;
}
a.episode-title {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.image-and-text {
    display: flex;
    height: 1.5em;
}
.image-and-text img {
    margin-right: 1em;
}
.image-and-text div {
}
img.slack-logo {
    position:relative;
    left:-0.5em;
    top:-0.5em;
    height: 3em;
    margin-right: 0;
}
a.invite-link {
    margin-left: 1em;
}
div.episode_list {
    margin-left:1em;
    display: flex;
    flex-direction: column;
}
div.episode_list_item, div.guest_list_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.5em;
}
div.episode_list_item {
    align-items: center;
}
div.episode_list img {
    width:200px;
    margin-left: 1em;
    border-radius: 4px;
}

div.about {
    font-size:14pt;
    margin-top:2em;
    margin-bottom:2em;
}

div.prev-episodes-msg {
    text-align: center;
}
div.guest_list_item {

}
div.guest_list_item h3 {
    margin-top: 0;
}

.guest_info a {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

div.ext_player_logos {
    display: flex;
    justify-content: center;
}
div.ext_player_logo {
    height:30px;
    padding: 4px 6px;
    border: 1px solid gray;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: black;
}
div.ext_player_logo img {
    height: 24px;
}
div.ext_player_logo p {
    margin-left: 0.5em;
    font-size:13pt;
    font-family: Helvetica, Arial, sans-serif;
}

img.ext_player_logo {
    height:40px;
}
.ext_player_logo {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.services a {
    text-decoration: none;
    color: inherit;
}

div.services {
    display:flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
div.prev-episode, div.next-episode {
    height:32px;
    padding: 4px 1em;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #323232;
}

div.nothing-upcoming {
    padding: 3em;
    vertical-align: middle;
    text-align: center;
    font-size:16pt;
}
div.subclause {
    font-size:10pt;
    margin-left:1em;
}
div.footer {
    text-align: center;
    text-decoration: none;
}