
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Novecento Cond';
    src: url('fonts/Novecento-CondMedium.woff2') format('woff2'),
        url('fonts/Novecento-CondMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Novecento';
    src: url('fonts/Novecento-Medium.woff2') format('woff2'),
        url('fonts/Novecento-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
    width:100%;
    height: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'Novecento', sans-serif;
}

body {
    background: #f0efed;
    font-size: 14px;
}

#loading {  
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

h1 {
    color: #db1415;
    font-size: 7vw;
    line-height: 7vw;
    display: block;
    margin: 0px auto 50px auto;
    text-align: center;
    font-family: 'Novecento Cond', sans-serif;
    text-transform: uppercase;
}

.bigassbutton {
    position: relative;
    display: inline-block;
    margin: 2vw auto 0px 0px;
    font-size: 2.5vw;
    vertical-align: middle;
    line-height: 2.5vw;
    padding: 1vw 2vw;
    background: black;
    color: white;
    opacity: 0;
    font-family: "Novecento Cond";
    transform: translateY(20px);    
}


.bigassbutton:hover {
    color: white;
    background: #db1415;
}

#footer h1 {
    color: #db1415;
}

a {
    text-decoration: none;
    color: #f0efed;
}

#mobile {
    display: none;
}



#home, #tour, #videos, #music, #footer {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background: white;
}

#home {
    height: auto;
    position: relative;
    background: #fff;
    padding-bottom: 60px;
}

#home .hero {
    width: 55dvw;
    height: 36.1dvw;
    display: block;
    margin: 0px;
    left: 20dvw;
    position: relative;
}

#home .hero .jumper {
    position: absolute;
    display: block;
    top: 15dvw;
    width: 25dvw;
    height: 25dvw;    
    right: auto;
    left: 30dvw;
    margin: 0px auto;
    z-index: 2;
    background: url("../img/jumper.png");
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0; transform: translateY(50px) rotateY(40deg) rotateX(-20deg);
}

.perspective {
    animation: perspective 1.5s forwards ease;
    animation-delay: 0.3s;
}

@keyframes perspective {
    0% { opacity: 0; transform: translateY(50px) rotateY(40deg)  rotateX(-20deg);}
    100% {  opacity: 1; transform: translateY(0px) rotateY(0deg) rotateX(0deg);}
}

#home .hero .title {
    position: absolute;
    display: block;
    top: 100px;
    width: 55dvw;
    height: 23.8dvw;
    z-index: 1;
    left: 0px;
    margin: 0px auto;
}

#home .hero .title .layer {
    position: absolute;
    width: 55dvw;
    height: 23.8dvw;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    opacity: 0;
}

#home .hero .title .layer.layer1 {
    background: url("../img/mp1.png");
    background-size: cover;
    background-position: 50% 50%;
}

#home .hero .title .layer.layer2 {
    background: url("../img/mp2.png");
    background-size: cover;
    background-position: 50% 50%;
}

#home .hero .title .layer.layer3 {
    background: url("../img/mp3.png");
    background-size: cover;
    background-position: 50% 50%;
}

#home .hero .title .layer.layer4 {
    background: url("../img/mp4.png");
    background-size: cover;
    background-position: 50% 50%;
}

.popin {
    animation: popin 0.0001s forwards;
}

.popin.first {
    animation-delay: 0.7s;
}

.popin.second {
    animation-delay: 0.9s;
}

.popin.third {
    animation-delay: 1.1s;
}

.popin.fourth {
    animation-delay: 1.3s;
}

@keyframes popin {
    0% {opacity: 0}
    100% {opacity: 1}
}

#home .tourdates {
    position: relative;
    display: block;
    margin: 0dvw 0px 0px 2.5dvw;
    /*max-width: 55dvw; */
    width: 100%;
    color: #db1415;
    left: 19dvw;
    margin-top: calc(-1dvw - 1dvh);
}

#home h4 {
    font-family: "Novecento Cond";
    font-size: 5vw;
    line-height: 5vw;
    display: block;
    margin: 0px auto;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-align: left;
    color: #db1415;   
    opacity: 0;
    transform: translateY(20px);    
}

#home h5 {
    font-family: "Novecento";
    font-size: 2.5vw;
    line-height: 2.3vw;
    display: block;
    margin: 0px auto 20px 0px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left;
    color: #db1415;  
    opacity: 0;
    transform: translateY(20px);    
}

