.homeWrapper {
    width: 97%;
    margin: 0 auto;
    padding-top: 4vh;
}

body.interior.tour .homeWrapper {
    position: fixed;
    left: 1.5%;
    top: 0;
    width: 97%;
    margin: 0 auto;
    padding-top: 4vh;
}


.navsection,
.artistLogo {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.navsection.mobile, .menu-link{
    display: none;
}

.artistLogo {
    text-align: right;
}

.navsection a {
    color: #fff;
    font-size: 1.96vw;
    line-height: 1;
    font-weight: 500;
}

.navsection ul li {
    margin-bottom: 1.17vw;
}

.navsection ul li:last-child {
    margin-bottom: 0;
}

.artistLogo a {
    text-transform: uppercase;
    color: #fff;
}

.showing{
    display: block !important;
}
.artistLogo img {
    width: 18vw;
}
@media only screen and (max-width:1023px) and (orientation:landscape){ 
    body .navsection.mobile {
        background: url(../images/mobilebg.jpg) no-repeat 0 0 #000;
        background-size: 100% auto;
        background-position: top center;
    }
    body .navsection ul li {
        margin: 25px;
    }
    body .navsection.mobile ul li a {
        font-size: 28px;
        line-height: 1;
    }
}
@media only screen and (max-width: 1023px) {
    .navsection{
        display: none;
    }
body.frontpage .artistLogo {
    display: none !important;
}
    .navsection.mobile{
        position: fixed;
        top: 0%;
        left: 50%;
        transform: translate(-50%,0%);
        text-align: center;
        height: 100vh;
        width: 100vw;
        background: url(../images/mobilebg.jpg) no-repeat 0 0 #000;
        background-size: 100% auto;
        background-position: top center;
        z-index: 99999;
    }
    .navsection.mobile ul{
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%,-60%);
    }


    body.interior.tour .navsection.mobile ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .navsection ul li{
        margin: 9vw;
    }
    .navsection.mobile ul li a{
        font-size: 35px;
        line-height: 1;
    }

    .menu-link{
        display: inline-block;
        width: 30%;
        text-align: left;
        position: relative;
        z-index: 10000;
    }
    .menu-link a{
        text-decoration: none;
        font-size: 20px;
        color: #FFFFFF;
    }
    .closeBtn{
        position: absolute;
        top: 15vw;
        right: 3vw;
        background: url("../images/closeBtn.svg") no-repeat;
        width: 6.563vw;
        height: 6.563vw;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 4;
    }
    .closeBtn:hover{
        opacity: 0.6;
    }
    .artistLogo{
        width: 50%;
        float: right;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .homeWrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .homeWrapper {
        padding-top: 22px;
    }
    .artistLogo a {
        font-size: 20px;
    }
    .navsection a {
        position: static;
        font-size: 20px;
    }
    .artistLogo img {
	    width: 40vw;
	}
    .navsection {
        text-align: left;
        font-size: 0;
        box-sizing: border-box;
    }
    .navsection li {}
    .navsection li:first-child {
        /* text-align: left; */
    }
    .navsection a.store-nav {
        transform: none;
        left: unset;
    }
    /* .navsection a.store-nav:hover {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        display: inline-block;
        left: 50%;
    } */
body.frontpage .artistLogo {
    display: none !important;
}
}

@media only screen and (min-height: 320px) and (max-height: 425px) {
    br.mobile {
        display: none;
    }
}