.musicPage a.musicLink {
    color: #FFFFFF;
    opacity: 0.5;
}

section#musicFooter {
    /* background-image: url(../images/heavenFooter.jpg); */
    background-image: url('../images/myohmy-footerBG-desk.jpg');
    min-height: calc(100vh + 430px);
    background-position: 50% 35%;
}

.hell section#musicFooter {
    /* background-image: url(../images/hellFooter.jpg); */
    background-image: url('../images/AVA_Desktop.jpg');
    min-height: calc(100vh + 146px);
    background-position: 50% 35%;
}

@media screen and (max-width:1023px) {
    .footerWrap {
        width: 100%;
    }

    .hell section#musicFooter {
        padding-top: 90%;
        /* background-image: url(../images/hell_mob-footer.jpg); */
        background-image: url('../images/AVA_Mobile.jpg');
    }

    section#musicFooter {
        padding-top: 90%;
        /* background-image: url(../images/heaven_mob-footer.jpg); */
        /* background-image: url('../images/footer-mobile-bg.png'); */
        background-image: url('../images/myohmy-footerBG-Mobile.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* background-color: #d3d0d9; */
        min-height: calc(100vh + 160px);
        position: relative;
    }

    #musicFooter {
        height: auto;
    }

    .heaven .loadTxt {
        font-size: 83px;
    }

    .hell .loadTxt {
        font-size: 83px;
    }

    #musicPage .getItNow {
        margin-top: 25px;
    }

    .musicPage .menu a {
        text-align: center;
        color: #000000;
    }

    .musicPage .menu {
        left: 50%;
    }

    .hell .loadTxt {
        font-size: 83px !important;
    }

    .heaven .loadTxt {
        font-size: 83px !important;
    }
}

#musicFooter .socials.socialLinks {
    padding-bottom: 0;
}

#musicFooter .copyrightFooter {
    font-size: 14px;
    text-transform: lowercase;
}

.copyrightFooter .desktop1 {
    display: inline-block;
}

div#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none;
}

.load-wrapper {
    display: block;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.loadTxt {
    margin: 165px 0 10px 0;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'tex_gyre_herosbold';
    font-weight: normal;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}

.hell div#loader {
    background-color: #FF0000;
}

.hell .loadTxt {
    color: #EC6A20;
    font-size: 184px;
}

.heaven div#loader {
    background-color: #000000;
}

.heaven .loadTxt {
    color: #89C8FF;
    font-size: 184px;
}

.hell #musicFooter #mlistfooters .termsWrapper.second .termsContent {
    position: absolute;
    bottom: 50px;
    background: #EC6A20;
}

.heaven #musicFooter #mlistfooters .termsWrapper.second .termsContent {
    position: absolute;
    bottom: 50px;
    background: #89C8FF;
}

#thankyouBlock .terms {
    padding-bottom: 10px;
}

.musicPage .menutext {
    text-align: center;
}

.hell.musicPage .menutext {
    color: #EC6A20;
    background: #000000;
}

.heaven.musicPage .menutext {
    color: #89C8FF;
    background: #000000;
}

.hamburgermenu.menuOpened .menutext {
    color: #000;
}

.hell .menu a {
    color: #EC6A20;
}

.heaven .menu a {
    color: #89C8FF;
}

.hell #mlistfooters div#thankyoublock-innerwrapper {
    background: #EC6A20;
}

.heaven #mlistfooters div#thankyoublock-innerwrapper {
    background: #89C8FF;
}

.musicPage #mlistfooters div#thankyouBlock {
    padding: 0;
}

.footerWrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

#musicFooter .footers .copyrightFooter {
    font-size: 12px;
    letter-spacing: 0.24px;
}

.musicPage img.artistLogoDesk.HamOpen {
    display: none;
}

.musicPage .hamburgermenu.menuOpened~.logoWrapper .HamOpen {
    display: block;
}

.musicPage .hamburgermenu.menuOpened~.logoWrapper .HamClosed {
    display: none;
}

@media only screen and (max-width:1023px) {
    #musicFooter .footers .copyrightFooter {
        font-size: 8px;
        letter-spacing: 0px;
    }
    .hamburgermenu.menuOpened .menutext {
        color: #fff;
    }
}

@media only screen and (max-width: 1023px) and (orientation:landscape) {
    .back-bg .logoWrapper {
        width: 100%;
        max-width: 15%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .musicPage .menu a,
    .menu a {
        color: #FFFFFF;
    }

    .musicPage .logoWrapper {
        top: 7%;
    }
}