@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.reset-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"] [type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility; }

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

html,
body {
  height: 100%; }

html {
  background-color: #f1f1f1;
  color: #222;
  scroll-behavior: smooth; }

a {
  color: #222;
  text-decoration: none; }

.text--link, .article__body a, .article__downloads a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
  transition: all 0.3s ease; }
  .text--link:hover, .article__body a:hover, .article__downloads a:hover {
    border-bottom: 1px solid #786d8e; }

.ease a {
  transition: all 0.3s ease;
  opacity: 1; }
  .ease a:hover {
    opacity: 0.5; }

.container {
  margin: 0 auto;
  width: 100%; }

#site {
  background-color: #f1f1f1;
  padding: 2rem; }

.site__content {
  margin-top: 100vh;
  min-height: 100vh; }

main {
  padding-top: 16rem; }

.inner {
  max-width: 720px;
  margin: 0 auto; }

.outer {
  max-width: 1080px;
  margin: 0 auto; }

.section__heading {
  margin-bottom: 8rem; }

.breadcrumb__nav {
  margin-bottom: 12rem; }

.breadcrumb__nav,
.tag__current {
  margin-bottom: 6rem; }

header {
  margin: 2rem; }

.sitename {
  text-align: left; }

.main__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: #786d8e;
  text-align: center; }

.main__nav a {
  color: #f1f1f1; }

.main__nav ul {
  display: inline-block; }

.nav__item {
  margin-bottom: 2rem; }

.nav__prose {
  font-family: "Self Modern", Georgia, serif;
  font-size: 4em;
  --minFontSize: 2.7rem;
  --maxFontSize: 3.6rem;
  --scaler: 5vh;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  line-height: 1;
  margin: 0.5rem 0; }

.nav__title {
  display: none; }

@media (min-height: 300px) {
  .nav__title {
    display: block; } }

.down-arrow {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 2rem;
  margin-bottom: 3rem; }

#content__nav {
  position: fixed;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 99;
  display: none; }

@media (max-width: 1080px) {
  #content__nav {
    display: none !important; } }

#content__nav button {
  margin-left: auto; }

@font-face {
  font-display: swap;
  font-family: "Self Modern";
  src: url("/assets/fonts/bretagne_self-modern_text_web.woff2") format("woff2"), url("/assets/fonts/bretagne_self-modern_text_web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.5; }

.text--standard, .article__body p,
.article__body li {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.8rem; }

.text--smallprint, .text--smallupper, .pill, figcaption,
.caption {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.4rem; }

.text--smallupper, .pill {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0.5rem 0;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0; }

.heading--huge {
  font-family: "Self Modern", Georgia, serif;
  font-size: 6rem;
  line-height: 1.1; }

.heading--big, .article__body h2 {
  font-family: "Self Modern", Georgia, serif;
  font-size: 4rem;
  line-height: 1.1; }

.heading--medium, blockquote, .article__body h3 {
  font-family: "Self Modern", Georgia, serif;
  font-size: 2.7rem;
  line-height: 1.1; }

.heading--text, .article__body h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1; }

.heading--small, .article__body h5 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.8rem;
  font-weight: bold; }

