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


@font-face {
    font-family: 'Media Sans';
    src: url('fonts/MediaSans-Light.woff2') format('woff2'),
        url('fonts/MediaSans-Light.woff') format('woff'),
        url('fonts/MediaSans-Light.svg#MediaSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html, body {
    width:100%;
    height: 100vh;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'Absinette', sans-serif;
    background: #000;
}

body {
    background: url('../img/bg.jpg') #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
    cursor:url(../img/cursor2.png) 10 10, auto;
}

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

.marquee {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.marquee svg {
  display: block;
    padding: 20px;
}
.marquee .logo {
  fill: purple;
}

.focus {
  position: fixed;
  width: 100%;
  height: 100%;
}


h1, h2, h3 {
    color: #63549e;
}

.lyricsborder {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto 30px auto;
}

h1 {
    font-size: 3rem;
    color: white;
    max-width: 700px;
    display: block;
    margin: 0 auto 50px auto;
}

h2 {
    font-size: 2rem;
}

.contact h2 {
    margin-top: 30px;
    font-size: 1.5rem;
}

.contact h3 {
    color: #fff;
    font-size: 1.5rem;
}

.contact a:hover {
    color: #ce849b;
}

.tour h3 {
    font-size: 3rem;
    max-width: 500px;
    display: block;
    margin: 0 auto 50px auto;
    text-align: center;
}

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

#lightbox a:hover {
    color: #63549e;
}

#mobile {
    display: none;
}

.title {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -0.7rem;
    color: #fff;
    text-align: center;
    z-index: 20;
    font-family: Absinette;
    position: fixed;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    transition: 1.5s;
    opacity: 0.2;
}

.title span {
    font-family: 'Helvetica Bold', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: -20px auto 0px auto;
    text-align: center;
    color: #fff;
    letter-spacing: 0px;
    text-transform: none;
}

.title:hover {
    opacity: 1;
    color: #fff;
}

.imgtitle {
    position: fixed;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: auto;
    width: 700px;
    z-index: 14;
}


#light {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  position: fixed;
    z-index: 11;
    mix-blend-mode: plus-lighter;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

#one {
  width: 100px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0px 0px 50px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9;
}

#one {
  width: 100px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0px 0px 50px 20px rgba(198, 118, 59, 0.7);
    position: fixed;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.bg.one {
    z-index: 9;
    background: #000 url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
}

.bg.two {
    z-index: 8;
    background: #000 url('../img/bg2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
}

.bg.three {
    z-index: 10;
    background: #000 url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
    opacity: 0.5;
}

.noise {
    z-index: 11;
    background: #000 url(../img/noise.gif);
    background-repeat: repeat;
    background-size: 300px;
    opacity: 0.4;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: fixed;
}

#glow {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.illuminate {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);    
    width: 300px;
    height: 300px;
    z-index: 9;
    display: block;
    mix-blend-mode: screen;
}

.one {
    opacity: 0.5;
}

#menu {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    width: 590px;
    transition: 1s;
}


#menu a {
    color: #fff;
    transition: 0.5s;
    font-size: 1rem;
    padding: 30px 14px;
    z-index: 111;
    text-shadow: none;
    font-family: Absinette;
    opacity: 0.1;
}

#menu a:hover, .imgtitle:hover, .title:hover {
    opacity: 1;
    color: #fff;
  text-shadow:
      0 0 4px rgba(255,255,255,0.5),
      0 0 5px rgba(255,255,255,0.5),
      0 0 11px rgba(255,255,255,0.5),
      0 0 21px rgba(255,175,241,0.5),
      0 0 41px rgba(255,175,241,0.5),
      0 0 46px rgba(255,175,241,0.5),
      0 0 51px rgba(255,175,241,0.5),
      0 0 75px rgba(255,175,241,0.5);    
}

.

#menu .row {
    display: table;
    margin: 10px auto;
    text-align: center;
}

.glow {
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px rgba(255,175,241,1),
      0 0 82px rgba(255,175,241,1),
      0 0 92px rgba(255,175,241,1),
      0 0 102px rgba(255,175,241,1),
      0 0 151px rgba(255,175,241,1);      
}

/*

#menu a.lyrics {
    top: 10%;
    left: 10%;
}

#menu a.store {
    top: 8%;
    right: 20%;   
}

#menu a.list {
    top: 55%;
    left: 20%;
}

#menu a.tour {
    right: 5%;
    top: 40%;
}

#menu a.contact {
    bottom: 15%;
    left: 15%;
}

#menu a.letter {
    bottom: 10%;
    right: 30%;
}

*/




.flicker {
  -webkit-animation: flickr 2s infinite ease;
  animation: flickr 2s infinite ease;
}

