@font-face {
  font-family: "Cooper";
  src: url("/fonts/cooperl.ttf") format("truetype");
}
---
---
.description {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.social-media a{
    color: white;
}
footer {
    color: white;
}
.rss {
    font-size: .6em;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.5);
    padding: 2px;
    border-radius: 8px;
    padding-left: 6px;
    padding-right: 6px;
}
.rss:hover {
    background-color: rgba(0,0,0,.2);
    color: white;
}
.intro p .rss a {
    padding: 2px;
}
.patreon {
    width: 100%;
    background-color: lightgray;
    padding: 25px;
    text-align: center;
    margin-top: 10px;
}
.patreon h4 {
    font-size: 1.3em;
    padding: 0px;
    margin: 0px;
}
.patreon a:hover {
    text-decoration: none;
}
/*----------- BLOG LIST --------------*/
.news-list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.news-item {
    padding: 50px 50px 75px 50px;
    width: 33%;
}
.image-hero {
    width: 100%;
    height: 250px;
    background-color: #ff0000;
    background-image: url("{{ item.hero }}");
    background-size: cover;
}
.news-item img {
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.news-item h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.news-item h1 {
    font-weight: normal;
    font-family: "Cooper";
    padding-bottom: 10px;
    font-size: 1.8em;
    line-height: 1.1em;
}
.news-item a:hover {
    border-bottom: 0px;
    text-decoration: none;
    color: grey;
}
.news-item .summary p {
padding-bottom: 25px;
}
.news-more {
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    border: 1px solid black;
    border-radius: 25px;
}
.date {
  width: 25%;
}
.categories {
    padding-top: 15px;
}
.date ul {
    display: flex;
}
.date li {
    list-style: none;
    border: 1px solid #ff0000;
    border-radius: 25px;
        padding: 5px;
    margin-right: 5px;
}
.latest-story {
    padding: 25px;
/*    padding-bottom: 25px;*/
}
.featured-episode-hero {
    width: 100%;
    padding: 0px;
    display: block;
    flex: none;
    border: 1px solid #ff0000;
    border-bottom: none;
}
.latest-story a:hover {
    text-decoration: none;
}
.featured-episode-hero img {
    width: 100%;
    border-bottom: 1px solid #ff0000;
    display: block;
}

/*----------- POST PAGE --------------*/
.story-post {
    color: black;
    width: 100%;
}
.story-post article {
        font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 22px;
    font-weight: 400;
  line-height: 1.3em;
      width: 50%;
    margin: auto;
    padding-bottom: 50px;
    color: black;
}
.story-post article h2 {
    font-size: 1.5em;
    margin-top: 1.5em;
}
.story-post article h3 {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.story-post article p {
    color: black;
}
.story-post article .description {
    font-size: 48px;
    color: #ff0000;
    padding-bottom: 10px;
    padding: 0px;
    padding-top: 10px;
    border-bottom: 0px;
    width: 125%;
    font-family: "Cooper";
    line-height: 1.1em;
}
.info h2 {
    font-family: "Cooper", Times, serif;
    color: #ff0000;
    font-size: 48px;
    font-weight: normal;
    padding-right: 10px;
        line-height: 1em;
}
.story-post h3 {
        font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  color: #ff0000;
    margin-top: 15px;
    padding-bottom: 5px;
}
h4 {
        font-family: 'Open Sans', Arial, sans-serif;
  color: #000000;
  font-size: 20px;
        margin-top: 15px;
}
.story-post article a {
  border-bottom: 2px #ff0000 solid;
      color: black;
}
article a:hover {
  color: white;
    background-color: #ff0000;
  border-bottom: 2px #ff0000 solid;
}
article blockquote {
  padding-left: 2em;
  border-left: 1px #ff0000 solid;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}
article hr {
  margin: 40px auto;
  max-width: 40%;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}
article ol {
   list-style-position: outside;
    padding-left: 35px;
    padding-bottom: 15px;
}
article ul {
        list-style-position: outside;
    padding-left: 25px;
    padding-bottom: 15px;
        list-style: disc;
}
article li {
    list-style-position: outside;
    padding-right: 15px;
}
.footnote {
        font-family: 'Open Sans', Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  font-size: .6em;
  padding-left: 1px;
  padding-right: 1px;
  line-height: 0em;
  border-bottom: none;
}
.footnotes {
        font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.6em;
  margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ff0000;
}
.footnotes ol {
    font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.footnotes p {
    font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.footnotes p a {
        font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 14px;
    line-height: 18px;
  color: #000000;
  border-bottom: 1px #ff0000 solid;
  color: rgba(0, 0, 0, 0.5);
}
.notes a:hover {
  color: #ff0000;
}
.pagination {
    border-top: 1px #ff0000 solid;
        border-bottom: 1px #ff0000 solid;
      padding: 0px;
}
.PageNavigation {
    width: 100%;
    font-size: 100px;
    display: flex;
}
.pagination .prev {
    float: right;
    max-width: 25%;
    text-align: right;
    padding: 0px;
        padding-right: 15px;
}
.pagination .next {
    float: left;
        max-width: 25%;
        padding: 0px;
    padding-left: 15px;
    border-right: 0px;
}
.byline {
font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
/*  margin-top: 25px;*/
    padding: 15px;
  color: rgba(0, 0, 0, 0.5);
    width: 50%;
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
}
.byline a {
  color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
    text-decoration: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
.byline a:hover {
    text-decoration: none;
    border-bottom: solid 1px #ff0000;
}

/*----------- IMAGES --------------*/
figure {
  width: 143%;
    margin: auto;
}
figure img {
  width: 100%;
  padding-bottom: 20px;
}
figcaption {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 18px;
  width: 20%;
  float: right;
  padding-top: 5px;
}
figcaption a {
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px #ff0000 solid;
}
figcaption a:hover {
  color: #ff000;
}
h6 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 18px;
    font-weight: normal;
  padding-top: 5px;
    padding-bottom: 25px;
    }
.hero-caption {
    padding-left: 25%;
    color: grey;
    width: 75%;
    max-width: 1500px;
}
.images {
  width: auto;
  border: none;
    border-bottom: 1px solid #ff0000;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
    padding: 0px;
        display: block;
/*  padding: 15px 50px 0px 50px;*/
}
.images img {
  width: 100%;
  padding-top: 0px;
    padding-bottom: 0px;
            display: block;
}
.images p {
    padding-top: 0px;
    padding-bottom: 0px;
}
figure .left {
  width: 50%;
  padding-right: 15px;
  float: left;
    margin: 0px;
}
figure .right {
  width: 50%;
  float: right;
  padding-left: 15px;
    margin: 0px;
}
article img {
  width: 100%;
    padding-top: 25px;
}
.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}


/*----------- RESPONSIVE VIDEO --------------*/
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------
TABLET
----------------------------------- */
@media screen and (min-width: 716px) and (max-width: 1024px) {
.news-item {
width: 50%;
}
}
/* MOBILE
----------------------------------- */
@media only screen and (max-width: 715px) {
  header {
    padding-bottom: 30px;
    padding-left: 25px;
    padding-top: 25px;
    flex-direction: column;
  }
  nav {
    float: none;
    padding-top: 10px;
    width: 100%;
  }
  nav li {
    padding-left: 15px;
  }
  nav li:first-child {
    padding-left: 0px;
    margin-left: 0px;
  }
      /* HOMEPAGE */
.intro {
      padding: 15px 25px 55px 25px;
}
.intro p {
    font-size: 28px;
    line-height: 36px;
}
.news-list {
    display: block;
}
.news-item {
    padding: 25px;
    width: 100%;
    border-bottom: 1px solid #ff0000;
}
    .featured-episode-hero .info .episode-title h2 {
        font-size: 36px;
    }
  /*STORY */
    .info {
        display: block;
    }
    .info .episode-title {
        border-left: 0px;
        width: 100%;
    }
    .info .date {
        width: 100%;
    }
    .info .episode-tags {
        padding-top: 15px;
    }
  .story-object {
      flex-direction: column-reverse;
    }
.story-post {
    width: 100%;
}
.story-post article {
        width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    }
.story-post h2 {
        font-size: 40px;
    margin-bottom: 25px;
    color: #ff0000;
    font-family: "Cooper", Times, serif;
    font-weight: normal;
    }
.hero-caption {
    padding-left: 0px;
    width: 100%;
    margin: auto;
}
  figure {
    width: 100%;
  }
figure img {
    padding-bottom: 0px;
  }
figcaption {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
figure .left {
  width: 100%;
  padding-right: 0px;
  float: none;
    margin: 0px;
}
figure .right {
  width: 100%;
  padding-left: 0px;
  float: none;
    margin: 0px;
}
  .images {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
      padding-bottom: 0px;
      width: 100%;
  }
 .images p {
        padding-left: 0px;
        padding-right: 0px;
    }
  .images img {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .images-left {
    width: 100%;
    padding-left: 25px;
      padding-right: 25px;
  }
  .images-right {
    width: 100%;
    padding-left: 25px;
      padding-right: 25px;
  }
  .images p {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    margin-bottom: 5px;
  }
.images-left,
.images-right  {
        padding-left: 0px;
        padding-right: 0px;
    }
.footnotes {
        margin-left: 25px;
    }
.date {
    padding-top: 15px;
}
.categories {
    padding-top: 0px;
}
.PageNavigation {
    font-size: 50px;
    }
.pagination {
/*      padding: 20px 25px 25px 25px;*/
    margin-bottom: 15px;
}
.pagination .prev {
    float: right;
    max-width: 25%;
    text-align: right;
    vertical-align: middle;
}
.pagination .next {
    float: left;
    max-width: 25%;
    padding-bottom: 25px;
    vertical-align: middle;
}
.pagination a:hover {
    border-bottom: 0px;
}
}
}
