/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

html {
  color: #222;
  font-size: 0.9rem;
  line-height: 1.3;
  font-family: courier new,courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
  letter-spacing: -.4px;
}

h1, h2, h3 {
  font-family: courier new,courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
}

::-moz-selection {
  background: #ecc4c4;
  text-shadow: none;
}

::selection {
  background: #ecc4c4;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; 
}

.clearfix::after {
  clear: both;
}

.clearfix {
  height: 0;
}

.link {
}

.nowrap {
  white-space: nowrap;
}
.followlove {
} 

.flex-grid-2,
.flex-grid-3
 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-grid-2>*,
.flex-grid-3>* {
    width: 100%;
}

@media screen and (min-width: 37.5em) {
  .flex-grid-2>*,
  .flex-grid-3>* {
    width: 49%;
  }
}

@media screen and (min-width: 68.75em) {
  .flex-grid-3>* {
    width: 33%;
  }
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}


body {
    padding-left:30vw;
    text-align: center;
}

#cover{
    width:30vw;
    height:100vh;
    top:0;
    left:0
}

#cover{
    position:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:rgba(30,30,30,0.12);
    background-position:center
}

h1 {
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 2.5em;
  margin: 0;
}

h2, h3{
  margin: 0;
  font-weight: normal;
  font-size: 1.8em;
}

.more {
  font-size: 1.4em;
  text-align: center;
}
.more a {
  text-decoration: none;
  color: #444;
  padding: 0 2em;
}

.more a:hover {
  color: #800;
}

.section.aboutus {
  margin-top: 3em;
}

.section.aboutus p {
  line-height: 1.5em;
}

.claim{
  text-align: center;
  background-color: #222;
  padding: 5px 10px;
  color: #eee;
  display: inline-block;
  margin-left: 20px;
}
.notfound{
    text-align: center;
    /* padding: 5px 10px; */
    margin-left: 20px;
    margin: 50px 0px;}


 .rainbow {
  font-size: 1.4em;
 }


.tiraz {
  display: flex;
  height: 95vh;
}

.tiraz .title {
    text-align: center;
    margin:auto;
    width: 200px;
    height: 50px;
    padding-left: 86px;
    font-size: 1rem;
    line-height: 1.4;
}

.social{
  text-align: right;
  padding: 20px;
  align-self: flex-end;
}

.social a {
  display: block;
  text-align: center;
}
 

.social .link-bio {
  margin-top: .5em;
}

.social img{
  margin: 5px 0px;
}

.page {
  text-align: right;
  padding: 0 70px 0 30px;
  max-width: 800px;
  margin: 0 auto;
}

.section {
  margin: 6em 0 10px 0;
/*  filter: grayscale(50%);*/
}



.section p {
  margin-bottom: 1em;
  line-height: 2em;
}


a.cta, .story a.cta{
  background-color: #222;
  padding: 5px 10px;
  color: #eee;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2em;
}


.section.featured-videos .yt-facade {
  margin-bottom: 1em;
}


.section#thankyou {
  padding: 0 30px 0 30px;
  max-width: 800px;
  text-align: right;
}

/*a.cta{
  color: #444;
}
*/

.storylink {
    white-space: normal;      /* allow long titles to wrap instead of overflowing */
    overflow-wrap: anywhere;
    text-decoration: none;
    /* font-size: 1.2em; */
    color: #222;
    font-weight: bold;
    display: block;
    margin-top: 1em;
}

.storylink img {
  margin: 0 0.5em;
  vertical-align: middle;
  flex: none;               /* keep the cover thumbnail from shrinking */
}


footer {
    text-align: center;
    margin: 15vw 0 20px 0;
}

.nowrap {
  white-space: nowrap;
}

.spotifyfollow {
  vertical-align: middle;
}


.book-88 {
  display: block;
  float: left;
  margin: .5em 2em 0 0;
}


#badge_patreon {
  display: block;
  float: left;
  margin: .5em 2em 0 0;
}

#support p,
#thankyou p {
  text-align: justify;
}


