:root {
    --site-color: #EFBAB5;
    --site-text-color: #292822;
    --site-background-color: #292822;
    --site-hover-color: #292822;
    --site-button-color: #EFBAB5;
    --site-primary-font: "elza-text", sans-serif;
    --site-secondary-font: 'BLOSTA';
    --site-white-color: #FFFFFF;
    --site-black-color: #000000;
}

ul,
li {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: var(--site-primary-font);
    font-weight: normal;
    color: var(--site-text-color);
    width: 100%;
    background-color: var(--site-background-color);
    text-align: center;
}

body:after {
    content: "";
    background: url('../img/BG-fixed2.png') no-repeat scroll center top / cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: var(--site-white-color);
    text-decoration: none;
    transition: 0.2s ease-in;
}

a:hover {
    opacity: 0.7;
    text-decoration: underline;
    color: var(--site-white-color);
}

button {
    background-color: var(--site-button-color);
    color: var(--site-text-color);
    width: 100%;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--site-color);
}

.headerWrapper {
    background: url('../img/birdy-BG-fade-2.png') no-repeat scroll center top / cover;
    min-height: 100vh;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.downArrow {
    width: 1vw;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.headWrap {
    position: absolute;
    right: 2%;
    margin: 0;
    text-align: center;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
}

.birdyLogo {
    width: 33vw;
    margin: 0 auto;
}

.albumText {
    font-size: 1.9vw;
    color: var(--site-white-color);
    font-family: "elza-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 2vw auto;
    line-height: 1.5;
}

.albtn.btn {
    width: 20vw;
    margin: 0 auto;
}

.albtn.btn.albtn1 {
    margin-bottom: 2vw;
}

.btn a {
    display: block;
    color: var(--site-text-color);
    background-color: var(--site-button-color);
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1.5vw;
    width: 100%;
    height: 4vw;
    line-height: 4.5vw;
    padding: 0;
    box-sizing: border-box;
}

.title {
    /* color: var(--site-color);
    font-family: var(--site-secondary-font);
    font-weight: normal;
    font-style: normal; */
    /* font-size: 140px; */
    text-align: center;
    max-width: 28vw;
    font-size: 0;
    line-height: 1;
    width: 100%;
    margin: 0 auto 1.5vw;
}

.music-title.title {
    margin: 15vw auto 3.5vw;
}

.mlisttitle.title {
    max-width: 30vw;
    width: 100%;
    margin: 15vw auto 3.5vw;
}

.merchTitle.title {
    margin: 3.5vw auto;
    margin-bottom: 1vw;
}

.merchWrapmob {
    display: none;
}

.merchWrap {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    width: 100%;
    max-width: min(1418px, 85%);
}

.mbtn.btn {
    width: 20vw;
    margin: 0 auto;
    margin-top: 3vw;
}


/* music */

ul.musicSectionPage {
    display: flex;
    flex-wrap: wrap;
}

ul.musicSectionPage li {
    flex: 0 0 33.333333%;
}

div#musicSectionstart {
    width: 60%;
    margin: 0 auto;
}

.musicalbum {
    width: 85%;
    margin: 0 auto;
}

.album-img {
    margin-bottom: 1.6vw;
}

.album-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.album-name>div {
    font-size: 1.2vw;
    line-height: 1.5;
    color: var(--site-white-color);
}

.album-name .album-title {
    text-transform: capitalize;
}

.album-name {
    text-align: left;
}

.album-btn {
    /* flex: 0.7; */
    width: 10.5vw;
}

.album-name {
    flex: 1;
}

.album-btn.btn a {
    height: 3.15vw;
    line-height: 3.6vw;
    font-size: 1.46vw;
}

div#musicSectionstart li+li,
div#musicSectionstart li+li+li+li+li {
    margin-top: 6%;
}

div#musicSectionstart li+li+li,
div#musicSectionstart li+li+li+li+li+li {
    margin-top: 12%;
}

div#musicSectionstart li+li+li+li {
    margin-top: 1%;
}

.copywrightWrapper {
    margin-top: 5%;
}

.socials a {
    font-size: 1vw;
    color: var(--site-white-color);
    margin-right: 1.3vw;
    vertical-align: middle;
    text-decoration: none;
}

.socials a:last-child {
    margin-right: 0;
}

.copyright-links {
    margin-top: 1.8vw;
    padding-bottom: 1vw;
}

.copyright-links a,
.copyright-links span {
    color: var(--site-white-color);
    text-transform: uppercase;
    font-size: 0.79vw;
    line-height: 1.5;
}

.mobile-menu-section,
.sidepanel {
    display: none;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.copyright-links span.link {
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .headerWrapper {
        background: url(../img/Birdy-header-BG-mobile.jpg) no-repeat scroll center top / cover;
        background-size: auto 100%;
        position: relative;
    }
    .headWrap {
        position: absolute;
        width: 100%;
        top: 50%;
        margin: 0;
        padding: 0;
        right: unset;
        transform: none;
    }
    .downArrow {
        width: 20px;
    }
    .albumText {
        font-size: 20px;
        margin: 27px auto;
    }
    .birdyLogo {
        width: 255px;
    }
    .albtn.btn {
        width: 100%;
        margin: 0 auto;
    }
    .albtn.btn.albtn1 {
        margin-bottom: 23px;
    }
    .btn a {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 250px;
        margin: 0 auto;
        font-weight: 600;
    }
    .mbtn.btn {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .music-title.title,
    .mlisttitle.title,
    .merchTitle.title {
        width: 100%;
        max-width: 200px;
        margin: 60px auto 30px;
        font-size: 0;
    }
    .merchTitle.title {
        margin: 50px auto;
    }
    .album-content {
        display: block;
        text-align: center;
    }
    ul.musicSectionPage {
        display: block;
    }
    div#musicSectionstart,
    .musicalbum {
        width: 100%;
    }
    .album-name {
        text-align: center;
    }
    .album-img {
        margin-bottom: 25px;
    }
    .album-name>div {
        font-size: 20px;
    }
    .album-btn {
        width: 100%;
    }
    .album-name .album-title {
        font-weight: 600;
        margin-bottom: 8px;
    }
    .album-year {
        margin-bottom: 25px;
    }
    .album-btn.btn a {
        height: 50px;
        line-height: 50px;
        font-weight: 600;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
    }
    .socials a {
        font-size: 20px;
        margin-right: 30px;
    }
    .copyright-links a,
    .copyright-links span {
        font-size: 10px;
    }
    .copyright-links {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .copywrightWrapper {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mlisttitle.title {
        margin: 0 auto 40px;
        padding-top: 80px;
    }
    .merchWrap.desk {
        display: none;
    }
    .merchWrapmob {
        display: block;
        width: 85%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .headerWrapper {
        background: url(../img/Birdy-header-BG-mobile.jpg) no-repeat scroll center top / cover;
        background-size: 100% auto;
        position: relative;
    }
    div#musicSectionstart,
    .musicalbum {
        width: 100%;
    }
    .headWrap {
        top: 62%;
    }
}
@media only screen and (max-width: 1024px) {

    .downArrow {
        width: 20px;
    }
}