body {
    padding: 0;
    margin: 0;
    color: #fff;
    background: #130b1a;
    font-family: montserrat;
    font-weight: 400;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}
@media (min-height: 854px) {
    body {
        overflow-y: hidden;
    }
}
.logo {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 48px;
    left: 50%;
    margin-left: -12px;
    z-index: 20;
}
#navback,
#socials {
    position: fixed;
    top: 12px;
    z-index: 20;
}
#navback {
    left: 12px;
}
#navback a {
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 12px;
    letter-spacing: 0;
}
#socials {
    right: 12px;
}
#socials a {
    width: 34px;
    height: 34px;
    padding: 7px 5px 6px 9px;
    border-radius: 24px;
    font-size: 12px;
    letter-spacing: 0.1em;
}
@media (max-width: 332px) {
    #socials {
        display: none;
    }
}
#background-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0;
    -webkit-animation: 700ms ease zoom-out 1 100ms;
    animation: 700ms ease zoom-out 1 100ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
p {
    font-weight: 300;
}
.server-error {
    display: none;
    border-radius: 26px;
    background-color: #000;
    max-width: 600px;
    padding: 30px 40px;
    margin: 0 auto;
    -webkit-animation: floaty 2000ms cubic-bezier(0.46, 0.2, 0.6, 0.82) infinite;
    animation: floaty 2000ms cubic-bezier(0.46, 0.2, 0.6, 0.82) infinite;
}
@media (min-height: 768px) {
    .server-error {
        margin-top: 20vh;
    }
}
.server-error h1 {
    font-size: 36px;
    color: #7b4374;
}
.server-error h2 {
    font-size: 24px;
}
.btn-flat {
    font-size: 12px;
    letter-spacing: 0.1em;
}
.av-card {
    z-index: 50;
    background-color: #362b3f;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 720px;
    margin: 20vh auto 0 auto;
    position: relative;
    -webkit-box-shadow: 16px 0 144px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 16px 0 144px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #1b1620;
}
@media (max-height: 950px) {
    .av-card {
        margin: 10vh auto 0 auto;
    }
}
@media (max-width: 719px) {
    .av-card {
        width: 100%;
        margin: 56px 0 0 0;
    }
}
.card-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-split .card-content {
    display: inline;
}
.card-split .card-image {
    width: 280px;
    height: 280px;
}
@media (max-height: 700px) {
    .card-split .card-image {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 719px) {
    .card-split .card-image {
        width: 128px;
        height: 128px;
    }
}
.av-card .card-content {
    padding-left: 72px;
    padding-top: 36px;
}
@media (max-width: 719px) {
    .av-card .card-content {
        padding-left: 32px;
        padding-top: 24px;
    }
}
.av-card .card-action {
    background-color: #2b2232;
    border: none;
}
@media (max-height: 640px) {
    .av-card .card-action {
        padding: 0;
    }
}
.av-card .card-title {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0.2em;
}
@media (max-width: 719px) {
    .av-card .card-title {
        letter-spacing: 0.15em;
        font-size: 16px;
    }
}
.btn-flat,
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    text-transform: none;
}
.av-card .release-date {
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
@media (max-width: 719px) {
    .av-card .release-date {
        font-size: 10px;
    }
}
.download-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 220px;
    margin: 0;
}
.download-actions li {
    padding: 6px;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
@media (max-width: 719px) {
    .download-actions {
        max-height: 920px;
        padding: 8px;
    }
}
.download-actions.long-card {
    max-height: 100%;
}
.download-actions a {
    padding: 8px 24px 8px 18px;
    border-radius: 24px;
}
@media (max-width: 719px) {
    .download-actions a {
        padding: 12px 32px 12px 24px;
        border-radius: 32px;
    }
}
@media (max-height: 790px) {
    .download-actions a {
        padding: 4px 24px 4px 12px;
    }
}
.icon-free {
    color: #abc;
}
.icon-flac {
    color: #7c4eaa;
}
.icon-itunes {
    color: #4e73aa;
}
.icon-spotify {
    color: #4eaa8f;
}
.icon-apple {
    color: #aa4e8d;
}
.icon-soundcloud {
    color: #b77554;
}
.icon-youtube {
    color: #aa4e5c;
}
#track-card {
    -webkit-animation: 800ms ease zoom-in 1;
    animation: 800ms ease zoom-in 1;
}
@-webkit-keyframes floaty {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes floaty {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