blockquote {
  line-height: 1.4;
  margin: 4rem 0;
  padding-left: 2rem;
  border-left: 8px solid #786d8e;
  color: #343434; }
  blockquote footer {
    padding: 0;
    margin-top: 2rem;
    font-family: "Libre Franklin", sans-serif;
    font-size: 1.8rem;
    color: #767676; }

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

.bold {
  font-weight: 600; }

.list {
  border-top: 1px solid #222; }

.list__item {
  padding: 3rem 2rem;
  border-bottom: 1px solid #222; }

.list__details {
  display: flex; }

.details__venue::before {
  content: ", "; }

.list__tags {
  margin: 3rem 0 1rem 0; }
  .list__tags a {
    margin: 0 0.5rem; }

@media (min-width: 1200px) {
  .list__body {
    display: flex; }
  .list__tags {
    margin: 0 0 0 auto; } }

.listing {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #222; }

.listing__item {
  padding: 2rem 0;
  border-bottom: 1px solid #222; }

.listing__sup {
  display: flex; }

.listing__date {
  margin-right: 0.5rem; }

.listing__tags::before {
  content: "·"; }

.listing__title {
  margin-top: 1rem; }

button,
input {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1; }

button:focus {
  outline: none;
  outline-offset: 0; }

.button {
  background-color: #f1b237;
  color: white;
  padding: 1.25rem 2rem;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  border-radius: 1.6rem;
  transition: all 0.3s ease; }
  .button:hover {
    background-color: #efa91f; }

.button--big {
  padding: 1.6rem 3.2rem; }

img {
  max-width: 100%;
  display: block; }

figure {
  margin: 4rem 0; }

figcaption,
.caption {
  margin: 1rem 0;
  color: #888888; }

.video--responsive {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }

.video--responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex {
  display: flex; }

@media (min-width: 600px) {
  .flex--res {
    display: flex; } }

.flex--center {
  justify-content: center; }

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

.mt-2 {
  margin-top: 2rem; }

.tags__bar {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap; }
  .tags__bar a {
    margin: 0.25rem; }
    .tags__bar a:first-child {
      margin-left: 0; }

.pill {
  color: white;
  padding: 1.25rem 2rem;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  border-radius: 1.6rem;
  transition: all 0.3s ease; }

.pill--dmauve {
  background-color: #786d8e; }
  .pill--dmauve:hover {
    background-color: #675d7a; }

.pill--lmauve {
  background-color: #beb0c5; }
  .pill--lmauve:hover {
    background-color: #ad9bb6; }

.pill--violet {
  background-color: #5809ef; }
  .pill--violet:hover {
    background-color: #4b08cd; }

.pill--orange {
  background-color: #da6951; }
  .pill--orange:hover {
    background-color: #d45034; }

.pill--yellow {
  background-color: #f1b237; }
  .pill--yellow:hover {
    background-color: #efa516; }

.pill--dgreen {
  background-color: #43685f; }
  .pill--dgreen:hover {
    background-color: #35524b; }

article {
  padding-bottom: 8rem; }

.article__heading .heading__sup {
  display: flex; }

.article__heading h1 {
  max-width: 32ch;
  margin: 2rem 2rem 8rem; }

.article__heading h2 {
  max-width: 24ch;
  margin: 1rem 0 3rem; }

.article__cover {
  margin-bottom: 4rem; }
  .article__cover figure {
    margin-bottom: 0rem; }

.article__body em {
  font-style: italic; }

.article__body p {
  margin-bottom: 2rem; }

.article__body ul,
.article__body ol {
  margin: 4rem 0 4rem 2rem;
  padding: 0 0 0 2rem; }

.article__body ul {
  list-style-type: square; }

.article__body li {
  margin-bottom: 1rem; }

.article__body h2 {
  margin: 6rem 0 4rem; }

.article__body h3 {
  margin: 4rem 0 2rem; }

.article__body h4 {
  margin: 4rem 0 2rem; }

.article__body h5 {
  margin: 4rem 0 2rem; }

.article__downloads {
  margin: 6rem 0; }
  .article__downloads dd {
    margin: 0;
    display: inline; }
  .article__downloads dt {
    display: inline-block;
    margin: 0 0.25rem 2rem 0; }
  .article__downloads dd:after {
    content: "\a";
    white-space: pre; }

.read__more {
  margin: 6rem 0; }
  .read__more a:hover {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25rem; }

.article__video,
.article__audio {
  margin: 4rem 0; }

.article__video + .caption {
  margin-top: -3rem;
  margin-bottom: 3rem; }

@media (min-width: 900px) {
  .landing__featured {
    display: flex;
    max-width: 1080px;
    margin: 6rem auto 16rem; } }

.featured__concerts {
  flex: 1 0 480px;
  align-self: center; }
  .featured__concerts h5 {
    margin-bottom: 2rem; }

.featured__release {
  flex: 0 0 360px;
  padding: 2rem;
  color: #f1f1f1;
  background-color: #da6951;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 8rem 0; }
  @media (min-width: 900px) {
    .featured__release {
      margin: 0 0 0 2rem;
      padding: 2rem 3rem 3rem 3rem; } }
  .featured__release a {
    color: inherit; }
  .featured__release h3 {
    margin: 1rem 0 2rem;
    max-width: 20ch; }
  .featured__release img {
    margin: 3rem 0; }

@media (min-width: 900px) {
  .masthead .article__img,
  .extended__img {
    margin-left: -180px;
    margin-right: -180px; } }

.discog {
  display: grid;
  gap: 4rem; }
  @media (min-width: 900px) {
    .discog {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .discog {
      grid-template-columns: 1fr 1fr 1fr; } }

.discog__info {
  margin-bottom: 2rem; }

.discog__bandyear {
  display: flex; }
  .discog__bandyear div {
    margin-right: 0.5rem; }

.discog__year::before {
  content: "· "; }

@media (min-width: 1200px) {
  .projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem; } }

.project__entry {
  margin-bottom: 12rem; }

.grd {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto; }
  @media (min-width: 600px) {
    .grd {
      background-size: contain; } }

.grd--orange {
  background-image: url("../el/footer_bg_orange.gif"); }

.grd--violet {
  background-image: url("../el/footer_bg_violet.gif"); }

.grd--dmauve {
  background-image: url("../el/footer_bg_dmauve.gif"); }

.grd--dgreen {
  background-image: url("../el/footer_bg_dgreen.gif"); }

.grd--yellow {
  background-image: url("../el/footer_bg_yellow.gif"); }

footer {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media (min-width: 900px) {
    footer {
      padding-top: 240px;
      padding-bottom: 80px; } }
  @media (min-width: 1200px) {
    footer {
      padding-top: 420px;
      padding-bottom: 120px; } }

footer nav li {
  margin: 1.5rem 1rem;
  color: white; }
  footer nav li a {
    color: inherit; }

.top__link {
  margin-top: 6rem; }
  .top__link span {
    position: relative;
    top: -2px; }
  @media (min-width: 600px) {
    .top__link {
      display: none; } }

#mc_embed_signup_scroll {
  padding: 2rem 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    #mc_embed_signup_scroll {
      flex-direction: row; } }
  #mc_embed_signup_scroll input {
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }
    @media (min-width: 600px) {
      #mc_embed_signup_scroll input {
        width: auto; } }

input[type="email"] {
  padding: 1rem 1.6rem 0.8rem;
  margin-right: 1rem;
  width: 200px; }
