/*styles.css*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;/* 1 */
    -ms-text-size-adjust: 100%;/* 2 */
    -webkit-text-size-adjust: 100%;/* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;/* 1 */
    vertical-align: baseline;/* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;/* 1 */
    font: inherit;/* 2 */
    margin: 0;/* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;/* 2 */
    cursor: pointer;/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;/* 1 */
    padding: 0;/* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;/* 1 */
    box-sizing: content-box;/* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;/* 1 */
    padding: 0;/* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

.nav {
    display: block;
    padding: 0;
    margin: 0 auto 2rem auto;
    font-style: italic;
    text-align: center;
    max-width: 80%;
    font-size: 18px;
}

.nav a {
    text-decoration: none;
    webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.nav li {
    padding: 0;
    margin: 0;
    display: block;
}

.nav li a {
    padding: 1rem;
    display: block;
}

@media (min-width: 768px) {
    .nav {}
}

@media (min-width: 1016px) {
    .nav {
        max-width: 100%;
    }
}

@media (min-width: 1016px) {
    .nav li {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .nav li a {}
}

@media (min-width: 1016px) {
    .nav li a {
        display: inline-block;
        padding: 0 1rem;
    }
}

.navigation-element {
    text-align: center;
}

.ctas {}
/*lost.css*/
/* see more here: https://github.com/corysimmons/lost */
body {
    background: black;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
a:hover {
    color: #ab7f55;
}
section {
    overflow: auto;
    display: block;
    padding-bottom: 2rem;
}
@media(min-width: 768px) {
    section {
        padding-bottom: 10rem;
    }
}
@media (min-width: 1200px) {
    section {
        padding-bottom: 0;
    }
}
.image img {
    width: 100%;
    display: block;
}
@media (min-width: 1016px) {
    .image {
        display: inline-block;
        width: 50%;
    }
}
section {
    text-align: center;
}
.container {
    margin: 0 2rem;
}
@media (min-width: 1016px) {
    .container {
        display: inline-block;
        width: 1024px;
        margin: 0 auto;
    }
}
.content {
    padding: 2rem 1rem;
}
@media (min-width: 768px) {
    .content {
        margin-left: 3rem;
        width: 70%;
    }
}
@media(min-width: 1200px) {
    .content {
        margin-left: 6rem;
        width: 60%;
        padding: 4rem 0;
    }
}
/*
.section--image-on-left {
  @media (--large-desktop){
    .image {
      float: left;
    }
  }
}

.section--image-on-right {
  .image {
    @media (--large-desktop){
      float: right;
    }
  }
} */
ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul li {
    margin-left: 0;
}
.toggle {}
.toggle__visible {}
.toggle__hidden {
    display: none !important;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.footer {}
.divider__diamond {
    margin: 1rem 0;
}
body {
    font-family: droid-serif, serif;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 14px;
    letter-spacing: 0.04rem;
    line-height: 26px;
}
p {
    margin-bottom: 26px;
}
a {
    color: white;
}
em {
    color: #ab7f55;
}
h1, h2 {
    text-transform: uppercase;
    normal: ;
    color: #ab7f55;
    font-weight: 400;
    margin: 0 0 2rem 0;
    line-height: 100%;
    font-size: 2rem;
}
@media (min-width: 1016px) {
    h1, h2 {
        font-size: 4rem;
        margin: 0 0 4rem 0;
    }
}
h1 {
    font-size: 2.2rem;
}
@media (min-width: 768px) {
    h1 {
        font-size: 6rem;
    }
}
@media (min-width: 1016px) {
    h1 {
        font-size: 8rem;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 10rem;
    }
}
h2 {
    display: block;
    clear: both;
    font-size: 24px;
    font-style: normal;
    color: white;
    margin: 2rem auto 2rem auto;
}
h2.distances-header {
    color: #ab7f55;
    font-size: 22px;
    font-style: normal;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
h2.distances-header span {
    color: white;
}
.biography--content {
    width: 90%;
    background: black;
    padding: 2rem 3rem;
    margin: -50px auto 0 auto;
    display: block;
    z-index: 2;
    position: relative;
    text-align: left;
}
.biography--content h2 {
    margin-top: 0;
}
@media(min-width: 768px) {
    .biography--content {}
}
@media (min-width: 1016px) {
    .biography--content {
        width: 70%;
        margin: -100px auto 0 auto;
    }
}
.band-photo {
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.band-members {
    text-align: center;
}
.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%;
}
.video {
    margin-top: 3rem;
    text-align: center;
}
@media(min-width: 768px) {
    .video {
        margin-top: 7rem;
    }
}
@media(min-width: 1016px) {
    .video {
        margin-top: 3rem;
    }
}
.logo img {
    height: 1.2rem;
}
.hero {
    height: 400px;
    width: 100%;
    background: url('images/cover-hero-bg.jpg') top center no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .hero {
        height: 400px;
    }
}
@media (min-width: 1016px) {
    .hero {
        height: 800px;
    }
}
.footer {
    height: 400px;
    width: 100%;
    background: url('images/cover-footer-bg.jpg') bottom center no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .footer {
        height: 400px;
    }
}
@media (min-width: 1016px) {
    .footer {
        height: 800px;
    }
}
.icon {
    height: 24px;
    margin: 1rem;
    opacity: 1;
    width: auto;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: auto;
}
@media (min-width: 768px) {
    .icon {
        height: 28px;
        margin: 0rem 0.8rem;
    }
}
.icon:hover {
    opacity: 0.5;
}
.toggle--content {
    display: none;
}
.toggle--link, .spotify--link {
    display: block;
    text-align: center;
    background: #222;
    text-decoration: none;
    padding: 0.8rem 1.4rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-bottom: 1rem;
    font-style: normal;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media (min-width: 768px) {
    .toggle--link, .spotify--link {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .toggle--link, .spotify--link {
        font-size: 0.8rem;
    }
}
.toggle--link:hover, .spotify--link:hover {
    background: #ab7f55;
    color: white;
    cursor: hover;
}
.toggle--link__hide {
    display: none;
}
.spotify--link {
    background: #1db954;
}
.spotify--link:hover {
    background: #007128;
}
.toggle--link__close {
    background: #ae0000;
    margin: 2rem 0;
}
.shows {
    background: #131313;
    margin: 4rem auto 0 auto;
    padding-bottom: 4rem;
}
.shows ul {
    list-style: none;
}
.shows__show {
    margin-bottom: 2rem;
    display: block;
    overflow: auto;
    text-align: left;
}
.shows__date {
    display: block;
    font-weight: 800;
}
@media(min-width: 768px) {
    .shows__date {
        position: absolute;
    }
}
.shows__venue, .shows__bands {}
@media(min-width: 768px) {
    .shows__venue, .shows__bands {
        margin-left: 7rem;
        display: inline-block;
    }
}
.shows__city {}
@media(min-width: 768px) {
    .shows__city {
        display: inline;
    }
}
.shows__city:before {
    content: "- ";
}
.shows__bands {
    display: block;
    color: #999;
}
#shows-old, .shows--upcoming {
    margin: 0 auto;
    width: 100%;
}
@media(min-width: 768px) {
    #shows-old, .shows--upcoming {
        width: 50%;
    }
}
@media (min-width: 1016px) {
    #shows-old, .shows--upcoming {
        width: 40%;
    }
}
.shows-old {
    display: none;
}
.shows--upcoming {
    margin: 3rem auto 4rem auto;
}
header {
    background: black;
    text-align: center;
}
@media (min-width: 768px) {
    header {}
}
@media (min-width: 1016px) {
    header {}
}
.logo {
    width: 280px;
    margin: -80px auto 0 auto;
}
@media (min-width: 768px) {
    .logo {
        width: 300px;
        margin: -150px auto 0 auto;
    }
}
@media (min-width: 1016px) {
    .logo {
        width: 420px;
        margin: -160px auto 0 auto;
    }
}
.distances {
    margin-top: 12rem;
}
.distances--intro {
    margin-bottom: 2rem;
    background: #0d0d0d;
    padding: 1rem;
}
.distances-song {
    margin-bottom: 1rem;
}
.song-title-step {
    font-size: 14px;
    color: #ab7f55;
    margin: 0;
}
.song-title-name {
    margin: 0 0 2rem 0;
    font-size: 22px;
}
.release-info {
    border: 2px dashed #1f1f1f;
    background: #0d0d0d;
    padding: 1rem;
    width: 80%;
    margin: 1rem auto 2rem auto;
    color: #6c6c6c;
}
@media (min-width: 1016px) {
    .release-info {
        width: 60%;
    }
}
.song-additional-links {
    margin: 2rem 0 0 0;
}
.song-additional-links .toggle--link {
    margin-top: 2rem;
}
.song-additional-links .icon {
    margin-bottom: -0.5rem;
}
.distances-song--lyrics {
    background: #0d0d0d;
    padding: 4rem;
    clear: both;
    margin-top: -3rem;
}
.distances-song--lyrics__header {
    font-size: 16px;
    margin-bottom: 2rem;
}
.distances-song--lyrics__header span {
    color: #ab7f55;
}
.distances--credits {
    margin: 2rem 0 0 0;
}
.diamond {
    font-style: normal;
    color: #ab7f55;
    padding: 0 0.2rem;
}
.distances--credits__content {
    margin: 1rem auto;
}
@media (min-width: 1016px) {
    .distances--credits__content {
        max-width: 70%;
    }
}
.passage {
    color: #6c6c6c;
}
.music {
    padding: 2rem 0;
    background: #131313;
}
.discography, .music-videos {
    text-align: center;
    clear: both;
}
.discography {
    margin-bottom: 5rem;
}
.discography--release, .music-videos--video {
    width: 100%;
    margin: 0rem 1% 2rem 1%;
    display: inline-block;
}
@media (min-width: 768px) {
    .discography--release, .music-videos--video {
        width: 45%;
    }
}
@media (min-width: 1016px) {
    .discography--release, .music-videos--video {
        width: 30%;
    }
}
.discography--spotify-overlay, .music-videos--youtube-overlay {
    text-align: center;
}
.discography--spotify-overlay div, .music-videos--youtube-overlay div {
    background: white;
    position: absolute;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    color: black;
}
.discography--spotify-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    background: url('images/icon-spotify.png') no-repeat center center;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.music-videos--youtube-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    background: url('images/icon-youtube.png') no-repeat center center;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.discography--release a {
    text-decoration: none;
}
.discography--release a:hover .discography--spotify-overlay {
    opacity: 1;
}
.discography--release a:hover .discography--release__title {
    color: white;
}
.discography--release a:hover .discography--release__details {
    color: white;
}
.music-videos--video a {
    text-decoration: none;
}
.music-videos--video a:hover .music-videos--youtube-overlay {
    opacity: 1;
}
.music-videos--video a:hover .music-video--video__title {
    color: white;
}
.discography--release__cover img, .music-videos--video__thumbnail img {
    max-width: 100%;
}
.discography--release__cover, .music-videos--video__thumbnail {
    margin: 0 1rem 0.5rem 1rem;
    max-width: 100%;
    position: relative;
}
.discography--release__title {
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
}
.discography--release__details {
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 0.5rem;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