#home .divider {
    display: block;
    margin: 20px 0px;
    width: 100%;
    height: 6px;
    background: #db1415;
    opacity: 0;
    transform: translateY(20px);
}

#home .reveal1 {
    animation: reveal 0.5s forwards ease;
    animation-delay: 1s;
}

#home .reveal2 {
    animation: reveal 0.5s forwards ease;
    animation-delay: 1.3s;
}

#home .reveal3 {
    animation: reveal 0.5s forwards ease;
    animation-delay: 1.6s;
}

@keyframes reveal {
    0% {transform: translateY(20px); opacity: 0}
    100% {transform: translateY(0px); opacity: 1}
}

#footer {
    height: auto;   
    padding-bottom: 30px;
}

#tour, #videos, #music {
    padding: 100px 0px;
}

#music, #videos {
    height: auto;
}

#videos {
    height: auto;
    min-height: 100px;
    padding-bottom: 150px;
}

#tour {
    height: auto;
    padding: 150px 0px 100px 0px;
}

#tour, #videos {
    background: black;
}

.tourcontainer {
    width: 80%;
    display: block;
    margin: 0px auto;
}

.heading {
    display: block;
    margin: 0 auto 50px auto;
    height: 100px;
    width: auto;
}

#footer .heading {
    width: 100%;
    height: auto;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 75%;
    max-width: 1200px;
}

.streamoflife {
    height: 80vh;
    width: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5;
}

.overlay {
    height: 55vh;
    width: 44vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    mix-blend-mode: screen;
    object-fit: contain;
    object-position: center center;
}

.bg {
    height: 55vh;
    width: 44vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    background: url("../img/mirrorman.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.menu {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    font-size: 7.5vw;
    line-height: 7.5vw;
    color: black;
    text-align:center;
    -webkit-transform: translateX(-50%,-50%);
    transform: translate(-50%,-50%);   
    z-index: 11; 
    font-family: 'Novecento Cond', sans-serif;
    text-transform: uppercase;
}

.menu span {
    display: block;
}

.menu span.first {
    padding-bottom: 13vh;
}


.buy-link {
    position: absolute;
    bottom: 30px;
    color: black;
    font-weight: bold;
    z-index: 4;
    text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 15px 35px;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    transition: 0.5s;
 box-sizing: border-box;
background: #db1415;
        left: 50%;
        transform: translateX(-50%);

}

.webkit .buy-link {
     padding: 20px 35px 15px 35px;
}

.buy-link:hover {
    color: #db1415;
    background: black;
}


.tour-container {
    width: 1100px;
    padding: 20px 50px;
    z-index: 1111;
    position: relative;
    display: block;
    margin: 0 auto;
}   

@-webkit-keyframes rainbow {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

@keyframes rainbow {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}


/**** SONGKICK ***/ 


.events {
    font-family: "Novecento", Times, serif !important;
    color: #fff;
    max-width: 1000px;
    z-index: 111;
    font-style: normal;
    font-size: 1rem;
    padding-bottom: 0px;
    text-transform: none;
}

ul.events {
display: block;
list-style-type: none;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.events, .events li {
    list-style: none;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 00px;    
}

.events li {
    display: flex;
    padding: 15px 0px;
    border-bottom: 2px solid #000;
    transition: 0.3s;
}

.events li:hover {
    background: rgba(255,255,255,0.1);
}

.events div.date {
    width: 180px;
    width: 180px;
    text-align: left;
}

.events .month, .events .day {
    margin-right: 5px;
}

.events li p {
    flex: 1;
    padding: 0px 20px;
    text-align: left;
}

.events li p.venue {
    min-width: 400px;
}

.events li p.city {
    min-width: 300px;
}

.events li p.tix {
    min-width: 100px;
    text-align: right;
}

.events li p::after {
    border-right: 10px solid #000;
}

.events p, .events div {
    display: inline;
    margin: 0px;
}

.events a {
    float: right;
    text-decoration: none;
    background: #db1415;
    color: #000 !important;
    padding: 10px;
}

.events li:hover a {
    color: #000 !important;
    background: #db1415;
}

#desktop {
    display: block;
}

#mobile, #talkcontent div.mobile, #tiny {
    display: none;
}

#tour .line {
    width: 400px;
    height: 3px;
    background: #231f20;
    display: block;
    margin: 30px auto 10px auto;
}

