:root {
    --site-color: #ffffff;
    --site-text-color: #ffffff;
    --site-background-color: transparent;
    --site-hover-color: ;
    --site-button-color: #ff0000;
    --site-primary-font: ;
    --site-secondary-font: ;
    --site-white-color: #FFFFFF;
    --site-black-color: ;
}

ul,
li {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: "Gloria Hallelujah", system-ui;
  font-weight: 400;
  font-style: normal;
    color: var(--site-text-color);
    width: 100%;
    background-color: var(--site-background-color);
    text-align: center;
    overflow: hidden;
    overflow-y: scroll;
    background: url("../assets/bg.png");
    /* background-size: 100% auto; */
    height: 97vh;
    background-size: cover;
    position: relative;
    -webkit-text-adjust: no;
    -webkit-text-size-adjust: none;
    background-repeat: no-repeat;
}

.logo {
    width: 14%;
    margin: 2.4vw auto 0;
    margin: 0.1vw auto 0 1.5vw;
    width: 40%;
    margin: 0 auto;
    font-size: 0;
}

.logo a {
    display: block;
}

img {
    width: 100%;
    height: auto;
}

.copywrightWrapper {
    bottom: 1vw;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    color: #2e1e0e;
    text-transform: lowercase;
}

.icons {
    display: inline-block;
    margin-right: 1.5vw;
}
.albumWrapper {
    width: 30%;
    width: 27%;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 28%;
    top: 22%;
    left: 50%;
}
.copywrightWrapper a {
    color: #2e1e0e;
    text-transform: lowercase;
        font-family: "Gloria Hallelujah", system-ui;
    font-weight: 400;
    font-style: normal;
}
.socialwrapper {
    margin-bottom: 0.3vw;
    line-height: 1;
}
.socialwrapper a img {
    width: 3vw;
}
.icons:last-child {
    margin: 0;
}

.copyright-links * {
    font-size:1vw;
    text-decoration: none;
        font-family: "Gloria Hallelujah", system-ui;
    font-weight: 400;
    font-style: normal;
}

.content-wrapper {
    /* bottom: 10vw; */
    position: absolute;
    transform: translateX(-50%);
    /* left: 50%; */
    right: -2vw;
    width: 15%;
    top: 0.5vw;
    margin: 0 auto;
    text-decoration: none;
    font-size: 0;
}

.bitter-text {
    font-size: 1.3vw;
        font-family: "Gloria Hallelujah", system-ui;
    font-style: normal;
    font-weight: 400;
}

.bitter-text span {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.7vw;
}

.listen-btn,
.watch-btn {
    display: inline-block;
    width: 44%;
}

.button-wrapper a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    background: #ffffff;
    height: 3vw;
    font-size: 1vw;
    display: block;
    line-height: 3.3vw;
    border-radius: 3vw;
        font-family: "Gloria Hallelujah", system-ui;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    box-sizing: border-box;
}

.button-wrapper {
    margin: 2vw auto 0;
}

.join-btn {
    margin: 2vw auto 0;
}

.listen-btn {
    margin-right: 2vw;
}

.button-wrapper a:hover {
    opacity: 0.7;
}

.copywrightWrapper a:hover {
    opacity: 0.7;
}

.socialwrapper a {
    font-size: 2.5vw;
    /* font-size: 0; */
    color: #bd4207;
}

.mob-br {
    display: none;
}

.logo a:hover {
    opacity: 0.7;
}

.videolb.LB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: #000000;
}

