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

@font-face {
    font-family: 'Tungsten';
    src: url('fonts/Tungsten-Bold.eot');
    src: url('fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Tungsten-Bold.woff2') format('woff2'),
        url('fonts/Tungsten-Bold.woff') format('woff'),
        url('fonts/Tungsten-Bold.ttf') format('truetype'),
        url('fonts/Tungsten-Bold.svg#Tungsten-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-family: Tungsten, sans-serif;
}

body {
    background: url('../img/') #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
}

#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;
}

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

#home {
    position: relative;
    width: 100%;
    display: block;
}
/*
#home #menu  {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    mix-blend-mode: difference; 
}

#home #menu a {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: transparent;
}

#home #menu a:hover {
    background: #fff;
    color: #000;
}
*/

#home img.title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    width: 800px;
    height: auto;
    mix-blend-mode: difference;     

}

#home .down {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    mix-blend-mode: difference;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#home .down span {
    display: block;
    margin: 0px auto 0px auto;
}

#home .down svg {
    width: 40px;
    height: 30px;
    display: block;
    margin: 0px auto 0px auto;
}

#home iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100vh;
    padding: 0px;
    border: 0px;
}

#home, #home iframe {
    width: 100%;
    height: 100vh;
}

#tour {
    position: relative;
    width: 100%;
    display: block;
    padding: 100px 0px 50px 0px;
    background: #1c1c1c;
    background-size: cover;
    background-position: center top;
}


#merch {
    position: relative;
    width: 100%;
    display: block;
    padding: 70px 0px 50px 0px;
    background: url("../img/paperbg.jpg");
    background-size: cover;
    background-position: center top;  
}

#footer {
    position: relative;
    width: 100%;
    display: block;
    padding: 100px 0px;
    background: url("../img/bgblacklong.jpg");
    background-size: cover;
    background-position: center top;
}


.container {
    width: 1280px;
    display: block;
    margin: 0px auto;
}

.top {
    width: 100%;
    border: 5px solid #e6c896;
    padding: 15px 20px 10px 20px;
    display: flex;
    margin: 0px auto 50px auto;
    text-align: center;
    align-content: center;
    font-size: 35px;
    line-height: 35px;
    vertical-align: middle;
    justify-content: center;
        font-family: Tungsten, sans-serif;
}

.top span {
    align-self: center;
}

.top .bull {
    padding: 0px 10px;
}

.title {
    display: flex;
    width: 100%;
    text-align: center;
    font-family: Tungsten, sans-serif;
}

.store-link {
    display: table;
    margin: 10px auto 0px auto;
    padding: 10px 30px;
    border: 3px solid #1d1d1d;
    background: #1b1b1b;
    text-align: center;
    font-size: 30px;
    color: #e6c896;
}

.store-link:hover {
    background: #fff;
    color: #1b1b1b;
}
        
.title, .top {
    color: #e6c896;
}

#merch .title {
    color: #1d1d1d;
}

.title span {
    flex: 1;
    font-size: 70px;
}

.title span span.album {
    font-size: 40px;
    display: block;
    margin: 0px auto;
}

.title span.amp {
    max-width: 100px;
    text-align: center;
}

.tour-container {
    display: block;
    width: 1100px;
    margin: 50px auto;
}

.footer-container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.footer-container div {
    flex: 1;
    text-align: center;
}

h1 {
    font-size: 60px;
    color: #e6c896;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
}

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

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

#lightbox.privacy, #lightbox.signup, #lightbox.tour {
    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%;
}

.privacy-wrap, .tourcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.tourwrapper {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 3rem;
    text-align: center;
    margin: 50px auto;
    color: #fff;
    text-transform: uppercase;
    max-width: 400px;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.privacy-container {
    background: transparent;
    position: relative;
    top: 0px;
    width: 700px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0px 40px;
}

.privacy-container p {
    font-family: "Helvetica Neue LT Std", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

.privacy-container ul li {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;   
    margin: 10px 0px;
}

.privacy-container h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    bottom: 20px;
    left: 30px;
    color: #fff;
    opacity: 0.5;
    font-family: "Helvetica Neue LT Std";
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
}

.play:hover {
    opacity: 1;  
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    font-family: "Helvetica Neue LT Std";
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    opacity: 1;   
}

#socials {
    max-width: 550px;
    display: block;
    margin: 0 auto;
}

#socials a {
    color: #e6c896;
    opacity: 1;
    font-size: 25px;
    padding: 10px 0px 3px 0px;
    margin: 0px 15px;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
    border-bottom: 2px solid #aa9675;
}

#socials a:hover {
    color: #fff;
    border-color: #fff;
}

.contact {
    display: table;
    margin: 60px auto 00px auto;
    font-size: 18px;
    color: #aa9675;
    transition: 0.3s;
    text-align: center;
}

.contact:hover {
    color: #fff;
}

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: "Helvetica Neue LT Std", sans-serif;
}

.signup-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    opacity: 0.5;
    font-size: 15px;
    font-family: "Helvetica Neue LT Std";
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.signup-link:hover {
    opacity: 1;
}

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

#signupform, #mobilenotice {
	color: #fff;
	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 #fff;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 13px;
    letter-spacing: 2px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: "Helvetica Neue LT Std", sans-serif, sans-serif;
    text-transform: uppercase;
}

#signupform .signupbutton {
    color: #fff;
    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: "Helvetica Neue LT Std", sans-serif, sans-serif;
}

#mobilenotice .signupbutton {
    background: #fff;
    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: "Helvetica Neue LT Std", sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Std", sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Std", sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Std", sans-serif, sans-serif;
}

.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 2s forwards ease;
    animation: zoomin 2s 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 2s forwards ease;
    animation: zoomout 2s 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 (min-width: 800px) and (max-width: 1500px) {

    .container {
        width: 900px;
    }    
    
.top {
    border-width: 4px;
    font-size: 35px;
    line-height: 35px;
}

.title span {
    flex: 1;
    font-size: 60px;
}

.title span span.album {
    font-size: 35px;
    display: block;
    margin: 0px auto;
}
    .tour-container {
        width: 900px;
    }
}


@media (min-width: 800px) and (max-width: 1150px) {
    .tour-container {
        width: 800px;
    }
}


@media (max-width: 800px) {
    
    html, body {
        overflow-x: hidden;
    }    
    .tour-container {
        width: 100%;
        margin-top: 20px;
    }
    #home img.title {
        width: 85%;
    }
    #home .down {
        font-size: 20px;
    }
    .container {
        width: 90%;
    }
    .top {
        font-size: 4vw;
        line-height: 4vw;
        border-width: 2px;
        margin-bottom: 20px;
    }
    .title, .title span, .footer-container, .footer-container div {
        display: block;
        margin: 10px auto;
        width: 100%;
    }
    .footer-container div.mobilemargin {
        margin-top: 100px;
    }
    .title span {
        font-size: 12vw;
    }
    .title span span.album {
        font-size: 8vw;
    }
    #tour {
        padding: 50px 0px 30px 0px;
    }
    
    .tour-container {
        margin-bottom: 0px;
    }
    
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }

    #home, #home iframe {
        width: 100%;
        height: 90vh;
    }
    
    .top .bull {
        padding: 0px 5px;
    }
    
    .store-link {
        margin-top: 50px;
    }
    
        
}


@media (max-width: 440px) {
    .top {
        padding: 15px 0px 10px 0px;
        font-size: 3.5vw;
        line-height: 3.5vw;
    }
    #footer h1 {
        font-size: 40px;
    }
}