#tour .track {
    display: block;
    margin: 30px auto 0px auto;
    color: #231f20;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.2rem;
}

#tour .track span {
    display: block;
    margin: 0px auto 15px auto;
}

#tour .track a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
}

#tour .track a:hover {
    color: #191718;
}


.links {
    position: absolute;
    top: 3.5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

.links a {
    padding: 10px 25px;
    color: #000;
    letter-spacing: 2px;
    opacity: 1;
    transition: 0.6s;
    text-transform:uppercase;
    text-align: center;
}

.links a:hover, .links .dropdown:hover, .dropdown a:hover {
    color: #506a78;
    letter-spacing: 4px;
}

@keyframes rainbow {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.links .dropdown {
    color: #000;
    letter-spacing: 1px;
  position: relative;
    padding: 0px 10px;
  display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.links .dropdown, .links a {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: bold;
}

.links .dropdown * {
    transition: 0.3s;
}

.dropdown span {
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
    display: block;
    color: #000;
}

.dropdown a {
margin: 0px;
    color: #000;
    padding: 5px 0px;
    display: block;
    font-size: 0.8em;
}



.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.dropdown-inner {
    mix-blend-mode: normal;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
    color: #000;
    background: rgba(255,255,255,0.8);
         padding: 6px 5px;
    margin-top: 3px;    
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible;
}

.dropdown-hover:hover ~ .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}



#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #000 url('../img/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px;
    color: #f0efed;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
}

#lightbox.privacy, #lightbox.signup {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}




form {
  display: block;
  margin: 10px auto 50px auto;
  text-align: center;
    outline: 0;
    border: 0px; 
    width: 100%;
    max-width: 100%;
}


form input  {
    font-family: "Novecento", Times, serif;    
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0px;   
    color: #101010;
    border: 2px solid #101010;
    background: transparent;
  text-decoration: none;
  transition: 0.3s;
    text-align: center;
    font-style: normal;
  padding: 13px 15px 10px 15px;
    outline: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    display: inline;
    margin: 0px;
} 


form input.email {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

form input.emailsignupbutton {
    text-transform: uppercase;
    padding: 13.5px 14.5px 12px 14px;
    margin-left: -5px;
    bottom: 1px;
    display: inline-block;
    position: relative;
}

form input.emailsignupbutton:hover {
    background: #101010;
    color: white;
}


.buttoncontainer {
    display: block;
    margin: 0px auto 0px auto;
}


input.formbutton:hover {
    opacity: 0.7;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */     
    color: #101010 !important;
        opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #101010 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #101010 !important;
        opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #101010 !important;
    opacity: 1;
}       
:placeholder { /* Firefox 18- */  
    color: #101010 !important;
        opacity: 1;
}       


.play {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: black;
    font-family: 'Novecento';
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -5px;
    left: 20px;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #506a78;
    transition: 0.3s;
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
}


.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    color: rgba(16,16,16,1);
    font-size: 12px;
    font-family: 'Novecento';
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    color: rgba(16,16,16,1);    
}

#socials {
    position: fixed;
    display: table;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;    
}

#socials a {
    color: rgba(16,16,16,1);
    font-size: 20px;  
    padding: 10px;
    opacity: 0.5;
}

#socials a:hover {
    color: rgba(16,16,16,1);
}

h4 {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 35px;
    display: block;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'Novecento', sans-serif;
}

#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;  
}

#signupform, #mobilenotice {
	color: #f0efed;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#signupform input {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
}

#signupform .email {
	background: transparent;
    border: none;
    border-bottom: 2px solid #f0efed;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 13px;
    letter-spacing: 2px;
	color: #f0efed;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: 'Novecento', sans-serif, sans-serif;
    text-transform: uppercase;
}

#signupform .signupbutton {
    color: #f0efed;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: bottom;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7px;
    display: table;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: 'Novecento', sans-serif, sans-serif;
}

#mobilenotice .signupbutton {
    background: #f0efed;
    color: #eb0f14;
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 0px;
}

#signupform .signupbutton:hover {
    color: #6a6d73;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Novecento', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Novecento', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Novecento', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Novecento', sans-serif, sans-serif;
}



.footer-content div.socials {
    display: block;
    margin: 50px auto;
    line-height: 0px;
}

.socials a {
    color: #fff;
    font-size: 1.3em;
    padding: 10px;
}

#footer a {
    opacity: 1;
    transition: 0.4s;
}

#footer a:hover {
    opacity: 0.5;
}

