html, body {
    height: 100dvh;
    width: 100dvw;
}
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}


canvas {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
}

.logo {
    width: 70%;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.gradient {
    position: absolute;
    width: 100dvw;
    z-index: 0;
    height: 10dvh;
    bottom: 0px;
    opacity: 0.5;
    right: 0px;
    overflow: hidden;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.gradient.left {
    position: absolute;
    height: 100dvh;
    z-index: 0;
    width: 5dvw;
    bottom: 0px;
    opacity: 0.2;
    left: 0px;
    overflow: hidden;
    background: rgb(0,0,0);
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient.right {
    position: absolute;
    height: 100dvh;
    z-index: 0;
    width: 5dvw;
    bottom: 0px;
    opacity: 0.2;
    right: 0px;
    overflow: hidden;
    background: rgb(0,0,0);
    background: linear-gradient(270deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.dim {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
}

.dim2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
}

.dim.active, .dim2.active {
    opacity: 1;
}

.dim.inactive, .dim2.inactive {
    opacity: 0;
}

.content {
    position: relative;
    top: 50%;
    width: 80%;
    max-width: 1024px;
    left: 50%;
    transform: translate(-50%,-50%);
    height: calc(100dvh - 200px);
    display: block;
}

.center {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.content.releases img {
    display: block;
    margin: 0px auto 30px auto;
    height: 50dvh;
    width: auto;
    max-width: 800px;
}

.content.releases a {
    display: table;
    padding: 5px;
    margin: 10px auto;
    text-align: center;
    text-transform: none;
    text-decoration: underline;
}

.content.releases.dontbreak a {
    display: inline;
}

.content.releases a:hover {
    background: white;
    color: black;
}

.scrollable {
    overflow-y: scroll;    
}

.scrollable::-webkit-scrollbar {
  width: 12px;
    background-color: rgba(108, 121, 119, 0.14);
  -webkit-appearance: none;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(108, 121, 119, 0.44);
  border: 0px solid #fff;
  border-radius: 1rem;
}

.scrollable.tourlist, .scrollable.bio {
    max-width: 800px;
    padding: 0px 20px;
}

.scrollable.bio {
    height: 50%;
    max-width: 500px;
    padding: 0px 20px;
}

.content p {
    text-transform: none;
    font-size: 13px;
    line-height: 25px;
}

.content p span {
    text-transform: none;
    font-style: italic;
    display: inline;
}

.content.preorder p {
    font-size: 16px;
    text-align: center;
}

.videolist {
    position: relative;
    height: 70%;
    width: 70%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.monogram {
    position: absolute;
    top: 10dvh;
    right: -4px;
    width: 70px;
    height: auto;
    transform: translateX(70px);
    z-index: 10;
    mix-blend-mode: multiply;
}

.slidein {
    animation: slidein 1.5s forwards;
}

@keyframes slidein {
    0% {transform: translateX(70px)}
    100% {transform: translateX(0px)}
}

.jaime {
    height: 80dvh;
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 20dvw;
    z-index: 5;
}

.noise {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: url("../img/noise.gif");
    background-repeat: repeat;
    background-size: 150px;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

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

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
    mix-blend-mode: overlay;
}

h1 {
    font-weight: normal;
    font-size: 10vw;
    line-height: 10vw;
    display: block;
    margin: 30px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-weight: normal;
    font-size: 4vw;
    line-height: 4vw;
    display: block;
    margin: 0px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

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

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: absolute;
  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: absolute;
    top: 0px;
    right: 0px;
    padding: 13px 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: absolute;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

#lightbox.signup {
    overflow-y: auto;
}

.privacy-wrap, .tourcontainer {
    position: absolute;
    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: 2rem;
    line-height: 2.1rem;
    text-align: center;
    margin: 0px auto 50px auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    position: absolute;
    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: 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: absolute;
    bottom: 22px;
    left: 30px;
    color: #fff;
    opacity: 0.8;
    z-index: 11;
    transition: 0.3s;
    padding: 15px;
}

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

.play svg {
    height: 25px;
    width: auto;
    fill: #fff;
    color: #fff;
}

.play:hover {
    opacity: 1;  
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: absolute;
    padding: 15px;
    bottom: 25px;
    right: 30px;
    color: #fff;
    opacity: 0.2;
    font-size: 12px;
    z-index: 11;
    transition: 0.3s;
}

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

#socials {
    position: absolute;
    display: table;
    bottom: 5px;
    left: 10px;
    z-index: 12;  
    height: 13px;
}

#socials a {
    color: #fff;
    opacity: 1;
    font-size: 16px;  
    padding: 10px;
    opacity: 0.7;
    display: inline-block;
    height: 35px;
    vertical-align: middle;    
}

#socials a.privacy {
    margin-bottom: -2px;
    font-size: 13px;
}

#socials a svg {
    height: 15px;
    width: auto;
    fill: #fff;
    color: #fff;
}

#socials a:hover {
    opacity: 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: sans-serif;
}

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


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

.signup input {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
}

.signup .email {
	background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: sans-serif;
    text-transform: uppercase;
}

.signup .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: sans-serif;
}

#mcbutton.white {
    color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 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 (max-width: 800px) {
    
    html, body {
        overscroll-behavior-y: none;
    }
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    body {
        background: url('') #000;
        background-repeat: no-repeat;
        background-position: 50% 50%;	
        background-size: cover;
    }
    
    #socials a.privacy {
        position: fixed;
    bottom: 20px;
    left: 10px;
        font-size: 10px;
    }
    
    #socials {
        bottom: -2px;
    }
    
    #socials a {
        padding: 5px;
    }
    
    .logo {
    top: 20px;
    transform: translateX(-50%);
        width: 90%;
    }
    
    .jaime {
        left: 50%;
        transform: translateX(-50%);
    }
    
    h1 {
        font-size: 15vw;
        line-height: 15vw;
    }
    
    h2 {
        font-size: 7vw;
        line-height: 7vw;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    .play {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 90px;
        opacity: 0.6;
    }
    
    .play span {
        display: none !important;
    }
    
    .menu {
        bottom: 40px;
        display: inline-flex;
        width: auto;
    }
    
    .menu a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    #standaloneform form {
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #standaloneform form .email {
        width: calc(100vw - 150px);
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #fff;
    }


    .privacy-link {
        right: auto;
        bottom: -10px;
        left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-family: sans-serif;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    h3 {
        padding-top: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    
    #tour h3 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .signup .email {
        width: 70vw;
    }
    

}

@media (max-width: 335px) {
    .menu a, .webkit .menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu, .webkit .menu {
        width: 255px;
    }
}