body {
    margin: 0;
    padding: 0;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0 auto;
    text-align: center;
    background: url(../images/headerBg.jpg) no-repeat center top;
    ;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    min-height: 100vh;
    -webkit-text-size-adjust: none;
    font-weight: bold;
}

.virtual-champagejam-header-logo {
    max-width: 660px;
    margin: 0 auto 60px;
}

.event-details {
    max-width: 700px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}


/*
.header-line.one {
    color: #3a54a5;
    font-size: 35px;
    text-transform: uppercase;
}

.presented-by {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 10px 0 7px;
    text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.5), -3px 1px 0 rgba(216, 65, 151, 0.851);
}
.event-date{padding-bottom: 142px;}
.event-details {
    margin-bottom: 0;
}
.event-date .date, .event-date .month {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 35.83px;
    letter-spacing: 12px;
    line-height: 1;
    display: inline-block;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5), -4px 4px 0 rgba(216, 65, 151, 0.851);
    padding: 7px 0 5px;
}
.event-date .time, .event-date .sitename {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 24px;
    letter-spacing: 9px;
    display: inline-block;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5), -3px 2px 0 rgba(216, 65, 151, 0.851);
}

.body-total-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.buy-now-star {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-67%, -50%);
    width: 59%;
    transition: all .5s;
}
.buy-now-star:hover{
    opacity: .8;
}
.buy-now-star div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.buy-now-star span:first-child{
    color: #d84197;
    font-size: 24px;
    
}
.buy-now-star span:nth-child(3){
    color: #d84197;
    font-size: 42px;
}
.left-person {
    width: 41%;
    position: absolute;
    left: -14%;
    top: 20%;
}
.right-person {
    width: 36%;
    position: absolute;
    right: -7%;
    top: 27%;
}
.virtual-champagejam-header-logo {
    max-width: 60vw;
    margin: 0 auto;
}
.band-list-section {
    position: relative;
    padding-top: 165px;
}
.band-list-section span {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 30.96px;
    line-height: 48px;
    letter-spacing: 17px;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5), -4px 4px 0 rgba(216, 65, 151, 0.851);
}

.band-list-section span:nth-child(3){
    letter-spacing: 13.3px;
}

.band-list-section span:nth-child(5){
    letter-spacing: 10.5px;
}

.band-list-section span:nth-child(7){
    letter-spacing: 10.5px;
}

.band-list-section span:nth-child(9){
    letter-spacing: 10.5px;
}

.site-address{
    margin-top: 20px;
}
.site-address a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    transition: all .5s;
    font-weight: 600;
}
.site-address a:hover{
    opacity: .5;
}
.badges img {
    margin: 0 74px;
}

img {
    max-width: 100%;
    margin: 0 auto;
}

.header-line.two {
    color: #ee9a1f;
    font-size: 35px;
    text-transform: uppercase;
    padding-top: 5px;
}

.header-text-wrapper {
    padding-top: 25px;
    margin: 0 auto;
}
.headerLogo {
    font-size: 51.93px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 12px;
    background: linear-gradient(to bottom, #000 80%, #131212 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
     padding-bottom: 156px; 
    line-height: 1;
}
.headerLogo::before {
    content: 'The front bottoms';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5), -4px 4px 0 rgba(216, 65, 151, 0.851);
    z-index: -1;
}
.tvWrapper{
    position: relative;
    width: 38%;
    margin: 0 auto;
}
.tvImage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.staticgif {
    width: 62%;
    margin: 0 auto;
    margin-left: 9%;
}
img.tvgif {
    height: 220px;
}
.ticket-button-wrapper a {
    font-size: 20px;
    color: #121911;
    text-decoration: none;
    background: url(../images/button.png) no-repeat;
    display: inline-block;
    width: 235px;
    height: auto;
    line-height: 2.2;
    background-size: 100% auto;
    background-position: center top;
    -webkit-transition: all 0.5s ease-in-out;
}

.map-image {
    max-width: 76%;
    margin: 0 auto;
    margin-bottom: 6%;
    margin-top: 10%;
}

.header-line.one img {
    width: 100%;
}

.ticket-button-wrapper {
    padding-top: 13px;
}

.socialLinks ul li a {
    text-decoration: none;
    font-size: 18px;
    outline: none;
    color: #FDB915;
    display: inline-block;
}

.socialLinks ul li a.icon-soundcloud {
    font-size: 30px;
}

.socialLinks ul li {
    margin-right: 23px;
    display: inline-block;
    vertical-align: middle;
}

.copytext,
.copytext a,
.copytext span {
   
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 1px;
}

.socialLinks {
    padding-top: 20px;
}

.copytext {
    padding-bottom: 25px;
    padding-top: 25px;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.ticket-button-wrapper a:hover {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    color: #FF6419;
}

.socialLinks ul li a:hover {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    color: #FF6419;
}

.copytext a:hover {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0.5;
}

li.follow iframe:hover {
    animation: shake 0.5s;
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    -o-animation: shake 0.5s;
}
.tvAntenna {
    position: absolute;
    top: -50%;
    width: 160px;
    left: 27%;
}


.socialLinks ul {
    padding-left: 0;
}


span.line {
    display: block;
    line-height: 1.8;
}

.stage-lineup {
    margin-top: 8%;
}

.lineup-header span {
    font-size: 35px;
    color: #FF6419;
    text-transform: capitalize;
}

.lineup-content {
    margin-top: 4%;
}

.header-button span {
    font-size: 20px;
    color: #121911;
    text-decoration: none;
    background: url(../images/button.png) no-repeat;
    display: inline-block;
    width: 235px;
    height: auto;
    line-height: 2.2;
    background-size: 100% auto;
    background-position: center top;
    text-transform: uppercase;
}

.line-up {
    color: #0002DC;
    font-size: 20px;
    margin-top: 20px;
}

.yellow {
    color: #FDB915;
}

.inline {
    display: inline-block;
    vertical-align: top;
    padding: 2px 3px;
    width: 26%;
}
.buyTickets {
    display: block;
    max-width: 284px;
    margin: 0 auto;
}
.buyTickets a {
    display: block;
    text-decoration: none;
    color: #ac7cb9;
    background: #000;
    max-width: 284px;
    width: 100%;
    margin: 20px auto;
    height: 81px;
    line-height: 81px;
    font-size: 36px;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin-inline-start: -5px;
}

.buyTickets a:hover {
    color: #000;
    background: #ac7cb9;
    transition: all 0.5s;
}


@media only screen and (max-width: 1023px) and (min-width: 768px) {

}


@media only screen and (max-width: 1024px) {
    body{
        background-size: contain !important;
    }
    img.tvgif {
        height: 135px;
    }
    
    .tvWrapper {
        max-width: 280px;
        width: 100%;
    }
    
    .tvAntenna {
        max-width: 100px;
        top: -51%;
        left: 22%;
    }
    
    .buy-now-star span:first-child {
        font-size: 12px;
    }
    
    .buy-now-star span:nth-child(3) {
        font-size: 28px;
    }
    
    .buy-now-star {
    transform: translate(-63%, -50%);
    }
    
    .virtual-champagejam-header-logo {
        max-width: 94%;
    }
    
    .presented-by {
        font-size: 12px;
        letter-spacing: 3.5px;
        padding-bottom: 5px;
    }
    
    .headerLogo {
        max-width: 98%;
        margin: 0 auto;
        font-size: 28px;
        text-indent: 6px;
        letter-spacing: 5px;
        line-height: 1;
    }
    
    .event-date .date, .event-date .month {
        font-size: 24px;
        letter-spacing: 4px;
        padding: 4px 0 4px;
    }
    
    .event-date .time, .event-date .sitename {
        font-size: 13.5px;
        letter-spacing: 2px;
    }
    
    .event-date .time::before {text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 2px 1px 0 rgba(216, 65, 151, 0.851);}
    
    .event-date .sitename::before {
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5), 2px 1px 0 rgba(216, 65, 151, 0.851);
    }
    
    .event-date {
        padding-bottom: 90px;
    }
    
    .band-list-section {
        padding-top: 110px;
    }
    
    .band-list-section span {
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 30px;
        -webkit-text-size-adjust: none;
    }
    
    .band-list-section span::before {
        text-shadow: -1px -4px 13px rgba(0, 0, 0, 0.5), 1px -7px 0 rgba(216, 65, 151, 0.851);
    }
    
    .band-list-section span:nth-child(3) {
        letter-spacing: 2px;
        -webkit-text-size-adjust: none;
    }
    
    .band-list-section span:nth-child(5) {
        letter-spacing: 1px;
    }
    
    .band-list-section span:nth-child(7) {
        letter-spacing: 1px;
    }
    
    .band-list-section span:nth-child(9) {
        letter-spacing: 1px;
    }

    .badges > a {
        display: inline-block;
        width: 32%;
        vertical-align: middle;
    }
    .badges img {
        max-width: 100px;
        margin: 0;
        width: 100%;
        margin: 0 auto;
    }
    .buyTickets {
        max-width: 200px;
    }
    .buyTickets a {
        max-width: 200px;
        height: 61px;
        line-height: 61px;
        font-size: 25px;
        letter-spacing: 0.7px;
        margin-inline-start: -3px;
    }
    .badges a:nth-child(2) img {
        max-width: 150px;
        position: relative;
        top: 4px;
    }
    .site-address {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    body{
        background-size: contain !important;
        min-height: 100vh;
    }
    .badges img {
        max-width: 70px;
        margin: 0;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width:1366px) {
    .copytext, .copytext a, .copytext span{
        font-size: 0.9em;
    }
}   
*/

@media only screen and (max-width:1023px) {
    body {
        background: none;
    }
    body::after {
        content: "";
        width: 100%;
        height: 100vh;
        background: url(../images/mobileHeaderBg.png) no-repeat center top;
        background-size: cover !important;
        display: block;
        position: fixed;
        top: 0;
        z-index: -1;
    }
}

@media only screen and (max-width:1023px) and (orientation: landscape) {
    body div#footer {
        height: 160vh;
        margin: 10% auto 0;
        padding-bottom: 2%;
        background-position: center top;
    }
}