.footer-content {
    width: 100%;
    max-width: 800px;
    display: block;
    position: relative;
    margin-left: 10%;
    font-size: 1em;
    margin: 0 auto;
    color: #101010;
    padding: 70px 0 0 0;
    text-align: center;
}

.footer-content p {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 10px 0px;
}

.footer-content div {
    display: inline-block;
    margin: 20px 20px 20px 20px;
    line-height: 150px;
    vertical-align: middle;
}

.footer-content h3 {
    font-size: 0.8rem;
    line-height: 1.0rem;
    margin: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 10px;
    color: #101010;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-content a {
    color: #101010;
    transition: 0.3s;
}

.footer-content a:hover {
    color: #506a78 !important;
}

#footerfooter {
    background: #fff;
    display: block;
    padding: 70px 0px;
    width: 100%;
}

.footersocials {
    display: block;
    margin: 0px auto 70px auto;
}

.footersocials a {
    padding: 10px 30px;
    color: #101010;
    transition: 0.5s;
}

.footersocials a:hover {
    color: #506a78;
}

.footerlogo {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

h2 {
    font-size: 4rem;
    letter-spacing: 0rem;
    display: block;
    margin: 20px 0px;
    color: #506a78;
    text-align: left;
    font-weight: normal;
}

h5 {
    font-size: 1em;
    letter-spacing: 2px;
    display: block;
    margin: 0px auto 20px auto;
    color: #101010;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}


.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}


.zoomin {
    -webkit-animation: zoomin 1.5s forwards ease;
    animation: zoomin 1.5s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 1.5s forwards ease;
    animation: zoomout 1.5s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}


/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {
    
    
    html, body {
overscroll-behavior-y: none;        
    }   
    
    #home .hero .jumper {
        top: calc(25dvw + 60px);
        left: 50dvw;
        right: auto;
        height: 40dvw;
        width: 40dvw;
    }
    
    #home .hero {
        left: 0dvw;
    }
    
    #home .hero .title {
        top: 100px;
        left: 5dvw;
        height: 59dvw;
        width: 90dvw;
    }
    
    #home .hero .title .layer {
        width: 90dvw;
        height: 39dvw;
    }
    
    #home .tourdates {
        margin-top: 30dvw;
        left: 5dvw;
    }
    
    #home h4 {
        font-size: 8dvw;
        line-height: 8dvw;
    }
    
    #home h5 {
        font-size: 5dvw;
        line-height: 5dvw;
    }    
    
    .bigassbutton {
        font-size: 6vw;
        margin-top: 20px;
        padding: 4vw 4vw;
    }
    
    #home {
        padding-bottom: 60px;
    }
    

#home, #tour, #videos, #music, #footer {
    overflow-X: hidden;
}

	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    .privacy-container {
        width: 100%;
    }


    .overlay, .bg {
        height: 35vh;
        width: 28vh;
    }   
    
    .streamoflife {
        width: 90vw;
        height: 90vw;
    }
    
    .home-container {
        width: 100%;
        height: 100%;
    }    
    
    .links {    
  position: absolute;
    top: 20px;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
        display: table;
}    
    
    .links a {
        padding: 10px 5px;
        display: table-cell;
        text-align:  center;
        font-size: 3vw;
        letter-spacing: 1px;
        color: black;
        font-weight: normal;
    }       

    #music {
        height: auto;
    }    
   
    .links .dropdown {
        text-align: center;
        display: table-cell;
        font-size: 3vw;
        color: black;
        font-weight: normal;
    }    
    

.links a:hover, .links .dropdown:hover, .dropdown a:hover {
    color: #506a78;
    letter-spacing: 0px;
}    
        
.menu {
    font-size: 13vw;
    line-height: 13vw;
}    

    .play span {
        display: none !important;
    }    
    
.heading {
    display: block;
    margin: 0 auto 50px auto;
    width: 60%;
    height: auto;
}    
    
    

.footer-content {
    text-align: center;
    margin: 0px auto;
    padding: 50px 0px;
}
    
    
    
    .footer-content div {
        margin: 0px auto;
        padding: 10px;
    }    

.footer-content p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 8px 0px;
}    
    
    .footer-content p.notopmargin {
        margin: 10px 0px 0px 0px;
    }    
    
    .footer-content p.nomargin {
        margin: 0px;
    }    
    
    h1 {
        font-size: 14vw;
        line-height: 14vw;
    }    
    
