body {
    margin: 0px;
}

.headerContent {
    height: 100vh;
    background: transparent;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
}

.navLinks ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.navLinks ul li {
    display: inline-block;
}

img {
    width: 100%;
}

.logo-text a:hover {
    opacity: 0.5;
}

.logo-text1 a img {
    vertical-align: middle;
    padding-left: 5.167vw;
    padding-top: 1.917vw;
    padding-bottom: 1.583vw;
}

.date-text {
    font-size: 2vw;
    letter-spacing: 0.050vw;
    line-height: 2.5vw;
    color: #000;
    font-family: 'suisse_intlsemi_bold';
    padding-bottom: 0.7916vw;
    text-transform: uppercase;
    padding-left: .2vw;
}

.header-text {
    position: fixed;
    left: 5.1667vw;
    top: 15.6667vw;
    width: 35.7500vw;
}

a {
    display: block;
}

.header-main {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    vertical-align: middle;
    text-align: center;
    bottom: unset;
    top: unset;
}


.logo-text {
    text-align: left;
}

.title-text {
    width: 100%;
    text-align: left;
    position: relative;
    top: unset;
    bottom: unset;
    columns: #000;
}

.buttonwrapper {
    width: 100%;
    text-align: left;
}

.uncomment-logo {
    width: 100%;
}

.preOrder {
    display: inline-block;
    width: 22.66vw;
}

.preSave {
    display: inline-block;
    width: 8.5vw;
}

.preOrder a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167vw;
    letter-spacing: 0.029vw;
    line-height: 3.2vw;
    height: 2.833vw;
    padding: 0px;
    display: inline-block;
    width: 10vw;
    font-family: 'suisse_intlsemi_bold';
    position: relative;
    text-align: center;
}

.preSave a {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167vw;
    letter-spacing: 0.029vw;
    line-height: 3.1vw;
    height: 2.833vw;
    padding: 0px;
    display: inline-block;
    width: 92%;
    font-family: 'suisse_intlsemi_bold';
    position: relative;
}

.preOrder a::after,
.preSave a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: blur(1px);
    z-index: -1;
}

.preOrder a:hover:after,
.preSave a:hover:after {
    filter: blur(4px);
}

.preOrder a:hover,
.preSave a:hover {
    filter: blur(1px);
}

.socialIcons a:hover {
    opacity: 0.5;
}

.logo-text1 {
    display: inline-block;
    width: 49%;
}

.logo-text1 a {
    width: 40%;
}

.navLinks {
    display: inline-block;
    width: 49%;
}

.navLinks ul li a {
    font-size: 1.5vw;
    letter-spacing: 0.037vw;
    line-height: 2.5vw;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding-right: 2.5vw;
    font-family: 'suisse_intlsemi_bold';
}

.socialIcons a {
    text-decoration: none;
    color: #000;
    padding-right: 1vw;
    display: inline-block;
    vertical-align: middle;
}

a.icon-youtube {
    font-size: 1.3vw;
}

a.icon-mail-envelope-closed {
    font-size: 1.833vw;
}

.socialIcons {
    position: fixed;
    top: 90%;
    left: 5%;
}

a.icon-mail img {
    max-width: 1.283vw;
    max-height: 1.283vw;
    width: 1.3vw;
}

.footer_wrapper a.icon-mail img {
    max-width: 1.383vw;
    max-height: 1.383vw;
}

.nav-bar {
    display: block;
    background-size: cover;
    width: 1.916vw;
    margin: 0 auto;
    right: 5.08vw;
    top: 2.8vw;
    height: 1.985vw;
    position: fixed;
    background-position: center;
    cursor: pointer;
    z-index: 100;
}

.nav-bar:hover,
.nav-bar.active {
    z-index: 100;
}

.nav-bar:hover {
    opacity: .6;
}

.nav-bar.active {
    top: 2.8vw;
}

