@charset "UTF-8";
/*	YWMD CSS - SPLASH AND MAIN PAGE ------------------------- */
/*	keith@strengthofone.com */

/*
@font-face {
    font-family: "DIN 2014 Regular";
	font-weight: normal;
	font-style: normal;
    src: url(../fonts/din-2014_regular.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DIN 2014 Bold Regular';
	font-weight: normal;
	font-style: normal;
    src: url(../fonts/din-2014_bold.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DIN 2014 Extra Bold Regular';
    src: url(../fonts/din-2014_extra-bold.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'din-condensed';
    src: url(../fonts/din-condensed.woff2) format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*/
@font-face {
    font-family: 'DINish';
	font-weight: 400;
	font-style: normal;
    src: url(../fonts/DINish-Regular.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DINish';
	font-weight: 500;
	font-style: normal;
    src: url(../fonts/DINish-Medium.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DINish';
	font-weight: 600;
	font-style: normal;
    src: url(../fonts/DINish-SemiBold.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DINish';
	font-weight: 700;
	font-style: normal;
    src: url(../fonts/DINish-Bold.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DINish';
	font-weight: 800;
	font-style: normal;
    src: url(../fonts/DINish-Heavy.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DINishCondensed-Regular';
	font-weight: 400;
	font-style: normal;
    src: url(../fonts/DINishCondensed-Regular.woff2) format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'DINishCondensed-SemiBold';
	font-weight: 600;
	font-style: normal;
    src: url(../fonts/DINishCondensed-SemiBold.woff2) format('woff2');
	font-display: swap;
}

/* splash page  ------------------------------ */
body.intro {
	position:relative;
	max-width: 1280px;
	overflow: hidden;
	padding: 0;
	margin: 20% 2em;
	text-align: center;
	background: #f6f6f6;
	background: radial-gradient(#f6f6f6, #918E8E) rgba(145, 142, 142, .25);
}
body.intro::after {
	content:"";
	position: absolute;
	width:200vw;
	height: 200vh;
	top:-50%;
	left: -50%;	
	mix-blend-mode:multiply;
	opacity:0.4;
	animation:grain 1.5s steps(6) infinite;
	background-image:url(../img/img-noise-240x240.png);
}
@keyframes grain {
	0%, 100% {transform: translate(0,-50%);}
	10% {transform: translate(-5%,-20%);}
	30% {transform: translate(3%,-50%);}
	50% {transform: translate(12%,-60%);}
	70% {transform: translate(9%,-30%);}
	90% {transform: translate(6%,-50%);}
}
h1 {
	margin: 0;
}
h1.intro-logo img {
	max-width: 320px;
	opacity:0.5;
}
h2, h3, p {
	color:#918E8E;
	font-weight:400;
	margin:0;
}
h2 {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3, p {
	margin:0;
}
p {
	margin-top:0.25em;
}

/* main  page ----------------------------- */
body {
  font-family: "DINish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  padding: 0;
  max-width: 1280px;
  margin: 0em 2em 2em;
}

a:link, a:visited {
  color: #aaa;
  text-decoration: none;
  transition: color .4s ease
}
a:hover {
  color: magenta;
}


header {
  	margin-top: 1em;
	width:100%;
}
h1.logo {
	margin: 0;
	display: inline;
}
h1.logo img {
  max-width: 320px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
a h1.logo img:hover {
  opacity: 0.7;
}

a.btn.logout {
	float:right;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1rem;
}
article {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 1% 10px 0;
	text-align: left;
	padding: 1em;
	color: #fff;
	background: #000;
}
article h2 {
	font-family: 'DINishCondensed-SemiBold', sans-serif;
	font-weight: 600;
	font-style: normal;
	margin: 0 0 0.5em 0;
	font-variant-numeric: proportional-nums;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#ddd;
	font-size: 1.25em;
}
article ul {
	padding: 0;
	list-style: none;
}
article ul li {
	font-size: 1em;
	letter-spacing: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #555;
}
article ul li:first-of-type {
	border-top: 1px solid #555;
}



.container-2 {
  max-width: 768px;
  font-size: 1.125em;
}
.container-1 {
	display:grid;
	grid-template-columns: auto;
	grid-gap: 1rem;
}
.item {
  background-color: #FFF;
  height: 180px;
  width: 100%;
}



/* individual episode pages */
#seventeen {
  background: #000;
  color: #555;
}
#seventeen h1.logo svg {
  fill: #fff;
  max-width: 320px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
#seventeen a h1.logo svg:hover {
  opacity: 0.6;
}
#seventeen table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
#seventeen table tr {
  border-bottom: 0.5px solid #222;
}
#seventeen table tr:first-of-type {
  border-bottom: 0.5px solid #222;
}
#seventeen table tr:last-of-type {
  border-top: none;
}
#seventeen table td {
  padding: 0.5em 0;
  width: 33%;
}
#seventeen table th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #333;
}
#seventeen section {
  border-bottom: 1px solid #222;
}
#seventeen section:first-of-type {
  padding-bottom: 0.5em;
}
#seventeen cite a {
  background: transparent !important;
  border-top: none;
  padding: 0;
  color: #666 !important;
  text-decoration: none !important;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
  transition: color 0.4s ease;
}
#seventeen cite a:hover {
  color: magenta !important;
}