h2 {
    text-align: center;
}
    
    #socials {
        top: 20px;
    }

    .buy-link {
        display: table;
    font-size: 1.1rem;
    width: 250px;
    text-align: center;
        font-weight: normal;
    }    
    
    .play {
    position: absolute;
    font-size: 0.6em;
    top: 10vh;
    left: 50%;
    width: 45px;
    height: 45px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }

   
    
.events {
    max-width: 100%;
    display: block;
    margin: 30px auto 0px auto;
    padding-bottom: 0px;
}

.events li {
    display: block;
    padding: 15px 0px;
    border-bottom: 0px solid #fff;
    transition: 0.3s;
}

.events div {
    min-width: 100px;
}

.events li p {
    flex: unset;
    display: block;
    padding: 0px 0px;
    text-align: center;
}

    ul div {
        text-align: center !important;
    }    
    
.events li p.venue {
    min-width: 100%;
    font-weight: bold;
}

.events li p.city {
    min-width: 100%;
}

.events li p.tix {
    min-width: 100%;
    margin-top: 10px;    
}

.events p, .events div {
    display: block;
    margin: 0px auto;
}

.events a {
    float: none;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.events li:hover a {
    color: #fff;
}        
        
  
#footer .fa, #footer .fab, #footer .fal, #footer .far, #footer .fas {
    display: inline !important;
    margin: 0 auto;
}   
    
.footersocials {
    display: table;
    margin: 0px auto 20px auto
}    

    #footerfooter {
        padding: 40px 0px;
    }    
    
.footersocials a {
    margin: 0px 0px;
    padding: 10px 9px;
    font-size: 1rem;
    display: table-cell;        
}  
    
.mailinglist {
    margin-top: 30px;
}    

    .footercontent {
        padding: 0px;
    }    


input.email {
    display: inline;
    text-align: center;
    margin-right: 5px;
}   
    
form input.email {
    width: auto;
    min-width: 220px;
}    
    
form input.emailsignupbutton {
    margin-left: -7px;
    BORDER-LEFT: 0PX;
    padding: 14px 15px 13px 15px;
}    
    
    .button, form, form.emailform {
        max-width: 90%;
        margin: 30px auto 40px auto;
    }    
    
    input.formbutton {
        opacity: 1;
    }


#tour, #videos, #music {
    padding:50px 0px;
}    

    #tour {
        padding-top: 50px;
    }    
    
.tour-container {
    width: 100%;
}    
    
    .heading {
        margin-bottom: 30px;
    }
    
    #footer .heading {
        width: 90%;
        margin-top: 50px;
    }  
    
    H5 {
        max-width: 250px;
    }  
    
    #footer {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
.footer-content div.socials {
    display: block;
    margin: 30px auto 0px auto;
    line-height: 0px;
}    
    
    #videos {
        min-height: 50px;
    }    
    
    .play {
        color: black;
    color: black;
    top: 10vh;
    bottom: auto;
    }    
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

}


@media (max-width: 360px) {
    .links a, .links .dropdown { 
        letter-spacing: 0px;
        display: table-cell;
            font-size: 3vw;
}     
 
}


     @media (min-width:800px) and (max-height: 740px) {

            .links {
                top: 3vh;
            }
            .links a {
                font-size: 1em;
            }
        }
        @media (min-width: 800px) and (max-height: 570px) {
            
        }
@media (min-width: 800px) and (max-width: 1100px) {
    .links {width: 570px}
}

@media (max-width: 800px) and (max-height: 620px) {
    .art {
        width: 80vw;
        height: 80vw;
    }
}


@media (max-width: 800px) and (max-height: 580px) {
    .art {
        width: 75vw;
        height: 75vw;
    }
    .buy-link {
        padding: 8px 0px 5px 0px;
    font-size: 1.1em;
    }
}

@media (min-width: 800px) and (max-height: 700px) {
    .art-container, .menu {
        top: 45%;
    }
    .buy-link {
        padding: 10px 30px;
    }
    .webkit .buylink {padding: 10px 30px 6px 30px}
}



@media (min-width: 800px) and (max-height: 700px) {
    .streamoflife {
        width: 70vh;
        height: 70vh;
    }
    .buy-link {
        bottom: 10px;
        padding: 8px 20px 8px 20px;
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    
    .webkit .buylink {
        padding: 15px 20px 8px 20px;
    }
}