/*

STONE JACK JONES

*/
/* Selection colours (easy to forget) */
::selection     {background: rgb(254,248,214);}
::-moz-selection  {background: rgb(254,248,214);}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(254,248,214);}

body {
  font-size: 16px;
  font-family:  'EB Garamond', serif;
  font-weight: 500;
  background: #1c1c1e;
  min-width: 320px;
}
body.listen {
  background: #000 url('images/stone-jack-jones-by-vogel--blurred.jpg');
  background-size: auto;
  background-repeat:no-repeat;
  background-position: center center;

}

h1, h2, h3, h4, h5, h6 {
  font-family:sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.serif {
  font-family: 'EB Garamond', serif;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fullwidth { max-width: 100%; }
.fullwidth [class*="block-grid-"] { margin-right: 0; margin-left: 0; }
.flush-padding .columns { padding-left: 0; padding-right: 0; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-small { font-size: 0.8em; }
.uppercase { text-transform: uppercase; }
.bold, .strong { font-weight: 700; }


.white { color: #FFF; }
.cream { color: #f8f4ed; }
.cream-bg { background-color: #f8f4ed; }
.black { color: #00303e; }
.black-bg { background-color: #000000; }
.grey-bg { background-color: #c4c3c3; }
.grey { color: rgba(0,0,0,0.6); }
.green-bg { background-color: #78ffc5; }
.blue-bg { background-color: #00192a; }
.teal-bg { background-color: #5a9ab0; }
.red { color: #ac4432; }
.red-bg { background-color: #9b2f43; }
.sky { color: #6d909c; }
.sky-bg { background-color: #6d909c; }

.yellow-bg { background-color: #ece171; }

.hidden, .is-hidden { display: none !important; }
.letterspace { letter-spacing: 2px; }
.letterspace-wide { letter-spacing: 1em; }

.padding-small { padding: 1.5em; }
.padding { padding: 3em; }
.padding-large { padding: 5em; }

.padding-top-small { padding-top: 1.5em; }
.padding-bottom-small { padding-bottom: 1.5em; }
.padding-bottom-xsmall { padding-bottom: 0.5em; }
.padding-top { padding-top: 3em; }
.padding-bottom { padding-bottom: 3em; }
.padding-top-large { padding-top: 5em; }
.padding-bottom-large { padding-bottom: 5em; }
.padding-bottom-xlarge { padding-bottom: 7em; }
.padding-left-xsmall { padding-left: 0.5em; }
.padding-left-small { padding-left: 1.5em; }
.padding-left { padding-left: 3em; }
.padding-left-large { padding-left: 5em; }

.padding-right-xsmall { padding-right: 0.5em; }
.padding-right-small { padding-right: 1.5em; }
.padding-right { padding-right: 3em; }
.padding-right-large { padding-right: 5em; }

.margin-top-small { margin-top: 1.5em; }
.margin-bottom-small { margin-bottom: 1.5em; }
.margin-top { margin-top: 3em; }
.margin-bottom { margin-bottom: 3em; }
.margin-top-large { margin-top: 5em; }
.margin-bottom-large { margin-bottom: 5em; }
.overflow-hidden { overflow: hidden; }

.relative { position: relative; }
.topmost { z-index: 100; }
.widescreen {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.text-larger {
  font-size: 18px;
}
.text-large {
  font-size: 22px;
}
.text-xlarge {
  font-size: 32px;
}
.widescreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a, a:active {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a.opacity-hover:hover {
  opacity: 0.7;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border { border: 10px solid #023240; }
.border-thick { border: 12px solid #023240; }
.border-thin { border: 5px solid #023240; }
.border-bottom { border-bottom: 1px solid #023240; }
.border-black { border-color: #023240; }
.border-left { border-left: 1px solid #023240; }
.border-right { border-left: 1px solid #023240; }
.border-top { border-top: 1px solid #666; }
.button {
  display: inline-block;
  background-color: #b05d27;
  color: #fff ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: sans-serif;
  padding: 5px 30px;
  border: 1px solid #b05d27;
  border-radius: 4px;
}

.button:hover,
.button.hover {
  color: #FFF;
  border: 1px solid #FFF;
}
.button.black {
  background: #161615;
  color: #FFF;
}
body.listen .button {
  padding: 15px 15px;
}
body.listen .button i {
  font-size: 20px;
}

.block { display: block; }
.rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.three-columns {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}
.two-columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}
@media screen and (max-width: 39.9375em) {
  .small-only-single-column {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}


/* HOME STYLES */
hr.slim {
    width: 60%;
}
h1.name {
  display: block;
  text-indent: -9999px;
  background: url('images/stone-jack-jones.png') no-repeat;
  background-size: 50% auto;
  background-position: center center;
  width: 100%;
  height: 75vh;
}

.primary-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 400px;
  aspect-ratio: 1/1;
}
h1.name.im-made {
  background-image: url('images/stone-jack-jones--voodoo-title.png');
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}
.main {
  height: 85vh;
  position: relative;
  background-size: cover;
  background-position: top right;
}
.video-bg {
  position: relative;
  height: 85vh;
  z-index: 0;
}
.video-bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
}
body.listen .main {
  background: transparent;
  height: auto;
  padding-top: 3em;
  padding-bottom: 2em;
}
.main .cover-art {
  display: block;
  max-width:500px;
  margin: 0 auto;
}


/* ABOUT STYLES */
.about-container {

}
.about-container .inner-scroll {

}

.album-container {

}

.event-date {
  font-weight: 900;
}
.event-info {
  opacity: 0.7;
}
.offset {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.offset img {

}
.quotes h2 {
  font-size: 20px;
  line-height: 26px;
}
.tracklisting {
  padding: 0;
  margin:0;
  list-style-type: none;
}
.credit {
  display: block;
  padding-left: 18px;
}

.quote-grid li {
 font-size: 18px;
}
.attribution {
  display: block;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
}
.attribution a {
  color: rgba(0,0,0,0.6) !important;
}
/*    Medium Only  */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}
  .main {
    background-position: center center;
  }
  body.listen {
    background-size: auto;
  }
}
/*    Small:   */
@media screen and (max-width: 39.9375em) {
  body.listen {
    background-size: auto;
  }
  body.listen .album-art {
    padding: 20px;
  }
  .release .button {
    margin-bottom: 10px;
    display: block;
  }
  .main {
    height: 60vh;
    background-position: center center;
  }
  h1.name {
    height: 50vh;
  }
  h2.details {
    padding-left: 40px;
    padding-right: 40px;
  }
}