.nav-bar span {
    width: 100%;
    display: block;
    height: 3px;
    background: #000;
    margin-bottom: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.navLinks ul li a:hover {
    opacity: 0.7;
}

.navContent {
    background: rgba(38, 38, 38, 0.09);
    -webkit-backdrop-filter: blur(17px) saturate(65%) contrast(128%);
    backdrop-filter: blur(17px) saturate(65%) contrast(128%);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.nav.active {
    display: block !important;
}

.logo-text1 a img:hover {
    opacity: 0.5;
}


/*New menu CSS*/

.nav-bar:hover:not(.active) span:nth-child(1) {
    transform: translateY(-0.3vw);
}

.nav-bar:hover:not(.active) span:nth-child(3) {
    transform: translateY(0.3vw);
}

/* Active (clicked) — persistent effect */
.nav-bar.active span:nth-child(1) {
    transform: translateY(-0.3vw);
}

.nav-bar.active span:nth-child(3) {
    transform: translateY(0.3vw);
}

/* Middle line always stays in place */
.nav-bar span:nth-child(2) {
    transform: none;
    opacity: 1;
}

/*End New menu CSS*/

@media only screen and (max-width:1024px) and (orientation:portrait) {
    .headerContent {
        background: transparent;
        background-size: cover;
    }

    .socialIcons {
        top: 96%;
    }

    .logo-text {
        text-align: center;
        margin-left: 0;
    }

    .header-main {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        transform: unset;
        bottom: unset;
    }

    .title-text {
        bottom: unset;
        margin-top: 45.62vh;
        text-align: center;
    }

    .header-text {
        position: fixed;
        top: 12.96vh;
        width: 82.93vw;
        z-index: 0;
        left: 8.53vw;
    }

    .navContent {
        z-index: 1;
    }

    .preOrder {
        width: 100%;
        margin: 0 auto;
    }


    .uncomment-logo {
        max-width: 100%;
        margin: 0 auto;
    }

    .preSave {
        width: 106px;
    }

    .logo-text a img,
    .logo-text1 a img {
        max-width: 52vw;
        max-height: 11.73vw;
        padding: 0;
    }


    .logo-text a img {
        max-width: 100%;
        padding: 0;
    }

    .logo-text a img {
        padding-bottom: 5px;
        max-height: 31.20vw;
    }

    .logo-text a img:hover {
        opacity: 0.7;
    }

    .uncomment-logo img {
        max-width: 100%;
        max-height: unset;
        padding-bottom: 0;
    }

    .date-text {
        font-size: 6.4vw;
        line-height: 30px;
        letter-spacing: 0.6px;
        padding-bottom: 10px;
    }

    .buttonwrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .preOrder a,
    .preSave a {
        font-size: 3.73vw;
        letter-spacing: 0.35px;
        line-height: 10.06vw;
        height: 9.06vw;
        width: 32vw;
    }

    a.icon-mail img,
    .footer_wrapper a.icon-mail img {
        max-width: 19px;
        max-height: 19px;
        width: 4vw;
    }

    .socialIcons {
        position: fixed;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    .socialIcons a {
        padding-right: 10px;
    }

    a.icon-youtube {
        font-size: 4vw;
    }

    .nav-bar {
        width: 6.13vw;
        height: 4.26vw;
        top: 8vw;
        right: 5.33vw;
        z-index: 1;
    }

    .logo-text1 a {
        width: 100%;
    }

    .nav-bar.active span:nth-child(1) {
        transform: translateY(-1.3vw);
    }

    .nav-bar.active span:nth-child(3) {
        transform: translateY(1.3vw);
    }


    .nav-bar span {
        height: .8vw;

    }

    .navContent {
        z-index: 2;
    }

    .nav-bar:hover,
    .nav-bar.active {
        z-index: 3;
    }

    .nav-bar.active {
        top: 8vw;
    }

    .navContent.active {
        backdrop-filter: none;
        background: rgb(239 171 140 / 1);
        -webkit-backdrop-filter: blur(17px) saturate(65%) contrast(128%);
    }

    .nav.active {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(230, 230, 230, 1);
        -webkit-backdrop-filter: blur(17px) saturate(65%) contrast(128%);
        backdrop-filter: blur(17px) saturate(65%) contrast(128%);
        z-index: 1;
        width: 100%;
        overflow-y: scroll;
    }

    .logo-text1 {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5.66vw;
    }

    .navLinks {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navLinks ul li {
        display: block;
        margin-top: 80px;
    }

    .navLinks ul li a {
        font-size: 24px;
        letter-spacing: 0.6px;
        line-height: 30px;
    }
}

@media only screen and (max-width:932px) and (orientation:landscape) {
    .footer_wrapper a.icon-mail img {
        max-width: 4vw;
        max-height: 4vw;
        width: 2.2vw;
    }

    .nav-bar {
        width: 2.92vw;
    }

    a.icon-mail img {
        max-width: 2vw;
        max-height: 2vw;
        width: 2vw;
    }

    a.icon-youtube {
        font-size: 3vw;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .header-text {
        top: 4.96vh;
    }

    .title-text {
        margin-top: 61.62vh;
    }

    .date-text {
        font-size: 4.4vw;
    }

    .preOrder {
        margin-top: -1vw;
    }

    .preOrder a,
    .preSave a {
        font-size: 2.73vw;
        letter-spacing: 0.35px;
        line-height: 8.06vw;
        height: 7.06vw;
        width: 28vw;
    }

    .socialIcons {
        top: 97%;
    }

    .buttonwrapper {
        margin-top: 1vw;
    }

    .socialIcons a {
        font-size: 3vw;
        padding: 0vw 1vw;
    }

    .uncomment-logo {
        max-width: 80%;
        margin-left: 0;
    }

    a.icon-mail img,
    .footer_wrapper a.icon-mail img {
        max-width: 3vw;
        max-height: 3vw;
        width: 3vw;
    }

    .socialIcons {
        top: 98%
    }
      a.icon-youtube {
        font-size: 3vw;
    }

    .footer_wrapper a.icon-mail img {
        max-width: 3vw;
        max-height: 3vw;
        width: 2vw;
    }

}


@media only screen and (min-width:1920px) {
    div#footer .socials a,
    div#footer .socials a.icon-deezer {
        font-size: 1vw;
    }

    .socialIcons a {
        font-size: 1vw;
    }

    .nav-bar span {
        height: .3vw;
        margin-bottom: .3vw;
    }

    .socialIcons a,
    div#footer .socials a {
        font-size: 1vw;
    }

    #header .socialIcons {
        width: 12vw;
    }

    div#footer .socials a.icon-soundcloud,
    div#footer .socials a.icon-deezer {
        font-size: 1.33vw;
    }

}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation:landscape) {
    a.icon-youtube {
        font-size: 1.7vw;
        margin-top: .5vw;
    }

    a.icon-mail img {
        max-width: 2vw;
        max-height: 2vw;
        width: 1.7vw;
    }
}
