/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::/::::::::::::::::::::::::::
::::::::::::::::::/:::::::::::::::::::::::::::::/:::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::/:::::::::::::::::::::::::/
::::::::::::::::::::::::::::::::::::::::::::::::::/:::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::/:::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::///://:::///:////::::::::////::::::
:::::::::::::::::::::::////:/://////:///////////////////::::://///////::
:::::::::::/::://::///////::////////////////////////////::/:::////////::
::::::::::::/::::///:/:://///:///////////////////////////:::////://:::::
---:::::::///////////:::///////////////////////////////:////:/:/::::----
:::----::////////////////////////////////////////////////////::::---.-::
////::----:://////////////////////////////////////////////:::-----::////
////////::----::///////////+++++++++++//////////////////::----::////////
//://///////::--:/+oyyyyyhyysssohyyssyssyso+/////////:-----::///////////
/////////////+ossyso+//oyosooooodhyshds++oyyyso+/::----::///////////////
////////yhhyyyyso+++++osssooooooyysosysssyyshyhyy+//////////////////////
///////+yys/+:-.  `-:/:-:+++++ooooosssyysssssyhddsoooo+syyysso+/////////
///////oyhhs/::--.:oyyys+/////////////////+++///////:``:ossyyyysyss/////
///////shhyss/+++hddyyhddhyyhhhhhyyyyyyssssssssssooo+shdddddhysshhy+////
///////yddhyyyyyhdh+oo/+dmhyyyhhhhhdddddddhhhhhhhhhyhdho/++ydmhhhddh////
++++++++ossyyyhhmds//-/ohddhhso++++++o+ooossssyyyyhhmdso/:++dmdhhddy++++
++++++oshhdddddddmdy+osydddddddddddhdddddddhhhhhyyyymmdsoooyddhhhhyoo+++
oooooooooooooossosssssyysssssssssssssssyyyyyyyyyyyyyyyyyyyyyyyyyyssooooo
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooosoooooossssssss
sssssssssssssssssssssssssssssssoooooooososssssssssysssssssssssssssssssss
+++++ooooo++++++++++++++++++++++++++++++++++++++++++++++++oo+++ooo++++++
sssssoooososossosooossssssssooooooooososossssssssssooossoossssssssssssss
*/
/* Selection colours (easy to forget) */
::selection {
    background: rgb(247, 216, 0);
}
::-moz-selection {
    background: rgb(247, 216, 0);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    -webkit-tap-highlight-color: rgb(247, 216, 0);
}

body {
    font-family: sans-serif;
    font-weight: 500;
    background: #000;
    min-width: 320px;
}
body.listen {
    background: #51abdd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.avenir {
    font-family: "Avenir", sans-serif;
}
.avenirlight,
.light {
    font-family: "AvenirLight", sans-serif;
}
.antialias-none {
    -webkit-font-smoothing: none;
    font-smoothing: none;
}
p {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.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;
}
ul.flush-grid {
    margin: 0;
}
.flex {
    display: flex;
    align-items: stretch;
}

.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
}
.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;
}

.two-columns {
    column-count: 2;
    column-gap: 0em;
}
.two-columns p {
    padding: 10px 20px;
}

.white {
    color: #ffffff;
}
.white-bg {
    background-color: #ffffff;
}
.whitish-bg {
    background-color: #d3d3d3;
}
.black {
    color: #231f20;
}
.black-bg {
    background-color: #231f20;
}
.black-black {
    color: #000;
}
.black-black-bg {
    background-color: #000;
}
.purple-bg {
    background: #b292af;
}
.grey {
    color: #eaecee;
}
.grey-bg {
    background-color: #eaecee;
}
.dark-grey {
    color: #999;
}
.dark-grey-bg {
    background-color: #333;
}

.blue {
    color: #1099ff;
}
.blue-bg {
    background-color: #1099ff;
}
.green {
    color: #12c8cf;
}
.green-bg {
    background-color: #12c8cf;
}