.sectionsongs2 {
}

.sectionsongs2 .songs {
  display: flex;
  overflow: hidden;
  flex-wrap:  wrap;
  justify-content: space-evenly;
}

.sectionsongs2 .songs .coverentry {
  margin-bottom: 3px;
}

.sectionsongs2 .songs .coverentry iframe{
  margin-top: -8px;
}

@media (min-width: 767px){
  .sectionsongs2 .songs .coverentry img{
    max-width: 315px;
    max-height: 315px;
    margin-bottom: 3px;
    margin-left: 3px;
  }

  .sectionsongs2 .songs .coverentry iframe{
    margin-left: 3px;
  }

  .sectionsongs2 .songs {
    justify-content: flex-end;;
  }
}



/*

.sectionsongs2 {
}

.sectionsongs2 .songs {
  display: flex;
  overflow: hidden;
  flex-wrap:  wrap;
  justify-content: space-evenly;
}

.sectionsongs2 .songs .coverentry {
  margin-bottom: 1em;
}

.sectionsongs2 .songs .coverentry iframe{
  margin-top: -8px;
}

@media (min-width: 767px){
  .sectionsongs2 .songs .coverentry img{
    max-width: 225px;
    max-height: 225px;
  }

  .sectionsongs2 .songs {
    justify-content: space-between;
  }

/*    .songs {
      position: relative; 
    }

    .sectionsongs2 .songs .coverentry {
      position: unset;
    }

    .sectionsongs2 .songs .coverentry:hover {
      position: absolute;
      left: 0;
      top: 0;
    }

    .sectionsongs2 .songs .coverentry:hover iframe {
      left:0;
    }
*/}


*/


/*
MOBILE


.sectionsongs2 {
}

.sectionsongs2 .songs {
  height: 50vh;
  display: flex;
  overflow: hidden;
  flex-flow: column wrap;   
  position: relative; 
}

.sectionsongs2 .songs .coverentry {
  display: block;
  width: 50px;
}

.sectionsongs2 .songs .coverentry:hover {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.sectionsongs2 .songs .coverentry:hover iframe {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.sectionsongs2 .songs img {
  height: 50vh;
}

*/













/*.sectionsongs2 .songs .coverentry a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 2em;
    text-decoration: none;
    color: #fff;
    background-color: red;
    white-space: nowrap;
    width: 315px;
    text-align: left;
    border: 1px solid black;
}

.sectionsongs2 .songs .coverentry a:hover {
    left: 40px;
}
*/


/*.sectionsongs2 .songs .coverentry a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 2em;
    text-decoration: none;
    color: #fff;
    background-color: red;
    white-space: nowrap;
    width: 315px;
    text-align: left;
    border: 1px solid black;
}

.sectionsongs2 .songs .coverentry a:hover {
    left: 40px;
}
*/




.coverdetail {
  height: 50vh;
}

.coverdetail a{
}

.coverdetail img {
  height: 50vh;
}

#thankyou a {
  text-decoration: none;
}

.spotify {
/*  position: absolute;
    right:0;
    top: 0;
*/}
.section iframe {
  vertical-align: unset;
}

