@font-face {
    font-family: "Open Sans";
    src: url(res/fonts/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(res/fonts/OpenSans-Light.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(res/fonts/OpenSans-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(res/fonts/OpenSans-LightItalic.ttf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url(res/fonts/OpenSans-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    font-family: "Open Sans", "Segoe UI", "Helvetica", "DejaVu Sans", sans-serif;
}





/*
 * Components
 */


a {
    color: #636e72;
}

a.dark-link {
    color: #2d3436;
}

a.follow-link {
    display: block;
    height: 2em;
    text-decoration: none;
}

a.follow-link img {
    height: 1em;
}

.quicksilver {
    letter-spacing: 0.6em;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: grey;
}

h3.italic-light {
    font-style: italic;
    font-weight: normal;
}

h3.italic {
    font-style: italic;
}

h3.light {
    font-weight: normal;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.1rem;
    font-weight: normal;
}

.notbold {
    font-weight: normal;
}

h3.contact-header {
    font-weight: normal;
}

.contact-section {
    margin-top: 40px;
}

.flush-top {
    margin-top: 0px !important;
}

.center {
    text-align: center;
}

.blue {
    font-weight: normal;
    color: #636e72;
}

.bigger-text {
    font-size: 105%;
}

header blockquote {
    position: absolute;
    margin: 50px;
    padding: 0;
    bottom: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

hr.short {
    width: 40px;
    height: 1px;
    border: 0;
    background: #bbb;
}

hr.med {
    width: 120px;
    height: 1px;
    border: 0;
    background: #bbb;
}

hr.med2 {
    width: 360px;
    height: 2px;
    border: 0;
    margin: 30px auto;
    background: #bbb;
}

hr.long {
    width: 1200px;
    height: 1px;
    border: 0;
    background: #2d3436;
    margin: 30px auto;
}

hr.thick {
    margin: 0;
    border: 0;
    height: 10px;
    background: #2d3436;
}

.bigquote-wrapper {
    width: 100%;
    height: 60px;
    background: #2d3436;
    color: white;
    padding: 20px 0;
}

blockquote.bigquote {
    display: block;
    text-align: center;
    margin: auto;
    width: max-content;
    max-width: calc(100% - 5px);
}

blockquote.bigquote p {
    font-size: 34px;
    font-style: italic;
    font-weight: 200;
    margin: 0;
}

blockquote.bigquote footer {
    font-style: normal;
    text-align: right;
    margin: auto;
}

img.donate {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .bigquote-wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .bigquote-wrapper {
        height: 130px;
        margin-bottom: 0;
    }

    header.mobile-shrink {
        width: 100%;
        height: calc(100vw / 1920 * 1103);
    }

    header.mobile-shrink ~ nav {
        background: #333;
        position: static;
    }

    img.donate {
        width: 100%;
    }
}

blockquote p::before {
    content: "“";
}

blockquote p::after {
    content: "”";
}

blockquote footer {
    font-style: italic;
    text-align: right;
}

figure.big-image {
    margin: 0;
}

figure.big-image figcaption {
    text-align: right;
    font-style: italic;
    margin-right: 10px;
}




/*
 * Navigation
 */


nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

nav.dark {
    position: static;
    background: #2d3436;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 20px 30px;
    width: calc(100% - 60px);
}

nav li {
    display: inline;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 20px;
    margin-right: 20px;
    list-style: none;
    font-size: 13px;
}

nav li.logo a {
    color: rgba(255, 255, 255, 1);
    word-spacing: 0.4em;
    white-space: nowrap;
    font-size: 1.73rem;
}

nav li.logo.bold a {
    font-weight: 600;
}

nav li.spacer {
    flex: 1;
    margin: 0;
}

nav li a, nav li a:visited {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: border-bottom 0.5s;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

nav li a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

nav.darktext li a {
    color: rgba(0, 0, 0, 0.8);
}

nav.darktext li a:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}




/*
 * Collapsible menu
 */


.responsive-menu {
    display: flex;
    justify-content: space-between;
}

#menu-button {
    display: none;
    margin: 0;
    height: 1rem;
}

#menu-button button {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    margin: 0;
    padding-top: 100%;
    padding-right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

#menu-button svg {
    margin: auto;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.close {
    display: none;
}

@media only screen and (max-width: 1275px) {
    .responsive-menu {
        width: 100%;
    }

    #menu-button {
        display: inline-block;
        padding: 20px;
    }

    #nav {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .logo {
        line-height: 2rem;
        margin: 0;
        padding: 20px;
    }

    nav li.logo a {
        font-size: 26px;
        font-weight: normal;
    }

    nav.darktext li.logo a {
        color: white;
    }

    .right-link {
        display: none;
        font-size: 0.75rem;
    }

    #nav.expanded {
        display: block;
    }

    #nav.expanded .right-link {
        display: block;
        margin: 0;
        box-sizing: border-box;
    }

    #nav.expanded .right-link a {
        display: block;
        padding: 20px;
        font-size: 1rem;
        color: #000 !important;
        background: rgba(255, 255, 255, 0.7);
        /*backdrop-filter: blur(5px);*/
        margin-left: auto;
        width: 150px;
        max-width: calc(100% - 40px);
        text-align: right;
        color: white;
    }

    #nav.expanded .right-link a:hover {
        background: #2d3436;
        color: white !important;
        border-bottom: 2px solid transparent;
    }

    #nav.expanded .menu {
        display: none;
    }

    #nav.expanded .close {
        display: block;
    }

    nav.dark {
        background: transparent;
    }

    nav.dark .responsive-menu {
        background: #2d3436;
    }

    nav.dark .right-links {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 400px) {
    nav li.logo a {
        font-size: 24px;
        word-spacing: 0.35em;
    }
}




