
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Indie+Flower&family=Patrick+Hand&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, html{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body{
font: normal 1em/160% 'Poppins';
background-color: #ff8400;
background: url('assets/kenny.png') repeat;
background-size: 7.5em;
overflow-x: hidden;
}

    main{
        margin: 0 auto;
        width: 65em;
	background: #000;
	color: #fafafa;
	min-height: 100vh;
	padding: 2em;
	border-left: 20px solid #03cafc;
	border-right: 20px solid #03cafc;
    overflow-x: hidden;
    }

header{
margin: 0 auto;
width: 50em;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 3em;
}

#style img{
    width: 100px;
    image-rendering: pixelated;
}

#header{
font: normal 2.5em 'Gloria Hallelujah';
text-transform: lowercase;
color: #ff0000;
text-align: center;
}

#header strong{
color: #0077ff;
}

#subtitle{
font: normal 1.5em 'Patrick Hand';
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
}

h1{
display: inline-block;
}

blurb{
display: block;
margin: 1em 0;
}

blurb summary{
border-bottom: 3px #ed541c solid;
margin: 0.5em 0;
}

blurb details[open] > summary{
border-bottom: none;
color: #ed541c;
}

#filters {
    margin: 3em auto 1em;
text-align: center;
}

.filter-btn {
    padding: 0.5em;
margin: 0 5px 20px;
    border: 2px solid #ffee00;
    background: transparent;
	color: #03cafc;
font: normal 1.05em 'Patrick Hand';
cursor: pointer;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.filter-btn:hover{
border: 2px dotted #00cf67;
}

.filter-btn.active {
    border: 2px dotted #000;
color: #ff0000;
cursor: pointer;
}

#episode-list {
    list-style: none;
    padding: 0;
}
.episode {
    padding: 10px;
    border-bottom: 5px dotted #00c936;
}

summary h1{
	font: normal 1.2em 'Gloria Hallelujah';
	text-transform: uppercase;
}

summary:hover, details[open] > summary{
	color: #00cf67;
cursor: pointer;
}

details[open]{
border-bottom: 3px #ffee00 dotted;
padding-bottom: 1em;
margin-bottom: 1em;
}

details h2{
	text-align: right;
	font: normal 2em 'Patrick Hand';
	text-transform: lowercase;
	padding: 0;
	border-bottom: 3px dotted #ffee00;
	margin: 0.75em 0 0.5em; 
    color: #ff1616;
}

p{
padding: 0.5em 0;
}

h2::before {
    content: url(assets/cartman-2.png);
    float: left;
image-rendering: pixelated;
}

big{
font-size: 150%;
font-family: 'Indie Flower';
font-weight: bold;
color: #00cf67;
}

small{
    font-size: 0.5em;
    color: #0056d8;
    font-family: 'Poppins', sans-serif;   
}

small em{
    color: #00c936;
    font-size: inherit;
}

details strong{
font-family: 'Gloria Hallelujah';
letter-spacing: 1px;
color: #ff1616;
position: relative;
    z-index: 1;
    
    &:before {
        border-top: 3px solid #0056d8;
        content:"";
        margin: 0 auto; 
        position: absolute;
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }
}

em{
font-family: 'Patrick Hand';
font-size: 14pt;
letter-spacing: 0.5px;
color: #ffee00;
line-height: 100%;
}

note{
    color: #ffa2ee;
    font: normal 0.95em 'Patrick Hand';
    letter-spacing: 1px;
    display: block;
    text-transform: lowercase;
    margin-left: 1em;
}

details ul, details ol{
margin: 1em;
}

details ul li, details ol li{
padding: 0 0 0.5em 1em;
}

details #etc ul, details #etc ol{
    margin: 0 1em;
}

#etc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em;
}

#etc .list {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
}

a:link, a:visited{
color: #ed541c;
text-decoration: underline dotted;
text-decoration-thickness: 2px;
text-decoration-color: #00d93a;
}

a:hover, a:active, a:focus{
color: #0077ff;
text-decoration: underline solid;
text-decoration-thickness: 2px;
text-decoration-color: #ff0000;
}

li::marker{
color: #03cafc;
}

blockquote{
padding: 0.5em 1em;
margin: 1em;
border: 5px dotted #03cafc;
font: normal 1.2em 'Indie Flower';
letter-spacing: 1px;
}

blockquote#under-construction{
    border: 5px dotted #ffee00;
    font: normal 1em 'Poppins', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 3em;
}

blockquote#under-construction strong{
    color: #ff0000;
}

.alert-image{
    margin-right: 1em;
}

.alert-image img{
    width: 30px;
}

.ep-metadata h3{
font: normal 2em 'Patrick Hand';
color: #0077ff;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0 0 0 10px;
text-align: center;
}