.section a:hover {
  font-weight: bold;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spotify-play {
  width: 450px;
}

.galcolumn {
    float: right;
}

.crt-widget-grid .crt-grid-post {
    width: 33%;
    padding: 5px;
}

.crt-feed {
  font-size: 12px;
}

.crt-post-header {
    height: 10px;
    visibility: hidden;
}

.crt-post-share{
  display: none;
}
.crt-tag {
  font-size: 10px;
  color: #ddd;
}

.section.news {
/*  border: 1px solid #222;
  padding: 10px;  
}*/
}

.section.news  p {
  line-height: 1.5em;
  text-align: justify;
}

.section.news iframe {
  /*padding: 20px 0 0 0;  */
}

.section.next_songs  p {
  line-height: 1.5em;
  text-align: justify;
}


.rb1 {
  border-left: 10px solid #5ebd3e;
}
.rb2 {
  border-left: 10px solid #ffb900;
}
.rb3 {
  border-left: 10px solid #f78200;
}
.rb4 {
  border-left: 10px solid #e23838;
}
.rb5 {
  border-left: 10px solid #973999;
}
.rb6 {
  border-left: 10px solid #009cdf;
  padding: 0px 10px;
}


@media (max-width: 767px){
  .rb1 {
    border-width: 5px;
  }
  .rb2 {
    border-width: 5px;
  }
  .rb3 {
    border-width: 5px;
  }
  .rb4 {
    border-width: 5px;
  }
  .rb5 {
    border-width: 5px;
  }
  .rb6 {
    border-width: 5px;
    padding: 0px 10px;
  }
}

/* ...........  story   */

@media (min-width: 767px){
  .story h1 {
     font-size: 4em;
  }
}

.story h3 {
  letter-spacing: 0em;
}

.story .oneliner {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin: 1em 0;
}

.story .page {
  padding: 0 70px;
}

.story .category {
  color: #aaa;
  margin: 0.5em 0;
  font-size: 0.9em;
  margin-bottom: 1em;
}

.story a {
  color: #444;
  text-decoration: none;
}

.story .description p {
  text-align: justify;
  line-height: 1.5em;
}


@media (min-width: 767px){
  .story .description p {
    text-align: left;
    line-height: 1.5em;
  }
}

.story .cover {
  text-align: right;
}

.story .cover img{
  max-width: 450px;
  margin-left: auto;
}

footer .social {
  text-align: center;
}

footer .social a {
  display: inline;
}

.story .yt-facade {
    margin: 2em 0;
}

.bio {}

@media (min-width: 767px){
  .bio h1 {
     font-size: 4em;
  }
}

.bio h3 {
  letter-spacing: 0em;
}

.bio .biotext img {
  margin: 2em 0;
}

.bio .section {
  margin-top: 5em;  
}

.bio .section p {
  text-align: justify;
}

.bio .section ul {
  text-align: left;
}

.bio .section ul li {
  margin-bottom: 1em;
  line-height: 2em;
}

.bio .indent {
    margin: 0 1em;
}

.bio .section .quote {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.bio .section.selectedvideos .yt-facade {
  margin: 1em 0;
}

.bio .links p {
  text-align: right;
}

.bio .photogrid {
    text-align: center;
    margin: 2em 0;
}

.bio .photogrid img {
  object-fit: cover;
}


/* ................  media */

@media (max-width: 800px){
    #page{
        width:auto;
        padding-left:20px;
        padding-right:20px
    }

    .spotify-play {
      width: 100%;
    }

}

@media (max-width: 767px){
    body {
        padding-left:0;
        padding-right:0
    }
    #cover{
        position:absolute;
        width:100vw;
        height:250px;
        top:50px;
        left:0
    }

    .story #cover{ 
      display:  none;
    }

    .page {
      padding: 0 10px;
    }

    .story .page {
      padding: 0 10px;
    }


    a.cta, .story a.cta{
      line-height: 4em;
      padding: 10px 15px;
    }

    .story .cover img {
        width: 100%;
    }

    .bio h3 {
      margin-bottom: 265px;
    }
}




.container-wall-feed .hostname {
  display: none;
}

.go-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: #948575;
    color: white;
    font-size: 2.5rem;
    padding: 1rem;
    border-radius: 2rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: block;
    line-height: 1.5rem;
}


body.landing {
  padding: 0;
}

body.landing .page {
  padding: 0 30px;
  margin: auto;
}


.landing h1 {
  text-align: center;
  margin-bottom: 1em;
}

