/* styles */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ::-moz-selection {
/* Code for Firefox  
color: whitesmoke;
background: red;
}

::selection {
color: #f5f5f5;
background: red;
} */

html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
  font-family: 'AkzidenzGrotesk-Roman', 'AkzidenzGroteskBQ-Light', 'AkzidenzGroteskBQ-Reg', Helvetica, sans-serif;
  letter-spacing: normal;
  /* scroll-behavior: smooth; */
}


.pure-menu {
  top: 20px;
  z-index: 99;
  margin-top: 0px;
  background-color: #F3F3F3;
}

.custom-restricted-width {
  /* To limit the menu width to the content of the menu: */
  display: inline-block;
  /* Or set the width explicitly: */
  /* width: 10em; */
}

h2,
h3,
.pure-menu-link {
  text-align: center;
  color: black;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: normal;
  word-spacing: 0px;
  text-rendering: optimizeSpeed;
  display: block;
}

/* bandsintown widget */
.bit-widget { font-family:inherit; }
.bit-widget .bit-event { border-top:none; }

p {
  font-size: 14px;
  line-height: 22.5px;
  letter-spacing: .4px
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

#main {
  max-width: 1200px;
  margin: 0 auto;
}

.pure-g>div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.anchorz {
  display: inline-block;
}

.l-box {
  padding: 1em;
  text-align: center;
}

.presslist p {

  margin-bottom: 10px;
  margin-top: 10px;
  font-style: italic;
}

.contacts p {
  font-size:16px;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* div.pure-g.section.presslist>div>p {

} */





.sociallinkstop {
  margin: 10px auto;
  width: 45px;
  text-align: center;
  width: 100%;
  clear: both;
  text-align: left;

}

.sociallinksbottom {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.icon-social {
  height: 18px;
  padding-left: 8px;
  padding-bottom: 15px;
  box-sizing: content-box;
}

#cjlean {
  height: 622px;
}

li.pure-menu-item {
  float: left;
  height: 30px;
}

.c3 {
  font-style: italic
}

.c5 {

  font-weight: 700
}

#bioholder {
  background-color: rgba(255, 255, 255, 0.78);
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem !important;
  padding: 20px;
}

.section {
  margin: 25px auto;
}

figure.sixteen-nine-img {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

figure.sixteen-nine-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.rounded {
  border-radius: .45rem
}

.darkonly {
  display: none;
}

#lightlean {
  margin-top: 70px;
}


@media (prefers-color-scheme: dark) {

  body,
  #bioholder,
  .pure-menu,
  h2 {
    color: #F3F3F3;
    background-color: #000 !important;
  }


  .darkonly {
    display: block;
  }

  .lightonly {
    display: none;
  }


  #cjlean {
    display: none;
    width: 0;
    height: 0;
  }

  .pure-menu-active>.pure-menu-link,
  .pure-menu-link:focus,
  .pure-menu-link:hover {
    background-color: #131313;
  }

  a {
    color: #F3F3F3 !important;
  }

  img.icon-social {
    -webkit-filter: invert(1);
    filter: invert(1);
  }

  /* .pure-menu-link:hover {
background-color: #000;
} */

  .pure-menu-item .active {
  background: #32323232;
  } 
}

.pure-menu-item .active {
  background: #d6d6d6d6;
  } 

/* on smaller screens we...  */
@media screen and (max-width: 35.5em) {
  .pure-menu-item {
    width: 25%;
    margin-bottom: 2vw;
    margin-left: -5px;
  }

  #lightlean {
    margin-top: 0px;
  }

  .pure-menu {
    text-align: center;
    width: 100% !important;
  }

  .pure-menu {
    text-align: center;
    width: 100% !important;
  }

  .pure-menu-link {
    font-size: 3.5vw;
  }

  #mainNav>li.pure-menu-item:nth-child(1) {
    left: 0;
  }

  .pure-menu-link:hover {
    background-color: rgba(238, 238, 238, 0) !important;
  }

  #mainNav>li.pure-menu-item:nth-child(1) {
    left: 0;
  }

  .sociallinkstop {
    text-align: center !important;
    padding-top: 15px;
  }

  .soundcloud {
    margin-left: 0 !important;
  }

  .icon-social {
    width: 19px;
  }

  #bioholder {
    width: 100%;
    padding: 10px;
  }

  h2 {
    padding-left: 10px;
  }

}

/* On larger screens we */
@media screen and (min-width: 35.5em) {
  .pure-menu {
    position: fixed;
    top: 10px;
    margin-top: 0px;
    z-index: 99;
    margin-top: 80px;
    background-color: none;
    text-align: left;
  }

  li.pure-menu-item {
    float: none;
  }

  .sociallinkstop {
    text-align: left;
    margin-top: 15px;
    width: 45px;
  }

  .icon-social {
    margin: 10px auto;
    padding-bottom: 0px;
  }

  .sociallinksbottom {
    display: none;
  }

  /* div.pure-g.section.presslist>div>p {
/* text-align: center;  
} */
}



.fancybox-infobar {
  font-size: 16px;
}

.fancybox-caption__body {
  font-size: 1.3rem;
}


/* unused:  */
/* .playred {
text-align: center;
margin-left: auto;
margin-right: auto;
position:inherit;
width: 80px;
height: 59px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 721'%3E%3Cpath fill='%23FFF' d='M407 493l276-143-276-144v287z'/%3E%3Cpath opacity='.1' fill='%23420000' d='M407 206l242 162 34-18-276-144z'/%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='512.5' y1='719.7' x2='512.5' y2='1.2' gradientTransform='matrix(1 0 0 -1 0 721)'%3E%3Cstop offset='0' stop-color='%23e52d27'/%3E%3Cstop offset='1' stop-color='%23bf171d'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M1013 156s-10-70-41-101c-38-41-82-41-102-43C727 1 513 1 513 1h-1S298 1 155 12c-20 2-64 2-102 43-31 31-41 101-41 101S2 239 2 322v77c0 83 10 165 10 165s10 71 41 102c39 40 90 39 112 43 82 8 348 11 348 11s214-1 357-11c20-2 64-3 102-43 31-31 41-102 41-102s10-82 10-165v-77c0-83-10-166-10-166zM407 493V206l276 144-276 143z'/%3E%3C/svg%3E");
background-size: 75px;
background-repeat: no-repeat;
filter: grayscale(100%);
z-index: 99;
}

.playred:hover {
filter: grayscale(0%);
} */


/* responsive youtube unused */
/* .embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} */


/* h2.static-on-desktop {
display: none;
position: fixed;
width: 300px;
height: 20px;
top: 10%;
left: 40%;
margin-top: -10px;
/* Negative half of height.  
margin-left: -250px;
} */
/* 
.futuraptbold {
font-family: 'FuturaPT-Bold', Helvetica !important;
font-weight: bold;
} */

/* @font-face {
font-family: 'FuturaPT-Bold';
src: url('FuturaPT-Bold.eot');
src: url('fonts/FuturaPTBold/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/FuturaPTBold/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg'),
url('fonts/FuturaPTBold/FuturaPT-Bold.ttf') format('truetype'),
url('fonts/FuturaPTBold/FuturaPT-Bold.woff') format('woff'),
url('fonts/FuturaPTBold/FuturaPT-Bold.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
} */