body,
html {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    background: #000500;
    color: #d7dedc
}

h2 {
    margin: 0;
    text-align: center;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    padding-top: 70px
}

.btn {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-transform: uppercase;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .2s linear;
    text-decoration: none;
    display: block;
    cursor: pointer;
    outline: 0;
    color: #d7dedc
}

.btn-ghost {
    background: 0 0;
    border: 1px solid rgba(215, 222, 220, .85)
}

.btn-ghost:active,
.btn-ghost:hover {
    background: rgba(215, 222, 220, .15)
}

.btn-link {
    background: #000500;
    border: none
}

.btn-link:active,
.btn-link:hover {
    background: rgba(215, 222, 220, .15)
}

header {
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 5, 0, .85) 0, rgba(0, 0, 0, 0) 100%);
    transition: background-color .2s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}

header>.container {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header>.container>nav {
    display: flex;
    justify-content: space-evenly;
    width: 340px;
    font-family: 'Fira Sans Extra Condensed', sans-serif
}

header>.container>nav>a {
    display: flex;
    cursor: pointer;
    transition: color .2s linear
}

header>.container>nav>a:hover {
    color: #fff
}

header>#logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 54px;
    margin-left: -27px;
    transform: translateY(60px) scale(2);
    opacity: .6;
    transition: all .2s linear
}

header.scrolled {
    background: #000500
}

header.scrolled>#logo {
    opacity: 1;
    transform: translateY(0) scale(1);
    cursor: pointer
}

.contact-icons {
    display: flex;
    width: 300px;
    align-items: center;
    justify-content: space-evenly
}

.contact-icons>a {
    color: #c2c8c6;
    text-decoration: none;
    transition: color .2s linear
}

.contact-icons>a:active,
.contact-icons>a:hover {
    color: #fff
}

.contact-icons>a>i {
    font-size: 22px;
    padding: 14px
}

.contact-icons-mobile {
    margin: 0 auto
}

.wrapper {
    min-height: calc(100vh - 80px);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.fullpage-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 240px)
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 60px
}

.nav-anchor {
    position: relative;
    top: -80px
}

.bottom-line {
    width: 95%;
    max-width: 1376px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background: #615e56
}

.video-wrapper {
    background: #000
}

.video-wrapper .container {
    padding-bottom: 0
}

.video-wrapper .container .video-wrapper-inner {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%
}

.video-wrapper .container .video-wrapper-inner>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

#hero {
    min-height: 100vh;
    background-color: black;
    background-image: url(./images/hero_bg.png);
    background-size: contain;
}

#hero .fullpage-wrapper {
    min-height: 540px;
    padding-top: 200px;
    height: 80vh
}

#album-cover {
    width: 348px;
    height: 348px;
    position: relative;
    margin: 0 auto
}

#album-cover>h1 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 56px;
    line-height: 59px;
    text-transform: uppercase;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center
}

#album-button {
    width: 280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#stream {
    background-image: url(./images/stream_bg.png)
}

#stream .fullpage-wrapper {
    min-height: 760px
}

#stream .fullpage-wrapper>iframe {
    border: 0;
    width: 300px;
    height: 670px;
    border: none
}

#tour {
    background-image: url(./images/tour_bg.png)
}

#tour p {
    text-align: center
}

#tour .tour-event {
    width: 500px;
    display: flex;
    padding: 10px;
    transition: background-color .2s;
    margin-bottom: 10px
}

#tour .tour-event:hover {
    background: rgba(215, 222, 220, .15)
}

#tour .tour-event>div {
    flex: 1;
    align-self: center
}

#tour .tour-event>div:first-of-type {
    flex: 0 0 180px;
    padding-right: 10px
}

#tour .tour-event>div:first-of-type strong {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase
}

#tour .tour-event>div:last-of-type {
    flex: 0 0 80px
}

#tour .tour-event>div:last-of-type>a {
    width: 80px;
    border: none;
    height: 30px;
    line-height: 30px;
    background: rgba(215, 222, 220, .15)
}

#tour .tour-event>div:last-of-type>a:hover {
    background: rgba(215, 222, 220, .25)
}

#tour button {
    margin: 40px auto 0
}

#store {
    background-image: url(./images/store_bg.png)
}

#store .fullpage-wrapper {
    min-height: 490px
}

#store .store-wrapper {
    width: 830px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    overflow: hidden
}

#store .store-item {
    text-decoration: none;
    color: #d7dedc;
    width: 252px;
    cursor: pointer;
    padding-bottom: 14px;
    transition: background-color .2s linear
}

#store .store-item:hover {
    background: rgba(215, 222, 220, .25)
}