.ep-metadata h3 strong{
color: #ff0000;
font-family: 'Gloria Hallelujah';
}

h4{
margin: -20px 0 0 10px;
font: bold 1.2em/130% 'Gloria Hallelujah';
color: #ffee00;
letter-spacing: 3px;
text-transform: lowercase;
text-align: center;
}

.episode-icon img{
height: 150px;
width: 240px;
border: 10px dotted #ff8400;
}

.episode-icon{
display: block;
}

ul#episode-list li.episode{
padding: 2em 0;
clear: both;
display: flex;
flex-direction: row;
}

.blurb{
display: block;
padding: 1em;
}

.ep-metadata details summary::before{
content: url(assets/sign.png);
width: 20px;
height: 20px;
position: relative;
top: 0.4em;
  padding-right: 1em;
  display: inline-block;
  image-rendering: pixelated;
}

.ep-metadata details summary{
box-shadow: none;
color:#03cafc;
display: inline-block;
  padding-right: 1em;
  margin-top: -0.5em;
  text-decoration: underline dotted;
  text-decoration-thickness: 2px;
  text-decoration-color: #03cafc;
}

.ep-metadata details summary:hover, .ep-metadata details[open] > summary{
color: #ff0000;
cursor: pointer;
text-decoration: none;
}

.ep-metadata details summary:hover{
text-decoration: underline solid;
  text-decoration-thickness: 2px;
  text-decoration-color: #ff0000;
}

.ep-metadata{
overflow: hidden;
margin-top: -1em;
width: 100%;
}

.ep-metadata details{
font: normal 1.1em 'Patrick Hand';
padding-left: 1em;
padding-bottom: 0!important;
margin: 0!important;
display: block;
color: #03cafc;
border-bottom: none;
}

u{
color: #00ffee;
text-decoration: none;
font-family: 'Gloria Hallelujah';
}

footer{
display: block;
margin: 2em auto 0;
text-align: center;
font: normal 1.5em 'Indie Flower';
color: #ff0000;
}

footer a:link, footer a:visited{
color: inherit;
font-size: 0.9em;
text-decoration: none;
}

footer a:hover, footer a:active{
color: #ffee00;
}

footer note{
    font-size: 0.5em;
    color: #ff8400;
}

hmm{
    background: #000;
    color: #000;
    font-size: 0.5em;
    display: block;
}

heart::before{
    content: "❤";
    color: #ff309e;
    font-size: 14pt;
    font-family: 'Gloria Hallelujah';
    font-weight: bold;
    display: inline-block;
    margin: 0 0.2em;
}

/* Tablet styles */
@media (max-width: 1024px) {
    main {
        width: 95vw;
        padding: 1em;
        border-left-width: 10px;
        border-right-width: 10px;
    }
    header {
        width: 90vw;
        gap: 1.5em;
    }
    #header {
        font-size: 2em;
    }
    #subtitle {
        font-size: 1.1em;
    }
    .episode-icon img {
        height: 100px;
        width: 160px;
        border-width: 6px;
    }
    ul#episode-list li.episode {
        align-items: flex-start;
    }
}

/* Mobile styles */
@media (max-width: 600px) {
    main {
        width: 100vw;
        min-height: unset;
        padding: 0.5em 1em;
        border-left: none;
        border-right: none;
    }
    header {
        width: 90vw;
        flex-direction: column;
        gap: 1em;
        padding: 0.5em 0;
        font-size: 1.4em;
    }
    #header {
        font-size: 1.3em;
        padding: 0.2em 0;
    }
    #subtitle {
        font-size: 1em;
        letter-spacing: 1px;
    }
    #style img {
        width: 60px;
    }
    .filter-btn {
        padding: 0.4em;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 0.95em;
    }

    .episode-icon{
        margin: 0 auto 1em;
    }
    .episode-icon img {
        height: 84px;
        width: 132px;
        border-width: 4px;
    }
    ul#episode-list li.episode {
        flex-direction: column;
        align-items: center;
        align-items: flex-start;
        padding: 1.5em 0;
    }
    .ep-metadata h3 {
        font-size: 1.1em;
        letter-spacing: 2px;
    }
    h4 {
        font-size: 1em;
        margin: -10px 0 0 5px;
        letter-spacing: 1px;
    }
    details h2 {
        font-size: 1.1em;
        margin: 0.5em 0 0.3em;
    }
    blockquote {
        font-size: 1em;
        margin: 0.5em;
        padding: 0.3em 0.5em;
    }
    .blurb {
        padding: 0.5em;
    }
    footer {
        font-size: 1em;
        margin: 1em auto 0;
    }

    #etc{
        display: block;
    }

    #etc .list{
        width: auto;
    }

    blockquote#under-construction{
        font-size: 0.8em;
    }
}