.landing .cover {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.landing .listen-controls{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 3em 0;


}
.landing .listen-controls .listen-button{
    width: 21%;
    display: block;
    max-width: 100px;
    text-align: center;
    font-size: 2em;
    white-space: nowrap;
    background-color: white;
    color: #444;
}

.landing .listen-controls .listen-button{
    width: 21%;
    display: block;
    max-width: 100px;
    text-align: center;
    font-size: 2em;
    white-space: nowrap;
    background-color: white;
    color: #444;
    border: 1px solid #444;
    border-radius: 10px;
    padding: 1em 2em 0em;
    box-shadow: black 10px 10px;
    margin-right: 0.5em;
}

.landing .listen-controls .listen-button img { 
  margin-bottom: 0.5em ;
}


.landing .other-platforms {
    text-align: center;
    margin: 4em 0;
}


.landing .other-platforms a.cta {
    line-height: 2em;
    display: block;
    font-size: 1.2em;
    max-width: 500px;
    margin: 1em auto;
}

.landing .listen-controls .spotify-color:hover {
  color: #1db954;
}

.landing .listen-controls .youtube-color:hover {
  color: #ff0000;
}


@media (max-width: 767px){
  body.landing .page {
      padding: 0 1em;
  }

  .landing .listen-controls .listen-button{
    font-size: 1.5em;
  }


  .landing .other-platforms a.cta {
      line-height: 2em;
      margin: 1em 0;
      display: block;
      font-size: 1.2em;
  }
}

.playlists-list {
}

.playlists-list .flex-grid-2>*, .playlists-list .flex-grid-3>* {
    width: 50%;
}

.playlists-list img {
  margin: 1em 0 1em 1em;
}


.submithub_promo {
}

body.submithub_promo {
  padding: 0;
}

.submithub_promo .promo-section {
  
}



.submithub_promo .promo-words {
  text-align: left;
 }
  
.submithub_promo .promo-section .promocode {
    display: block;
    text-align: center;
    margin: 1em auto;
    min-width: 300px;
    background-color: rgb(149, 117, 205);
    color: #fff;
    white-space: pre;
    font-size: 2.5em;
    padding: 1em 1em;
    width: 30%;
}

.submithub_promo .signature {
  margin: 2em 0 10em 0;
  text-align: center;
}

.submithub_promo .signature em {
  font-weight: normal;
}


.submithub_promo .signature img {
  vertical-align: middle;
  border-radius: 20px;
}


.submithub_promo .promolink {
  text-align: center;
}

@media (max-width: 767px){
  .submithub_promo .promo-words {
    text-align: justify;
  }
}


@media (min-width: 767px){
  .submithub_promo h1 {
    text-align: center;
  }
}


/* ============================================================
   Native replacements for former AMP components
   ============================================================ */

/* All images: fluid + aspect-ratio preserved from width/height attrs (no CLS). */
img {
  max-width: 100%;
  height: auto;
}

/* Former amp-img layout="responsive": fill the container width. */
img.responsive {
  display: block;
  width: 100%;
}

iframe {
  border: 0;
}

/* Embeds that were amp-iframe layout="fixed-height" — full width of their box. */
.embed {
  display: block;
  width: 100%;
}

/* Former amp-youtube: a click-to-load facade (no YouTube JS until the user clicks). */
.yt-facade {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

.yt-facade .yt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.75);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  /* nudge the triangle glyph to optical centre */
  text-indent: 2px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.yt-facade:hover .yt-play {
  background: #ff0000;
}

.yt-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Scroll-to-top button: was AMP amp-position-observer/amp-animation, now IntersectionObserver. */
.go-top {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.go-top.visible {
  opacity: 1;
  visibility: visible;
}

/* Collapsible overflow for the song-stories list (keeps the homepage short on mobile) */
.more-songs {
  margin-top: 1em;
}

.more-songs summary {
  cursor: pointer;
  font-weight: bold;
  color: #444;
  padding: 0.3em 0;
  list-style: none;           /* hide the default disclosure triangle (Firefox) */
}

.more-songs summary::-webkit-details-marker {
  display: none;              /* hide the default disclosure triangle (Safari/Chrome) */
}

.more-songs summary::after {
  content: " \25be";          /* ▾ */
}

.more-songs[open] summary::after {
  content: " \25b4";          /* ▴ */
}

.more-songs summary:hover {
  color: #800;
}