.yellow-bg {
    background-color: #f8e77d;
}
.gold-bg {
    background: #f7d800;
}

.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-top-xsmall {
    padding-top: 0.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-bottom-none {
    padding-bottom: 0px !important;
}

.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;
}
.padding-none {
    padding: 0;
}
@media screen and (max-width: 39.9375em) {
    .small-only-padding-bottom {
        padding-bottom: 3em;
    }
    .small-only-padding-bottom-small {
        padding-bottom: 1.5em;
    }
}
.margin-none {
    margin: 0;
}

.margin-top-none {
    margin-top: 0;
}
.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-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: #4c919c;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
a:hover {
    color: #60b6c4;
    border-bottom: 2px solid #60b6c4;
}
a.opacity-half {
    opacity: 0.5;
}
a.opacity-half.opacity-hover:hover {
    opacity: 1;
}
a.opacity-hover:hover {
    opacity: 0.7;
}

a.white {
    color: #fff;
    border-bottom: none;
}
a.white:hover {
    border-bottom: none;
    opacity: 0.5;
    color: #fff;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 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;
}
hr.slim {
    width: 40%;
    margin: 1rem auto;
}
.button {
    display: inline-block;
    background-color: #f2a276;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1;
    padding: 12px 50px;
    border-radius: 25px;
}

.button:hover,
.button.hover {
    color: #fff;
    background: #f97831;
    border-bottom: 2px solid #000;
}
.button.black-button {
    background: #000;
}
.smaller {
    font-size: 0.8rem;
}
.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);
}

/* NAV ISH */
input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.control-nav {
    /* label icon */
    display: block;
    top: 10px;
    position: relative;
}
.control-nav:hover {
    cursor: pointer;
}
.control-nav:before {
    content: "";
    display: block;
    height: 3px;
}
.control-nav-close {
    display: none;
}

input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-open {
    display: none;
}
input#control-nav:checked ~ .mobile-nav-menu-container .control-nav-close {
    display: inline-block;
}

input#control-nav:checked ~ .mobile-menu-container {
    display: block;
}
body.menu-open {
    overflow: hidden;
}

.mobile-menu-container {
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    height: calc(100% - 108px);
    background: rgba(18, 200, 207, 0.8);
    display: none;
    z-index: 1500;
}
.navbar.fixed .mobile-menu-container {
    top: 53px;
    height: calc(100% - 53px);
}
.mobile-menu-container .mobile-menu-options {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 30px;
}

/* PAGE STYLES */

.logo {
    display: block;
    text-indent: -9999px;
    background: url("images/meadownoise.png") no-repeat;
    background-size: 40% auto;
    background-position: center center;
    width: 100%;
    min-height: 90px;
}

.logo.slim {
    min-height: 90px;
}