.videoWrap.LB {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.videoWrap.LB .videoContent {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lbClose {
    display: none;
}

.videoWrap.LB .lbClose {
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    top: 0;
    right: -55px;
        font-family: "Gloria Hallelujah", system-ui;
}

.videoWrap.LB .lbClose:hover {
    opacity: 0.7;
}
.icons .fa-brands, .icons .fab{
    font-weight: bold;
    text-shadow: -0.13vw 0.2vw 0px #000;
}
/* 404page style*/
.page-not-found {
    font-style: normal;
    padding: 1vw;
    font-size: 1.3vw;
    color: #2e1e0e;
}

.albumWrapper {
    position: static;
    transform: none;
}

h1 {
    margin: 1vw;
}

.page-not-found a {
    color: #2e1e0e;
}

.page-not-found a:hover {
    opacity: 0.5;
}
@media only screen and (max-width:1024px) and (orientation:portrait) {
    .icons .fa-brands, .icons .fab{
        font-weight: bold;
        text-shadow: -3px 2px 0px #000;
    }
    span.copyright-text {
        /* display: block; */
        margin-right: 0.9vw;
    }

    span.main {
        display: none;
    }

    body {
        background: url("../assets/bg.png");
        /* background-size: cover; */
        background-size: cover;
        background-position: center;
        overflow-y: scroll;
        background-repeat: no-repeat;
    }

    .logo {
        width: 30%;
        margin: 0 auto;
    }

    .content-wrapper {
        width: 62%;
        bottom: 31vw;
        right: unset;
        top: unset;
        left: 50%;
    }

    br.mob-br {
        display: block;
    }

    span.sep.mob-sep {
        display: none;
    }

    .copyright-links * {
        font-size: 2.3vw;
        line-height: 3.5vw;
    }

    .socialwrapper a {
        font-size: 4vw;
        font-size: 29px;
        /* font-size: 0; */
    }

    .icons {
        margin-right: 5vw;
    }

    .copyright-links {
        margin: 4vw auto;
    }

    .button-wrapper a {
        height: 9vw;
        line-height: 10vw;
        font-size: 4vw;
        border-radius: 10vw;
    }

    .listen-btn,
    .watch-btn {
        width: 47%;
    }

    .join-btn {
        margin: 6vw auto 0;
    }

    .bitter-text {
        font-size: 4.6vw;
        margin-bottom: 5vw;
    }

    .bitter-text span {
        margin-top: 1vw;
    }

    .copywrightWrapper {
        bottom: 2vw;
    }
    .socialwrapper a img {
        width: 60px;
    }
    .page-not-found {
        font-size: 3vw;
        min-height: calc(100vh - 39vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    

}


@media only screen and (max-width: 767px) {
    .videoWrap.LB .lbClose {
        top: -35px;
        right: -15px;
    }
}

@media only screen and (max-width:1023px) and (orientation:landscape) {
    body {
        overflow-y: scroll;
        background: url(../assets/bg.png);
    }

}
@media only screen and (max-width:767px) and (orientation:portrait) {
    .logo {
        width: 50%;
        margin: 0 auto;
    }
    .page-not-found {       
        min-height: calc(100vh - 119vw);
    }

    .copywrightWrapper {
        /* position: unset;
        top: unset;
        bottom: unset;
        left: unset;
        transform: unset; */
        margin-top: 3vw
    }

    .content-wrapper {
        width: 62%;

        /* position: unset;
        top: unset;
        bottom: unset;
        left: unset;
        transform: unset; */
    }

    .albumWrapper {
        width: 80%;
        margin: 0 auto;
        /* position: unset;
        left: unset;
        right: unset;
        transform: unset; */
        top: 25%;
    }

    .albumTitle {
        font-size: 4vw;
        font-size: 8vw;
        text-decoration: none;
           font-family: "Gloria Hallelujah", system-ui;
        font-weight: 400;
        margin: 20px 0 15px;
        line-height: 1;
    }
    
    .join-btn{
        width: 70%;
    }
    .release {
        font-size: 3.8vw;
    }

   

    .button-wrapper a {
        height: 12vw;
        line-height: 12vw;
        font-size: 7vw;
        border-radius: 10vw;
        margin-bottom: 0;
    }

    .button-wrapper a:last-child {
        margin-bottom: 0;
    }
    img.drop{
        top: 3vh;
    }
    .copyright-links *{
        font-size: 3vw;
    }
    .copywrightWrapper{
        bottom: 10vw;
    }
}