/*
 * Page headers
 */


header {
    width: 100%;
    height: calc(100vh - 115px);
    max-height: 100vh;
    background-size: cover;
    position: relative;
}

header h1 {
    color: white;
    position: absolute;
    bottom: 0;
    margin: 30px 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

header.short {
    height: 500px;
}

header.shortish {
    height: 600px;
}

header.tall {
    height: 1400px;
    background-position: center;
}

header.banner {
    width: 100%;
    height: calc(100vw / 1920 * 720);
}

.giant-header {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    header, .header-img-slideshow, .header-img-slideshow header {
        height: calc(100vh - 170px);
    }

    header h1 {
        margin: 30px 10px;
    }
}




/*
 * Layout
 */


.column {
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.column-vcenter {
    align-items: center;
}

.column.frontpage {
    margin-top: 50px;
}

.column.frontpage .left, .column.frontpage .right {
    width: 47vw;
}

.column.stacked {
    flex-direction: column;
    align-items: center;
}

.left {
    width: 45vw;
}

.right {
    width: 45vw;
}

.column.stacked .right {
    width: 100vw;
    margin-top: 40px;
}

.column.wide-right .left {
    margin-right: 80px;
}

.column.wide-right .right {
    width: 70vw;
}

.column.wide-left .left {
    width: 70vw;
}

.column.wide-left .right {
    margin-left: 80px;
}

.video-minheight {
    min-height: 550px;
}

.video-16x9 {
    min-height: min(calc((100vw - 100px) / 16 * 9), 100vh);
}

.larger {
    font-size: 18px;
}

.more-spacing {
    line-height: 30px;
}

.text {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 10px;
}

.small-text {
    max-width: 800px;
    margin: 50px auto;
    padding: 0 50px;
}

.wide-text {
    margin: 50px;
}

.wideish-text {
    max-width: 1400px;
    margin: 50px auto;
}

.small-page-heading {
    background: #636e72;
    color: white;
    overflow: auto;
    padding: 0px 50px;
}

.small-page-heading.flat-shadow {
    box-shadow: 0 10px rgba(99,110,114, 0.5);
    margin-bottom: 10px;
}

.center-text {
    text-align: center;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 0 10px;
}

.center-img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
}

.other-font {
    font-family: "Assistant", "Open Sans", sans-serif;
}

.less-space {
    margin-top: 10px;
}

.dontfloat {
    clear: both;
}

.dontfloat:last-child {
    overflow: auto;
}

.more-link {
    display: inline-block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
}

.full {
    width: 100%;
}

.full-inner {
    max-width: 1000px;
    margin: 50px auto 50px auto;
}

.concerts {
    max-width: 600px;
    margin: auto;
}

.mini-schedule {
    margin-top: 50px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
    .column {
        flex-direction: column;
    }

    .column.mobile-reverse {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .column h2 {
        text-align: center;
        margin: 25px auto 25px auto;
    }

    .column .left, .column .right {
        width: calc(100% - 10px);
        margin-top: 20px;
    }

    .concerts {
        width: calc(100% - 20px);
    }

    .column.wide-left .left {
        width: 100%;
    }

    .column.wide-left .right {
        margin-left: 0px;
    }

    .column .left.small-fullwidth {
        width: 100%;
    }

    .column .left iframe {
        min-height: calc(100vw / 16 * 9);
    }

    .column .wide-text {
        margin: 50px 10px;
    }

    .center-img {
        width: 100%;
    }

    .left.mobile-no-margin, .right.mobile-no-margin {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .column.frontpage {
        flex-direction: column;
    }

    .column.frontpage.mobile-reverse {
        flex-direction: column-reverse;
    }

    .column.frontpage h2 {
        text-align: center;
        margin: 25px auto 25px auto;
    }

    .column.frontpage .left, .column.frontpage .right {
        width: calc(100% - 10px);
        margin-bottom: 30px;
    }

    .column.frontpage .left.small-fullwidth, .column.frontpage .right.small-fullwidth {
        width: 100%;
    }

    .column.frontpage .right iframe, .column.frontpage .right iframe {
        min-height: calc(100vw / 16 * 9);
    }

    .column.frontpage .wide-text {
        margin: 50px 10px;
    }

    .column.frontpage .concerts {
        max-width: 600px;
        margin: auto;
    }

    .desktop-space {
        display: none;
    }

    .more-link {
        font-size: 0.95em;
    }
}

@media only screen and (max-width: 1400px) {
    .wideish-text {
        margin: 10px 50px;
    }
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.side-img, .side-img img {
    width: 300px;
}

.side-img figcaption {
    font-size: 12px;
}

@media only screen and (max-width: 500px) {
    .side-img {
        float: none;
        margin: auto;
    }
}

.img-slideshow {
    padding-bottom: 56%;  /* about 16:9 aspect ratio */
}

.img-slideshow .img {
    padding-bottom: 56%;
    max-width: 1400px;
    margin: auto;
    background-position: center;
    background-size: cover;
}

.header-img-slideshow {
    height: calc(100vh - 115px);
}

.header-img-slideshow header {
    height: calc(100vh - 115px);
    background-size: cover;
}

.youtube-button {
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #B2BEC3;
    color: black;
    text-decoration: none;
}




/*
 * Carousel
 */


.carousel {
    position: relative;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.75s;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-item.showing {
    opacity: 1;
}



/*
 * New CD banner
 */


.new-cd-banner {
    background: #dfe6e9;
    padding: 10px;
    border-top: 30px solid #636e72;
    border-bottom: 30px solid #636e72;
}

.new-cd-banner img {
    width: 50vw;
    padding: 20px;
}

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

.new-cd-text h1 {
    margin-top: 30px;
    margin-bottom: 0;
}

.new-cd-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.new-cd-link {
    color: #2d3436;
    font-size: 1.3em;
    border: 2px solid #2d3436;
    display: inline-block;
    margin: 10px auto 20px auto;
    padding: 10px;
    width: 150px;
}

@media screen and (max-width: 1200px) {
    .new-cd-banner img {
        width: 55vw;
    }
}

@media screen and (max-width: 500px) {
    .new-cd-banner img {
        width: 80vw;
    }
}




/*
 * Homepage upcoming concerts
 */


.concerts {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
}

.concert {
    margin: 5px -5px;
    text-align: center;
    font-size: 120%;
}

.normal-size {
    font-size: 16px;
}

.concert a, .concert a:visited {
    color: black;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    transition: all 0.5s;
    padding: 5px;
    text-decoration: none;
}

.concert:last-child  {
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.concert a:hover {
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.concert ~ .concert:last-child {
    transition: all 0.5s;
}

.concert:hover ~ .concert:last-child {
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.frontpage-concert-em {
    color: #906145;
}




/*
 * Bios
 */


.bios {
    margin: 50px auto;
}

.bio-wrapper {
    max-width: 1380px;
    margin: auto;
    padding: 10px;
}

.bio {
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
    font-size: 18px;
}

.bio-wrapper:nth-child(4n+1) {
    background: #dfe6e9;
}

.bio-wrapper:nth-child(4n+2) {
    background: #b2bec3;
}

.bio-wrapper:nth-child(4n+3) {
    background: #636e72;
    color: white;
}

.bio-wrapper:nth-child(4n) {
    background: #2d3436;
    color: white;
}

.bio img {
    float: left;
    width: 200px;
    margin-right: 10px;
}




/*
 * CDs
 */


.cd {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    padding: 0 10px 0 10px;
    margin: 50px auto 50px auto;
}

.cd.small .cd-right {
    flex: 2;
}

.cd img {
    width: 100%;
}

.cd .quotes {
    display: inline-block;
}

.cd blockquote {
    margin-left: 0px;
    margin-right: 0px;
    max-width: calc(100vw - 20px);
}

.cd blockquote p {
    font-size: 18px;
    margin: 0;
}

.cd blockquote:first-child {
    margin-top: 0;
}

.audio {
    margin-top: 10px;
}

.cd-left {
    margin-right: 10px;
    flex: 1;
}

.cd-right {
    margin-left: 50px;
    flex: 1;
}

.cd-right.minwidth {
    min-width: 610px;
}

.cd-center {
    flex: 1;
}

.cd-right.center-content {
    align-self: center;
}

/* On Firefox and Chrome/Edge, this is 300px by default.
On Safari, it's 250px. This caused some pretty annoying browser-specific issues.
Thanks, Apple.
*/
.cd audio {
    width: 300px;
}

.desktop-space {
    height: 50px;
}

.view-button {
    color: white;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #718093;
    border-radius: 5px;
    padding: 10px 20px;
    transition: background 0.5s, color 0.5s;
    margin: 10px auto 0 auto;
}

.buy-button {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    background: #7F2B10;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100px;
    transition: background 0.5s, color 0.5s;
    margin-top: 10px;
}

.buy-button:hover {
    background: #718093;
    color: white;
}

.donate-button {
    color: black;
    text-decoration: none;
    text-align: center;
    display: block;
    background: #93a7c2;
    border-radius: 5px;
    padding: 20px;
    width: 100px;
    transition: background 0.5s, color 0.5s;
}

.donate-button:hover {
    background: #718093;
    color: white;
}

@media only screen and (max-width: 800px) {
    .cd {
        flex-direction: column;
    }

    .cd-left, .cd-right {
        margin: 10px;
    }

    .cd-right.minwidth {
        min-width: 0;
    }

    .desktop-space {
        display: none;
    }
}




/*
 * Schedule
 */


.schedule-header {
    color: #8c1717;
    font-weight: normal;
    font-style: italic;
}

.schedule {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-family: 'PT Serif', serif;
    color: #515151;
    text-align: center;
}

.schedule a, .fake-schedule-link {
    color: #906145;
    text-decoration: none;
}

.schedule p {
    margin: 50px 0;
}

.season {
    display: block;
    width: 100%;
    text-align: center;
    background: #636e72;
    color: white;
    margin: 0;
    padding: 30px 0;
}




/*
 * Review grid
 */


.review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;

    max-width: 2000px;
    margin: auto;
}

@media only screen and (max-width: 1200px) {
    .review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 500px) {
    .review-grid {
        grid-template-columns: 1fr;
    }
}

.review {
    padding: 10px;
    display: flex;
    align-items: center;
}

.review p {
    margin-top: 0;
    font-size: 20px;
}

.review:nth-child(5n) {
    background: #b2bec3;
}

.review:nth-child(5n+1) {
    background: #dfe6e9;
}

.review:nth-child(5n+2) {
    background: #636e72;
    color: white;
}

.review:nth-child(5n+4) {
    background: #2d3436;
    color: white;
}

.image-tile {
    background-size: cover;
}

.image-tile.center {
    background-position: center;
}




/*
 * Media
 */


.audioplayer {
    margin: 0;
    height: 3rem;
    display: flex;
    align-items: center;
}

.audioplayer figcaption {
    display: inline-block;
    width: 300px;
    margin-right: 10px;
    color: #636e72;
}

.video {
    background: black;
    margin-left: 50px;
    margin-right: 50px;
}

.videos {
    display: flex;
    justify-content: space-between;
    height: 300px;
    max-width: 1200px;
    margin: auto;
}

.videos iframe {
    width: 100%;
    margin: 0 5px;
}

.videos iframe:first-child {
    margin-left: 0;
}

.videos iframe:last-child {
    margin-right: 0;
}

.videos iframe.singlet {
    flex: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px;
}

.video-heading {
    max-width: 1200px;
    margin: auto;
    padding-left: 10px;
}

.video-heading h3 {
    margin-top: 0;
}

.video-showcase {
    padding: 50px 0 50px 0;
}

.video-showcase.dark {
    background: #dfe6e9;
}

.video-showcase.darker {
    background: #b2bec3;
}

.videos.column {
    flex-direction: column;
    height: auto;
}

.videos.column iframe {
    margin: 10px 0;
    height: calc(70vw / 16 * 9);
}

@media only screen and (max-width: 1200px) {
    .video {
        margin: 0;
    }
}

@media only screen and (max-width: 1200px; min-width: 800px) {
    .videos {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .audioplayer {
        flex-direction: column;
        align-items: center;
        margin: auto;
        height: auto;
        padding-top: 10px;
    }

    .audioplayer figcaption {
        width: auto;
        max-width: calc(100vw - 20px);
    }

    .videos {
        flex-direction: column;
        height: auto;
    }

    .videos iframe {
        margin: 10px 0;
        height: calc(100vw / 16 * 9);
    }
}


/*
 * Downloads
 */

.photo {
    text-align: center;
    margin: 30px 0;
}

.photo p {
    margin: 0;
}

.photo img {
    width: 300px;
}



/*
 * Newsletter signup form
 */


.signup-inputs {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    justify-content: center;
}

.signup-inputs.frontpage {
    width: 100%;
    max-width: none;
}

.signup-inputs li {
    display: block;
}

.signup-inputs.frontpage input {
    font-size: 16px;
    padding: 20px;
}

input[type="email"] {
    outline: none;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    background: #dfe6e9;
    padding: 10px;
    margin-right: 0;
    font-size: 14px;
    flex: 1;
}

input[type="submit"] {
    outline: none;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    background: #2d3436;
    padding: 10px;
    color: white;
    margin-left: 0;
    font-size: 14px;
}

input[type="submit"]:hover {
    cursor: pointer;
    background: #b2bec3;
    color: #2d3436;
    transition: all 0.25s;
}




/*
 * Footer
 */


footer.page-footer {
    color: white;
    background: #2d3436;
    padding: 20px 50px;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.footer-left {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: center;
}

.social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    padding: 5px;
    background: white;
    border-radius: 100%;
}

.social-link.facebook {
    background: #3c5a99;
}

.social-link.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    width: 20px;
    height: 20px;
    padding: 7px;
}

.social-link.spotify {
    background: transparent;
    padding: 0;
    width: 34px;
    height: 34px;
}

.social-link img {
    height: 24px;
}

.social-link.spotify img {
    height: 34px;
}

.social-link.instagram img {
    height: 20px;
}

.footer-right {
    text-align: right;
    font-size: 14px;
    flex: 1;
}

@media only screen and (max-width: 500px) {
    footer.page-footer {
        flex-direction: column;
        justify-content: center;
    }

    .social-link {
        margin: 0 30px;
    }

    .footer-right {
        text-align: center;
        padding-top: 50px;
    }
}