header a.logo {
    min-height: 30px;
    background-size: contain;
}
header a.logo:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    opacity: 0.5;
}
.ykr {
    display: block;
    background: url("images/yk-records.png") no-repeat;
    height: 50px;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-image video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

hgroup.text-center {
    height: 85vh;
}
.main,
.main.foam-alone {
    min-height: 85vh;
    position: relative;
    background-size: contain;
    background-position: top center;
    overflow: hidden;
}
.main .cover-art {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

/* SECTION SPECIFIC STYLES */
body.section-home header {
    display: none;
}
body.section-shows {
    background: #000;
}
body.section-shows .event-container {
    min-height: 70vh;
}

.about-hero-bg {
    position: relative;
    height: 0;
    padding-top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-hero-spacer {
    padding-top: 30%;
}
.about-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-flex {
    max-width: 100%;
}
.flex.equal-heights .flex-child {
    flex: 1 0 33%;
}
.flex-child.crush img {
    position: relative;
    left: -6px;
}
.flex.equal-heights .flex-child:first-child {
    aspect-ratio: 4/5;
}
.flex.equal-heights .flex-child:last-child {
    max-width: 200px;
}

.bio-text p {
    font-size: 1.2rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}
@media screen and (max-width: 39.9375em) {
    .about-flex {
        display: block;
    }
    .flex.equal-heights .flex-child:first-child {
        aspect-ratio: auto;
        width: 100%;
        height: 400px;
        background-position: top center;
    }
    .flex.equal-heights .flex-child:last-child {
        display: none;
    }
    .about-hero-bg {
        background-size: cover;
        padding-top: 70%;
    }
    .about-hero-spacer {
        padding-top: 40%;
    }
    .section--about .offset-large {
        margin-top: -80px;
    }
    .logo {
        min-height: 0px;
        height: 0;
        padding-top: 10%;
        background-size: contain;
        margin-bottom: 20px;
    }
    .thealbum > .row > .padding-left.padding-right {
        padding: 1em;
    }
}
.event-date {
    font-weight: 900;
}
.event-info {
    opacity: 0.7;
    font-size: 0.8em;
}

.offset {
    position: relative;
    top: -40px;
}
.offset-large {
    margin-top: -200px;
    position: relative;
    z-index: 1000;
}
.offset img {
    max-height: 630px;
}

.quotes h2 {
    font-size: 20px;
    line-height: 26px;
}
.tracklisting {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 1rem;
}
.tracklisting li {
    position: relative;
}
.tracklisting .time {
    float: right;
    top: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.8rem;
    padding: 3px 6px;
}
@media screen and (max-width: 39.9375em) {
    #music {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #music .offset-large {
        margin-top: 0;
    }
    .tracklisting {
        font-size: 1rem;
    }
}
.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;
}

.discog-container {
    padding: 1rem;
}

/*    Medium Only:   */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .main {
        background-position: center center;
        min-height: 80vh;
        height: 80vh;
    }
    .main hgroup.text-center {
        height: 80vh;
    }
    body.listen {
        background-size: auto;
    }
    h2.bullies.name {
        min-height: 100px;
    }
    h1.name {
        min-height: 100px;
    }
}
/*    Small Only:   */
@media screen and (max-width: 39.9375em) {
    header {
        position: relative;
        z-index: 9999;
    }
    body.listen {
        background-size: auto;
    }
    body.listen .album-art {
        padding: 20px;
    }
    .release .button {
        margin-bottom: 10px;
        display: block;
    }
    .main {
        background-position: center center;
        min-height: 50vh;
        height: 50vh;
    }
    .main hgroup.text-center {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
    .main.foam-alone {
        min-height: 0;
        height: auto;
        aspect-ratio: 1/1;
    }
    .section--about .two-columns {
        column-count: 1;
        padding-bottom: 20px;
    }

    h1.name {
        min-height: 80px;
    }
    body.section-home header {
        display: block;
    }
}

.guestbook-container {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.guestbook-container h1 {
    -webkit-font-smoothing: none;
    font-smoothing: none;
}
.guestbook-container label {
}
.guestbook-left,
.guestbook-right {
    min-height: 650px;
}
.guestbook-left {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.guestbook-right {
    border-radius: 0 10px 10px 0;
}
.guestbook-container input[type="text"],
.guestbook-container textarea {
    font-size: 1rem;
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 100%;
}
.guestlog-container {
    min-height: 80dvh;
}
.guestbook-entry {
    font-size: 1.3em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
/*    Medium Only:   */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .guestbook-left {
        border-radius: 10px;
    }
    .guestbook-left,
    .guestbook-right {
        min-height: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .guestbook-left {
        border-radius: 10px;
    }
    .guestbook-left,
    .guestbook-right {
        min-height: 0;
    }
    body.section-guestbook .main.foam-alone {
        padding: 1em;
        aspect-ratio: auto;
        min-height: 800px;
    }
    .guestbook-container {
        padding: 2em;
    }
}