cite a {
  background: #222 !important;
  padding: 1% 2%;
  color: #fff !important;
  text-decoration: none !important;
  font-style: normal;
  border-top: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
  transition: color 0.4s ease;
}
cite a:hover {
  color: yellow !important;
}


a.btn {
	display: inline-block;
	background: #222;
	padding: 0.5em 1em;
	color: #FFF;
	text-decoration: none;
	margin: 1em 0;
	font-weight: 400;
	letter-spacing: 1px;
	transition: color 0.4s ease, background 0.4s ease;
}
a.btn:hover {
	background: #111;
	color: magenta;
}
a.btn.inactive {
	cursor: none;
	color:#333;
	pointer-events: none;
}
a.btn.inactive:hover {
	background: #222;
	cursor: none;
	color:#333;
}


ol {
	padding:0.5em 1.5em;
	margin:0;
	background:#222222;
}
ol li {	
	border-bottom:1px solid #555;
}
ol li:last-of-type {
	margin-bottom: 0.5em;
}
.playlist {
  margin-bottom: 2em;
}
.active a {
  color: magenta;
  text-decoration: none;
}
li a {
  color: #555;
  background: #222;
  padding: 5px;
  display: block;
}
li a:hover {
  text-decoration: none;
}

footer {
	margin-top:1em;
	background:#000;
	padding:1em;
}
footer p {
	margin:0;
	padding:0;
	color:#757575;
}

.visible-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.visible-hidden:focus {
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  text-indent: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='10.4' viewBox='-5175 3451.8 16 10.4' enable-background='new -5175 3451.8 16 10.4'><path fill='%23FFFFFF' d='M-5167 3451.8l8 7.9-2.4 2.4-5.5-5.5-5.6 5.6-2.5-2.5 8-7.9z'/></svg>");
  background-repeat: no-repeat;
  background-position: center 50%;
  background-color: rgba(255,0,255,.5);
  transition: opacity .4s 0s, visibility 0s .4s;
	opacity:.8;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
  transition: opacity .4s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible, .cd-top:hover {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5
}
.cd-top.cd-fade-out:hover {
  opacity: 1
}
.no-touch .cd-top:hover {
  background-color: magenta;
  opacity: 1
}
/* media queries ------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	body.intro::after {
		animation: none;
	}
}
@media (max-width:480px) {
	body {
		margin:0 1em;
	}	
}
@media (max-width:540px) {
	h1.logo {
		display: block;
	}
	a.btn.logout {
		float:left;
	}
	.container {
		margin-top:5em;
	}
}
