:root {
    --main-bg-color: #f7f7f7;
    --black: #0d0d0d;
    --white: #fafafa;
    --blue: #7398b7;
    --dark-blue: #36519d;
    --green: #3c3d2e;
    --slate: #afb7bb;
    --primary: #dd2116;
    --hover: #fff;
    --orange: #cc6248;
    --purple: #875d7a;
}

/* Selection colours (easy to forget) */
::selection {
    background: rgb(64, 65, 81);
    color: #404151;
}
::-moz-selection {
    background: rgb(64, 65, 81);
    color: #404151;
}
img::selection {
    background: transparent;
    color: #fff;
}
img::-moz-selection {
    background: transparent;
    color: #fff;
}
body {
    -webkit-tap-highlight-color: rgb(64, 65, 81);
    color: #404151;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    min-width: 320px;
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    margin: 0;
    background: #000;
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--white);
}
.serif {
    font-family: serif;
    font-weight: 500;
}
.sans {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.sutro {
    font-family: "SutroFill", sans-serif;
}
.enormous {
    font-size: 5rem;
}
.large {
    font-size: 3rem;
}
.medium {
    font-size: 1.2rem;
}
.smaller {
    font-size: 0.8rem;
    line-height: 1.4;
}
@media only screen and (max-width: 39.9375em) {
    .enormous {
        font-size: 3rem;
    }
    .large {
        font-size: 2rem;
    }
}

.fullwidth [class*="block-grid-"] {
    margin-right: 0;
    margin-left: 0;
}
.flush-padding .columns {
    padding-left: 0;
    padding-right: 0;
}
.row .row.flush-padding {
    margin-left: 0;
    margin-right: 0;
}
.flush-grid {
    margin-left: 0;
    margin-right: 0;
}
.flush-left {
    margin-left: 0;
    padding-left: 0 !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: 900;
}
.small {
    font-size: 11px;
}

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

.rounded {
    border-radius: 12px;
    overflow: hidden;
}
.rounded.album-container,
.rounded.top-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rounded.bottom-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.padding-xsmall {
    padding: 0.5em;
}
.padding-small {
    padding: 1.5em;
}
.padding,
.padding-medium {
    padding: 3em;
}
.padding-large {
    padding: 5em;
}
.padding-none {
    padding: 0px !important;
}

.padding-top-xxsmall {
    padding-top: 0.25em;
}
.padding-bottom-xxsmall {
    padding-bottom: 0.25em;
}
.padding-left-xxsmall {
    padding-left: 0.25em;
}
.padding-right-xxsmall {
    padding-right: 0.25em;
}

.padding-top-xsmall {
    padding-top: 0.5em;
}
.padding-bottom-xsmall {
    padding-bottom: 0.5em;
}
.padding-left-xsmall {
    padding-left: 0.5em;
}
.padding-right-xsmall {
    padding-right: 0.5em;
}

.padding-top-small {
    padding-top: 1.5em;
}
.padding-bottom-small {
    padding-bottom: 1.5em;
}
.padding-left-small {
    padding-left: 1.5em;
}
.padding-right-small {
    padding-right: 1.5em;
}

.padding-top {
    padding-top: 3em;
}
.padding-bottom {
    padding-bottom: 3em;
}
.padding-right {
    padding-right: 3em;
}
.padding-left {
    padding-left: 3em;
}

.padding-top-large {
    padding-top: 5em !important;
}
.padding-top-xlarge {
    padding-top: 7em !important;
}
.padding-bottom-large {
    padding-bottom: 5em !important;
}
.padding-bottom-xlarge {
    padding-bottom: 7em !important;
}
.padding-bottom-medium {
    padding-bottom: 3em !important;
}

.padding-bottom-none {
    padding-bottom: 0;
}
.padding-left-none {
    padding-left: 0;
}
.padding-right-none {
    padding-right: 0;
}
.padding-top-none {
    padding-top: 0;
}

.margin-top-small {
    margin-top: 1.5em;
}
.margin-top-none {
    margin-top: 0;
}
.margin-bottom-small {
    margin-bottom: 1.5em;
}
.margin-bottom-xsmall {
    margin-bottom: 0.5em;
}
.margin-top {
    margin-top: 3em;
}
.margin-top {
    margin-top: 3em;
}
.margin-bottom {
    margin-bottom: 3em;
}
.margin-top-large {
    margin-top: 5em;
}
.margin-bottom-large {
    margin-bottom: 5em;
}
.margin-bottom-xlarge {
    margin-bottom: 7em;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-left-xsmall {
    margin-left: 0.5em;
}
.margin-left-small {
    margin-left: 1.5em;
}
.margin-left {
    margin-left: 3em;
}
.margin-left-large {
    margin-left: 5em;
}
.margin-left-xlarge {
    margin-left: 7em;
}
.margin-right-xsmall {
    margin-right: 0.5em;
}
.margin-right-small {
    margin-right: 1.5em;
}
.margin-right {
    margin-right: 3em;
}
.margin-right-large {
    margin-right: 5em;
}
.margin-right-xlarge {
    margin-right: 7em;
}

.overflow-hidden {
    overflow: hidden;
}

.fullwidth {
    max-width: 100%;
}

.fullheight {
    height: 100vh;
}

.fillheight {
    height: 100%;
}

.fullheight.almost {
    height: 80vh;
}

.relative {
    position: relative;
}
.topmost {
    z-index: 100;
}
.widescreen {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    display: block;
    background-size: cover;
}
.text-large {
    font-size: 22px;
}
.text-xlarge {
    font-size: 32px;
}
.widescreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------------------------------------------- */
/* SITE SPECIFIC */
/* ------------------------------------------- */
.white {
    color: #fafafa;
}
.white-bg {
    background-color: #fafafa;
}
.red-bg {
    background-color: #dd2116;
}
.red {
    color: #dd2116;
}
.black {
    color: var(--black);
}
.black-bg {
    background-color: var(--black);
}
.blackish-bg {
    background-color: #101010;
}
.blue {
    color: var(--blue);
}
.blue-bg {
    background-color: var(--blue);
}
.dark-blue {
    color: var(--dark-blue);
}
.dark-blue-bg {
    background-color: var(--dark-blue);
}
.green {
    color: var(--green);
}
.green-bg {
    background-color: var(--green);
}
.slate {
    color: var(--slate);
}
.slate-bg {
    background-color: var(--slate);
}

.purple-bg {
    background-color: var(--purple);
}
.purple {
    color: var(--purple);
}

a,
a:active {
    color: var(--white);
    text-decoration: none;
    border-bottom: 1px solid var(--white);
}
a:hover {
    color: var(--hover);
}
a.underline {
    border-bottom: 1px solid var(--white);
}
a.no-underline,
a.white.no-underline {
    border-bottom: none !important;
    text-decoration: none;
}
a.underline:hover,
a.no-underline:hover {
}

[data-vertical-center] > *,
.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vertical-center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.align-bottom {
    position: absolute;
    bottom: 20%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tOOLS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.border {
    border: 10px solid var(--primary);
}
.border-thick {
    border-width: 40px;
    border-style: solid;
    border-color: var(--primary);
}
.border-thin {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.border-black {
    border-color: #525e60;
}
.border-white {
    border-color: rgba(255, 255, 255, 0.5);
}
.border-left {
    border-left: 1px solid #6c9ede;
}
.border-right {
    border-right: 1px solid #6c9ede;
}
.border-top {
    border-top: 1px solid #6c9ede;
}
.border-radius {
    border-radius: 5px;
    overflow: hidden;
}
.border-radius-top-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.border-radius-bottom-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.inline-block {
    display: inline-block !important;
}
.block {
    display: block !important;
}
[data-equal-columns] {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 39.9375em) {
    [data-equal-columns] {
        display: inherit;
        align-items: center;
        justify-content: center;
    }
}

.button {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: sans-serif;
    padding: 10px 20px;
    border-radius: 4px;
    background: #e7e3be;
    color: var(--green);
    border-bottom: none;
}
.button:hover,
.button.hover {
    background: #872e34;
    color: #e7e3be;
}

.large-buttons .button {
    font-size: 20px;
}
.button.large {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
}
.button.badge {
    background: #fff;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
    text-align: center;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    position: relative;
    display: block;
}
.button.badge i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.button.badge:hover {
    color: #fff;
    background: #ff4b00;
}
.button.badge.small {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.button.tiny {
    display: inline-block;
    padding: 6px 15px;
    font-size: 12px;
}

.button.black-bg {
    background: #231f20;
    color: #fafafa;
}
.button.black-bg:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fafafa;
}
.dropshadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.strong {
    font-weight: 900;
}
.fullpage {
    min-height: 95vh;
}
.halfpage {
    height: 60vh;
}
ul.tracklisting {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tracklisting li {
    padding-bottom: 1em;
}
.right {
    float: right;
}

.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 {
    min-height: 85vh;
    position: relative;
    background-size: contain;
    background-position: top center;
    overflow: hidden;
}

@media only screen and (max-width: 39.9375em) {
    .small-only-padding-right-none {
        padding-right: 0;
    }
    .small-only-padding-none {
        padding: 0;
    }
    .small-only-padding {
        padding: 1.5em;
    }
    .small-only-padding-top {
        padding-top: 1.5em;
    }
    .small-only-padding-top-xsmall {
        padding-top: 0.5em !important;
    }
    .small-only-padding-bottom {
        padding-bottom: 1.5em;
    }
    .small-only-padding-bottom-none {
        padding-bottom: 0em;
    }
    .small-only-padding-left-xsmall {
        padding-left: 0.5em;
    }
    .small-only-padding-left {
        padding-left: 1.5em;
    }
    .small-only-padding-right-xsmall {
        padding-right: 0.5em;
    }
    .small-only-padding-right {
        padding-right: 1.5em;
    }
    .small-only-margin-bottom-none {
        margin-bottom: 0 !important;
    }
    .small-only-text-center {
        text-align: center;
    }
}

/* NAV */
.nav-logo {
    text-decoration: none;
    border-bottom: none;
    /* background-image: url('images/the-features-1999.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: -9999px;
  border-bottom: none; */
}
.nav-logo:active {
    border-bottom: none;
}
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: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(0, 0, 0, 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: 50px;
}
.mobile-menu-options a {
    border-bottom: none;
    text-decoration: none;
}
body.home .header-container {
    display: none;
}

/* SPECIFIC STYLES */

h1.homepage {
    font-size: 4rem;
    z-index: 11;
}
h1.homepage cite {
    font-style: normal;
    color: #000;
    background: var(--blue);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-only-padding-medium {
        padding: 3em;
    }

    .fullheight.almost {
        height: 60vh;
    }
}
@media only screen and (max-width: 39.9375em) {
    .small-only-padding-small {
        padding: 1.5em;
    }

    .fullheight.almost {
        height: 50vh;
    }
}
.destinations-container {
    font-size: 2em;
    position: relative;
    z-index: 20;
}
.destinations-container a {
    display: inline-block;
    transition: all 0.3s ease;
    margin-right: 0.8em;
    border: none;
}
.destinations-container a:last-child {
    margin-right: 0;
}
.destinations-container a:hover {
    transform: scale(1.3);
}
.two-columns {
    column-count: 2;
}
@media only screen and (max-width: 39.9375em) {
    .destinations-container {
        font-size: 1.5em;
    }
    h1.telefone {
        font-size: 16px;
    }
    .two-columns {
        column-count: 1;
    }
}

.offset {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.time {
    opacity: 0.5;
}
.side {
    background: var(--black);
    color: var(--cream);
    font-weight: 700;
    display: inline;
    padding: 0.2em 0.5em;
    border-radius: 4px;
}
.caption {
    font-size: 0.9em;
    opacity: 0.6;
    padding-top: 0.5em;
}
.bio-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 20px;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.bio-text-container p {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 500;
}
.row.offset-bio {
    top: -300px;
    margin-bottom: -300px;
    position: relative;
    background: #3c3d2e;
    z-index: 10;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    row.offset-bio {
        top: -100px;
        margin-bottom: -100px;
        position: relative;
        background: #3c3d2e;
        z-index: 10;
    }
}
@media only screen and (max-width: 39.9375em) {
    .row.offset-bio {
        top: 0px;
        margin-bottom: 0px;
        position: relative;
        background: #3c3d2e;
        z-index: 10;
    }
}
.bio-text-container blockquote {
    margin: 0;
    font-weight: 500;
    font-size: 1.2em;
    font-style: italic;
}
.all-videos li a {
    border-bottom: none !important;
    display: block;
    width: 100%;
}
.all-videos li a img {
    width: 100%;
}
.video-credit {
    line-height: 1.3em;
}
.ykrecords {
    display: block;
    width: 60px;
}

@media only screen and (max-width: 39.9375em) {
    .ykrecords {
        float: none !important;
        margin: 0 auto;
    }
}

.actions-container {
}

@media only screen and (max-width: 39.9375em) {
    .actions-container {
        width: 80%;
        margin: 0 auto;
    }
    .actions-container a {
        display: block;
        margin-bottom: 1em;
    }
}