#store .store-item img {
    width: 250px;
    height: 250px;
    border: 1px solid transparent;
}

#store .store-item:hover img {
    transition: border-color .4s linear;
    border-color: rgba(215, 222, 220, .85)
}

#store .store-item strong {
    font-weight: 800;
    margin: 14px 0 4px
}

#store .store-item span,
#store .store-item strong {
    display: block;
    text-align: center
}

#store .btn {
    margin: 40px auto 0
}

#contact {
    background-image: url(./images/contact_bg.png);
    min-height: calc(100vh - 170px)
}

#contact .fullpage-wrapper {
    height: calc(100vh - 330px);
    min-height: 500px
}

#contact p {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 70px
}

#contact p a {
    color: #d7dedc
}

#contact form {
    width: 440px;
    margin: 0 auto
}

#contact label {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 10px;
    margin: 22px 0 2px
}

#contact input,
#contact textarea {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 5, 0, .85);
    border: none;
    color: #d7dedc;
    border-bottom: 1px solid #615e56;
    outline: 0
}

#contact input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px
}

#contact textarea {
    padding: 10px;
    height: 160px;
    resize: none
}

#contact button {
    margin: 30px auto 0
}

footer {
    width: 100%;
    height: 90px;
    color: #6c6f6e;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:860px) {
    .hide-mobile {
        display: none !important
    }

    h2 {
        padding-top: 30px
    }

    .btn {
        width: 280px;
        margin: 0 auto 10px
    }

    .fullpage-wrapper {
        padding-top: 30px
    }

    header {
        height: 48px;
        line-height: 48px
    }

    header.navbar-open {
        background: #000500
    }

    header.navbar-open>#logo {
        opacity: 1;
        transform: translateY(60px) scale(2);
        cursor: pointer
    }

    header.scrolled:not(.navbar-open)>#logo {
        width: 32px;
        margin-left: -16px
    }

    header>.container>nav {
        transform: translateY(100vh);
        transition: transform .4s linear;
        width: 100%;
        padding-top: 140px;
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        background: #000500
    }

    header>.container>nav>a {
        align-items: center;
        justify-content: center;
        text-align: center
    }

    header>.container>nav.active {
        transform: translateY(0)
    }

    header>.container>#mobile-hamburger {
        position: absolute;
        top: 4px;
        right: 10px;
        padding: 0;
        transform: scale(.7)
    }

    header>.container>#header-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        background: #000500;
        z-index: -1;
        transition: all .2s
    }

    header.navbar-open>.container>#header-backdrop {
        height: 200px
    }

    .wrapper {
        min-height: calc(100vh - 48px)
    }

    #hero {
        background-image: url(./images/hero_bg_sm.png)
    }

    #hero .fullpage-wrapper {
        padding-top: 180px;
        min-height: 360px;
        height: calc(100vh - 200px)
    }

    #hero .fullpage-wrapper-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #album-cover {
        width: 300px;
        height: auto
    }

    #album-cover>h1 {
        margin-top: 0;
        font-size: 38px;
        line-height: 53px;
        bottom: auto;
        top: auto;
        position: relative
    }

    #stream {
        background-image: url(./images/stream_bg_sm.png)
    }

    #stream .fullpage-wrapper {
        min-height: 670px
    }

    #tour {
        background-image: url(./images/tour_bg_sm.png)
    }

    #tour .fullpage-wrapper {
        min-height: calc(100vh - 228px);
        height: auto;
        padding: 30px 0
    }

    #tour .tour-event {
        width: auto;
        display: block;
        text-align: center
    }

    #tour .tour-event>div:first-of-type {
        padding: 0
    }

    #tour .tour-event>div:nth-of-type(2) {
        padding: 6px 0 14px
    }

    #store {
        background-image: url(./images/store_bg_sm.png)
    }

    #store .store-wrapper {
        width: 252px;
        overflow: hidden
    }

    #contact {
        background-image: url(./images/contact_bg_sm.png);
        min-height: calc(100vh - 178px)
    }

    #contact form {
        width: 280px
    }

    footer {
        height: 80px
    }
}

@media screen and (min-width:860px) {
    .hide-desktop {
        display: none !important
    }
}

@media screen and (max-width:860px),
screen and (min-device-pixel-ratio:1.5) {
    #hero {
        background-image: url(./images/hero_bg_sm@2x.png)
    }

    #stream {
        background-image: url(./images/stream_bg_sm@2x.png)
    }

    #tour {
        background-image: url(./images/tour_bg_sm@2x.png)
    }

    #store {
        background-image: url(./images/store_bg_sm@2x.png)
    }

    #contact {
        background-image: url(./images/contact_bg_sm@2x.png)
    }
}
