body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    width: 100%;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Lato', sans-serif;
}

.brand {
    display: inline-block;
    width: 62px;
    height: 80px;
    background: url(images/minim-logo-main.png) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 3;
}

.brand span {
    display: none;
}

.main-wrapper {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 40px;
    overflow: hidden;
}

.fullpage-wrapper {
    height: 100%;
    position: relative;
    background: #e2e2e2;
}

.panel {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.panel__8 {
    background: #cccc31;
    background-position: center center;
    background-size: cover;
}

.panel__7 {
    background: #ff316f;
    background-position: center center;
    background-size: cover;
}

.panel__6 {
    background: #3DB9DF;
    background-position: center center;
    background-size: cover;
}

.panel__5 {
    background: #FF662A;
    background-position: center center;
    background-size: cover;
}

.panel__4 {
    background: #60c3a6;
    background-position: center center;
    background-size: cover;
}

.panel__3 {
    background: #da9635;
    background-position: center center;
    background-size: cover;
}

.panel__2 {
    background: #dc6257;
    background-position: center center;
    background-size: cover;
}

.panel__1 {
    background: #bae1e0;
    background-position: center center;
    background-size: cover;
}

.panel__inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.release-info {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    text-align: center;
    text-transform: uppercase;
}

.panel__btn {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    transition: .4s ease;
}

.panel__btn>a {
    margin: 0;
    color: #333;
    background: #fff;
    padding: 15px 45px;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.release-info>h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    line-height: 42px;
    margin: 0;
    padding: 0 40px;
}

.release-info>h2::after {
    content: ' ';
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 20px auto;
}

.release-info>p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 16px;
}

.arrow {
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    margin: -3px 0 0 10px;
    transition: all 0.4s ease;
    left: 0;
}

.panel__btn:hover .arrow {
    left: 4px;
}

.arrow span {
    position: relative;
    top: calc(50% - 1px);
    right: 0;
    height: 1px;
    text-indent: -1234em;
    background-color: #1d2021;
    display: block;
}

.arrow span:first-child,
.arrow span:last-child {
    position: absolute;
    width: 7px;
}

.arrow span:first-child {
    transform: translate3d(0, -2.5px, 0) rotate(45deg);
}

.arrow span:last-child {
    transform: translate3d(0, 2.5px, 0) rotate(-45deg);
}

.buy_links {
    display: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff !important;
}

footer {
    position: fixed;
    left: 38px;
    right: 38px;
    height: 40px;
    bottom: 0;
    z-index: 100;
    background: #fff;
}

footer .social_media_icons {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -100px;
}

footer .social_media_icons a,
nav .social_media_icons_mobile a {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 45px;
}

footer .social_media_icons a.social_youtube {
    width: 19px;
    height: 16px;
    background: url(images/icon_youtube.svg) no-repeat center center;
    background-size: 19px 13px;
}

footer .social_media_icons a.social_soundcloud {
    width: 19px;
    height: 16px;
    background: url(images/soundcloud-icon.svg) no-repeat center center;
    background-size: 19px 13px;
}

footer .social_media_icons a.social_fb {
    width: 16px;
    height: 16px;
    background: url(images/icon_facebook.svg) no-repeat center center;
    background-size: 7px 16px;
}

footer .social_media_icons a.social_twitter {
    width: 16px;
    height: 16px;
    background: url(images/icon_twitter.svg) no-repeat center center;
    background-size: 16px 13px;
}

footer .social_media_icons a.social_insta {
    width: 16px;
    height: 16px;
    background: url(images/icon_instagram.svg) no-repeat center center;
    background-size: 16px 16px;
}

footer .social_media_icons a.social_spotify {
    width: 16px;
    height: 16px;
    background: url(images/spotify-logo.svg) no-repeat center center;
    background-size: 16px 16px;
}

footer .social_media_icons a:last-child,
nav .social_media_icons_mobile a:last-child {
    margin-right: 0;
}

@media(min-width: 768px) {
    .brand {
        position: fixed;
    }
    .release-info {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
    }
    .release-info>h2 {
        font-size: 80px;
        line-height: 80px;
        margin: 0;
        transform: skew(0, -12.5deg);
    }
    .release-info>h2::after {
        margin: 40px auto;
    }
    .release-info>p {
        color: #fff;
        font-size: 30px;
        margin: 0 0 20px 0;
        line-height: 30px;
        transform: skew(0, -12.5deg);
    }
    .panel__btn {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
    }
    .buy_links.footer_buy_links {
        display: block;
        position: fixed;
        bottom: 12px;
        left: 55px;
    }
    footer {
        position: fixed;
        left: 38px;
        right: 38px;
        height: 40px;
        bottom: 0;
        z-index: 100;
        background: #fff;
    }
    footer .social_media_icons {
        display: block;
        position: absolute;
        right: 0;
        bottom: 13px;
        left: auto;
        margin: auto;
    }
    footer .social_media_icons a,
    nav .social_media_icons_mobile a {
        display: inline-block;
        float: left;
        position: relative;
        margin-right: 45px;
    }
    footer .social_media_icons a.social_youtube {
        width: 19px;
        height: 16px;
        background: url(images/icon_youtube.svg) no-repeat center center;
        background-size: 19px 13px;
    }
    footer .social_media_icons a.social_soundcloud {
        width: 19px;
        height: 16px;
        background: url(images/soundcloud-icon.svg) no-repeat center center;
        background-size: 19px 13px;
    }
    footer .social_media_icons a.social_fb {
        width: 16px;
        height: 16px;
        background: url(images/icon_facebook.svg) no-repeat center center;
        background-size: 7px 16px;
    }
    footer .social_media_icons a.social_twitter {
        width: 16px;
        height: 16px;
        background: url(images/icon_twitter.svg) no-repeat center center;
        background-size: 16px 13px;
    }
    footer .social_media_icons a.social_insta {
        width: 16px;
        height: 16px;
        background: url(images/icon_instagram.svg) no-repeat center center;
        background-size: 16px 16px;
    }
    footer .social_media_icons a:last-child,
    nav .social_media_icons_mobile a:last-child {
        margin-right: 35px;
    }
    .buy_links.footer_buy_links a {
        color: #000;
        font-size: 16px;
        line-height: 16px;
        position: relative;
        margin-right: 15px !important;
    }
    .buy_links.footer_buy_links a span.buy_link_rollover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-left: 15px;
        background: url(images/arrow_grey.svg) no-repeat left top 5px;
        background-size: 8px 3px;
        margin-left: 0;
        -webkit-transition: margin 0.3s ease-out;
        transition: margin 0.3s ease-out;
    }
    .buy_links.footer_buy_links a span.buy_link {
        position: relative;
        padding-left: 15px;
        padding-right: 3px;
        z-index: -1;
        opacity: 0;
    }
}

@media (min-width: 980px) {
    .brand {
        width: 100px;
        height: 124px;
        position: fixed;
    }
}