@-webkit-keyframes flickr {
    0% { opacity: 0.2 }
    10%   { opacity: 0.5; }
    12%   { opacity: 0.1; }
    15%   { opacity: 0; }
    20%   { opacity: .4; }
    25%   { opacity: .2; }
    30%,75%   { opacity: 0.3; }
    40% {opacity: 0.1}
    50% {opacity: 0.3}
    60% {opacity: 0.2}
    79%   { opacity: 0; }
    80%   { opacity: 0.2; }
    100% { opacity: 0.5;    }
  }

@keyframes flickr {
    0% { opacity: 0.2 }
    10%   { opacity: 0.5; }
    12%   { opacity: 0.1; }
    15%   { opacity: 0; }
    20%   { opacity: .4; }
    25%   { opacity: .2; }
    30%,75%   { opacity: 0.3; }
    40% {opacity: 0.1}
    50% {opacity: 0.3}
    60% {opacity: 0.2}
    79%   { opacity: 0; }
    80%   { opacity: 0.2; }
    100% { opacity: 0.5;    }
  }


#video {
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 30vh;
    width: 57vh;
    mix-blend-mode: screen;
}

#video2 {
    position: fixed;
    z-index: 15;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40vh;
    width: 70vh;
    mix-blend-mode: screen;
}

#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;
opacity: 0;
}

.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, #lightbox.lyrics, #lightbox.contact  {
    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%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

#lightbox.lyrics .tourcontainer, #lightbox.tour .tourcontainer {
    padding-top: 50px;
}

.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;
    text-align: left;
    color: #fff;
}

.contact .tourwrapper, .lyrics .tourwrapper {
    text-align: center;
}

.tourwrapper.center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: relative;
    margin: 0px;
}


p {
    text-align: center;
    color: #fff;
}

.lyrics p {
    font-family: 'Media Sans';
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.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: 'Absinette', 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-pause-button{
    font-size: 25px;
    cursor: pointer;
    position: fixed;
    top: 50px;
    left: 35px;
    opacity: 0.3;
    z-index: 12;
}

#play-pause-button:hover {
    opacity: 1;
}

.play {
    position: fixed;
    bottom: 20px;
    left: 30px;
    color: #fff;
    opacity: 0.5;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    z-index: 12;
}

.play img {
    width: 25px;
    display: block;
    height: auto;
}

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

.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: 'Absinette';
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    opacity: 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: #fff;
    opacity: 0.5;
    font-size: 20px;  
    padding: 10px;
    opacity: 0.5;
}

#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: 'Absinette', 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: 'Absinette';
    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: 'Absinette', 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: 'Absinette', 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: 'Absinette', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Absinette', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Absinette', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Absinette', 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% {opacity: 0; -webkit-filter: blur(100px)}
    100% {opacity: 1; -webkit-filter: blur(0px)}
}

@keyframes zoomin {
    0% {opacity: 0; filter: blur(100px)}
    100% {opacity: 1; filter: blur(0px)}
}


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

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

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

.mobile {
    display: none;
}

.desktop {
    display: block;
}


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


@media (max-width: 800px) {
	
	.desktop {
		display: none;
	}	
    
    .mobile {
        display: block;
    }
    
    .focus {
        display: none;
    }
    
    .title, #menu a {
        opacity: 1;
    }
    
    .title {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    .title span {
        font-size: 13px;
        opacity: 0.4;
    }
    
    #play-pause-button {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 130px;
        top: auto;
    }

    body {
        background: url('../img/bg4-mobile.jpg') #000;
        background-repeat: no-repeat;
        background-position: 50% 50%;	
        background-size: cover;
        cursor:url(../img/cursor2.png) 10 10, auto;
         -webkit-overflow-scrolling: touch;
    }
    
    #menu {
        width: 100%;
        display: table;
        text-align: center;
        bottom: 20px;
    }
    
    #menu.desktop {
        display: none;
    }
    
    .tourwrapper {
        max-width: 80%;
    }
    
    .tour h3 {
        font-size: 2.5rem;
    }

    .imgtitle {
        width: 90%;
    }
    
    #menu a {
        padding: 5px 14px;
    }
    
    .row {
        margin: 10px auto;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    .tourcontainer {
        padding 0px;
    }

    #signupform {
        width: 290px;
        margin: 0 auto;
        z-index: 9;
        font-size: 10px;
        letter-spacing: 1px;
    }

    #signupform .email {
        width: 85%;
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #fff;
    }

    #signupform .signupbutton {
        opacity: 1;
        top: 1px;
        right: 15px;
    }
    
    #socials {
        top: 20px;
    }
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }

    .lyrics h2 {
        text-align: center;
    }

}


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

}
