/*


YOU DRIVE
-.-. --- -- .. -. --. / ... --- --- -.


*/
@font-face {
    font-family: 'Grotesque';
    src: url('fonts/GrotesqueMT-LightItalic.eot');
    src: url('fonts/GrotesqueMT-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GrotesqueMT-LightItalic.woff2') format('woff2'),
        url('fonts/GrotesqueMT-LightItalic.woff') format('woff'),
        url('fonts/GrotesqueMT-LightItalic.ttf') format('truetype'),
        url('fonts/GrotesqueMT-LightItalic.svg#GrotesqueMT-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}


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

body {
  font-family:  sans-serif;
  font-weight: 500;
  background: #FFF;
  min-width: 320px;
}


h1, h2, h3, h4, h5, h6, p, ul{
  font-family: 'Grotesque',sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
.grotesque {
  font-family: 'Grotesque',sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.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; }
.uppercase { text-transform: uppercase; }
.bold { font-weight: 900; }

.white { color: #FFF; }
.cream { color: #f8f4ed; }
.cream-bg { background-color: #f8f4ed; }
.black { color: #00303e; }
.black-bg { background-color: #000000; }
.grey-bg { background-color: #333335; }
.green-bg { background-color: #78ffc5; }
.blue-bg { background-color: #00192a; }
.red { color: #ef4c54; }
.red-bg { background-color: #ef4c54; }
.silver-bg { background-color: #bfc2c9; }
.silver { color: #bfc2c9; }


.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-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; }

.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; }
.vertical-center { position: absolute; top: 50%; transform: translateY(-50%); }

.relative { position: relative; }
.topmost { z-index: 100; }
.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contain-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 8%;
}
.widescreen {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.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.red-bg:hover {
  background: #900;
}
a.red:hover {
  color: #900;
}
a.black:hover {
  color: #00303e;
  opacity: 0.5;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 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; }

.button {
  display: inline-block;
  background-color: #ac4432;
  color: #fff ;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: sans-serif;
  padding: 5px 30px;
  border: 1px solid #ac4432;
  border-radius: 4px;
}

.button:hover,
.button.hover {
  color: #FFF;
  border: 1px solid #FFF;
}

.dropshadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.full-height {
  height: 100vh;
  position: relative;
}
.square {
  height: 0;
  padding-top: 100%;
  background-size: contain;
  background-color: #fdefe1;
}
.square a {
  display: block;
  position: absolute;
  top:0; left: 0;
  width: 100%; height: 100%;
}
h1.mark {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 20000;
}
h1.mark a {
  display: block;
  background: url('images/you-drive.png') no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
}
.title {
  position: absolute;
  z-index: 1000;
  width: 50%;
  height: auto;
  left: -65px;
  bottom: 30px;
}
.event-date {
  font-weight: 900;
}
.event-info {
  opacity: 0.7;
}


.deco-1 {
  background: url('images/deco-1.png') repeat-y top left;
  background-size: 100% auto;
}
.deco-grey {
  background-color: #cdc5c5;
}
.deco-2 {
  background: #cdc5c5 url('images/deco-bg-2.png') repeat-x bottom left;
}
.deco-arm {
  background: url('images/deco-arm.png') no-repeat top left;
  background-size: contain;
  position: absolute;
  height: 250px;
  width: 600px;
  bottom: 230px;
  right: 20%;
  pointer-events: none;
}
.blue-bg {
  background: #cdc5c5 url('images/blue-bg.png') repeat-x bottom left;
  background-size: contain;
}
.circular {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 19999;
  background: url('images/circular.png') no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
}
.negative-indent {
  position: relative;
  right: 40px;
}
.indent {
  position: relative;
  left: 40px;
}
.album-details {

}
.tracklist {
  list-style: none;
  pointer-events: auto;
}
.embed {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* pics or it didnt happen */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.yellow-bg {
  background: url('images/yellow-bg.png') repeat-x;
}
/*    Tablet Layout:   */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {


}
/*    Mobile Layout:   */
@media only screen and (max-width: 40em) {
  h1.mark a {
    width: 50px;
    height: 50px;
    left: 30px;
    bottom: 30px;
  }
  .circular {
    width: 70px;
    height: 70px;
    left: 30px;
    bottom: 30px;
  }
  .cover.full-height {
    height: 70vh;
  }
  .cover .cover-container {
    padding:60px;
  }
  .cover .title {
    left: 20px;
    bottom: 80px;
  }
  .album.full-height,
  .album .full-height{
    height: auto;
    min-height: 50vh;
  }
  .album-details {
    min-height: 100vh;
  }
  .album-details h2 {
    font-size: 20px;
  }
  .album-details.padding-top-large {
    padding-top: 10px;
  }
  .social-link {
    text-align: center;
    padding-top: 20px;
  }
  .social-link a {
    display: inline-block;
    padding-right: 5px;
  }
  .social-link-container br,
  .photo-pagination br  {
    display: none;
  }
  .photo-pagination {
    text-align: right;
    display: inline;
  }
  .about.yellow-bg {
    padding-top: 0px;
  }
  .yellow-bg.full-height {
    min-height: 900px;
  }
}
