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

html {
    height: 100%;
}

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    display: block;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: Touche, sans-serif;
}

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

body {
    display: block;
    visibility: visible;
    overflow-y: scroll; 
}

#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: 100vh;
    z-index: 9999;
}

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

#mobile {
    display: none;
}

#home, #videos, #album, #merch, #footer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 100px 0px;
}

h1 {
    padding: 0px 5%;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0px auto 30px auto;
    text-align: center;
}


h2 {
    padding: 0px 15%;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0px auto 30px auto;
    text-align: center;
}


.container {
    width: 70%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.parent {
    display: grid;
    grid-template-columns: 100% 1fr;
    grid-template-rows: 1fr;
}

.child {
    grid-area: 1 / 1 / 2 / 2;
    align-items: center;
    align-content: center;
}

.child1 {
    z-index: 1;
}

.child2 {
    z-index: 2;
}

.pic {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 700px;
    height: auto;
    overflow: hidden;
    visibility: visible;
     -webkit-overflow-scrolling: touch;
}

.tracklist {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 500px;
    height: auto; 
    transition: 0.5s;
    filter: blur(20px);
    opacity: 0.5;
}

.tracklist:hover {
    filter: blur(0px);
}

.tracklist.active {
    opacity: 1;
    filter: blur(0px)
}

.se {
    display: block;
    margin: 0px auto 30px auto;
    width: 300px;
    height: auto;
}

#home {
    z-index: 1;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
}

#videos {
    z-index: 2;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0033b2+0,00178d+100 */
background: #0033b2; /* Old browsers */
background: -moz-linear-gradient(top,  #0033b2 0%, #00178d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0033b2 0%,#00178d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0033b2 0%,#00178d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033b2', endColorstr='#00178d',GradientType=0 ); /* IE6-9 */
}

#album {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00178d+0,000d52+100 */
background: #00178d; /* Old browsers */
background: -moz-linear-gradient(top,  #00178d 0%, #000d52 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00178d 0%,#000d52 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00178d 0%,#000d52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00178d', endColorstr='#000d52',GradientType=0 ); /* IE6-9 */
 padding-top: 0px;       
}


#merch {        
    z-index: 2;
/*    background: url("../img/merch2.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000d52+0,3851d5+100 */
background: #000d52; /* Old browsers */
background: -moz-linear-gradient(top,  #000d52 0%, #3851d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000d52 0%,#3851d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear  -gradient(to bottom,  #000d52 0%,#3851d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d52', endColorstr='#3851d5',GradientType=0 ); /* IE6-9 */
  padding-top: 0px;  
}

#footer {   
    z-index: 2;
    background: url("../img/footer.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}


#footer p {
    text-align: center;
}

#footer {
    padding-top: 0px;
}

#footer .container {
    padding-top: 0px;
}


#signupform, #mobilenotice {
	color: #fff;
	margin: 0px auto;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 4;
    position: relative;
    display: block;
}

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

#signupform .email {
    background: transparent;
    border: 5px solid #fff;
    width: 370px;
    padding: 15px 5px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    vertical-align: bottom;
    margin: 0px -7px 0px 0px;
    font-weight: bold;
    font-family: Touche, sans-serif, sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

#signupform .signupbutton {
    color: #549cc5;
    font-size: 15px;
    line-height: 15px;
    vertical-align: bottom;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 16.5px 25px;
    display: inline;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    border: 5px solid #fff;
    margin: 0 0 0 -5px;
    cursor: pointer;
    background: #fff;
    border-radius: 0px;
    font-family: Touche, sans-serif, sans-serif;
}

#signupform .signupbutton:hover {
    background: transparent;
    color: #fff;
}

#host #signupform .signupbutton:hover {
    background: transparent;
    color: #fff;
}

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

p {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.4rem;
    width: 80%;
    margin: 25px auto;
}

#album p {
    text-align: center;
    font-size: 0.95em;
}


.float {
    display: inline;
    float: left;
    padding: 0px 40px 0px 40px;
    text-align: left;
    color: #fff;
    width: 50%;
}

.float p {
    width: 100%;
}

.clear {
    clear: both;
}

.button {
    clear: both;
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 1.2rem 3rem;
    border: 7px solid #fff;
    background: transparent;
    transition: 0.5s;
    display: table;
    text-align: center;
    margin: 20px auto 0px auto;
}

.smallbutton {
    clear: both;
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: middle;
    text-transform: uppercase;
    padding: .8rem 2rem .6rem 2rem;
    border: 4px solid #fff;
    background: #fff;
    transition: 0.5s;
    display: table;
    text-align: center;
    color: #549cc5;
    margin: 10px auto 0px auto;
}

.float .button {
    display: table;
    padding: 1.2rem 5rem;
}

.smallbutton:hover {
    background: transparent;
    color: #fff;
}

.button:hover {
    background: #fff;
    color: #0033b2;
}

#buy .button:hover {
    color: #f18d3e;
}



.socials {
    position: relative;
    display: table;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    margin: 30px 0px 20px 0px;
}

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

.socials a:hover {
    color: rgba(255,255,255,0.8);
}

.container {
    width: 70%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.textblock {
    display: block;
    margin: 20px auto;
    width: 100%;
    padding:2px 0px 0px 0px;
}

.buttonblock {
    display: table;
    margin: -10px auto 40px auto;
    width: 100%;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("../img/freelove.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
}

.noise {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("../img/noise.gif");
    background-size: auto;
    background-position: bottom center;
    background-repeat: repeat;
    mix-blend-mode: multiply;
    opacity: 0.2;
    z-index: 2;
    top: 0px;
    left: 0px;
    display: none;
}

.freelove {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;    
    display: block;
}

.freelove div {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    filter: blur(100px);
    display: block;
    opacity: 0;
}

.freelove div.f {
    background: url("../img/f.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.r {
    background: url("../img/r.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.e1 {
    background: url("../img/e1.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.e2 {
    background: url("../img/e2.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.l {
    background: url("../img/l.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.o {
    background: url("../img/o.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.v {
    background: url("../img/v.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.e3 {
    background: url("../img/e3.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.cta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 0.9em;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    filter: blur(100px);
    opacity: 0;
    z-index: 11;
    display: table;
}

.cta a {
    opacity: 0.7;
    transition: 0.3s;
    padding: 10px 10px;
}

.cta a:hover {
    opacity: 1;
}

.unblur {
    animation: unblur 2s forwards;
}

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

.unblur.f {
    animation-delay: 0s;
}

.unblur.r {
    animation-delay: 0.30s;
}

.unblur.e1 {
    animation-delay: 0.60s;
}

.unblur.e2 {
    animation-delay: 0.90s;
}

.unblur.l {
    animation-delay: 1.2s;
}

.unblur.o {
    animation-delay: 1.5s;
}

.unblur.v {
    animation-delay: 1.8s;
}

.unblur.e3 {
    animation-delay: 2.2s;
}

.cta {
    animation-delay: 2.5s;
}


#collection-component-1594063269742 {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
background: #000d52; /* Old browsers */
background: -moz-linear-gradient(top,  #3851d5 0%, #000d52 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3851d5 0%, #000d52 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3851d5 0%, #000d52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3851d5', endColorstr='#000d52',GradientType=0 ); /* IE6-9 */    
}

#lightbox {
  z-index: 500;
  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: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
}

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

#lightbox.satellite {
    background: url("../img/satellite.png") #D6FF48;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow-y: auto;
}

.satellite {
    position: fixed;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 100%;
    width: auto;
}

.get-tickets {
    position: fixed;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.watch-trailer {
    position: fixed;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.get-tickets:hover, .watch-trailer:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

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

.satellite-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;
}

.satellite-container p {
    font-family: Touche, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

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

.satellite-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;
}

/*
.pic {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
*/

.pic-watermelon {
    display: block;
    position: absolute;
    top: 100vh;
    left: -5vw;
    width: 25vw;
    height: 35.7vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/watermelon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-birb {
    display: block;
    position: absolute;
    top: 65vh;
    right: -5vw;
    width: 25vw;
    height: 35.7vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/birb.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-phonebooth {
    display: block;
    position: absolute;
    top: 105vh;
    left: 0vw;
    width: 20vw;
    height: 28.56vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/phonebooth.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-disco {
    display: block;
    position: absolute;
    top: -30vh;
    left: 0vw;
    width: 35.7vw;
    height: 25vw;
    max-height: 700px;
    max-width: 1000px;
    background: url("../img/pics/disco.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-wires {
    display: block;
    position: absolute;
    top: 55vh;
    left: 0vw;
    width: 20vw;
    height: 28.56vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/wires.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-dandelion {
    display: block;
    position: absolute;
    top: -25vh;
    left: 0vw;
    width: 30vw;
    height: 42.84vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/dandelion.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-winter {
    display: block;
    position: absolute;
    top: -75vh;
    right: -5vw;
    width: 30vw;
    height: 42.84vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/winter.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-road {
    display: block;
    position: absolute;
    top: -65vh;
    right: -5vw;
    height: 25vw;
    width: 35.7vw;
    max-width: 700px;
    max-height: 1000px;
    background: url("../img/pics/road.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.pic-rose {
    display: block;
    position: absolute;
    top: -155vh;
    right: -5vw;
    width: 25vw;
    height: 35.7vw;
    max-width: 700px;
    max-height: 1000px;  
    background: url("../img/pics/rose.png");
    background-size: cover;
    background-repeat: no-repeat;
}


/*

.wrap-watermelon, .wrap-disco, .wrap-dandelion, .wrap-rose {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.wrap-birb, .wrap-winter, .wrap-phonebooth  {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);    
}

.wrap-wires, .wrap-road {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);     
}

*/


.play {
    position: fixed;
    bottom: 20px;
    left: 30px;
    color: #ffcc4d;
    font-family: Touche;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    opacity: 1;
    mix-blend-mode: difference;
}

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

.play:hover {
    color: #fff;
}

.play:hover span {
    opacity: 1;
}

.link {
    display: table;
    padding: 1.2rem 2rem 1rem 2rem;
    font-size: 1rem;
    margin: 20px auto 0px auto;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    transition: 0.5s;
    border: 2px solid #fff;
}

#merch .link {
    width: 230px;
}

.link:hover {
    background: #fff;
    color: #549cc5;
}



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: Touche, 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 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)}
}




/** NIVO LIGHTBOXPLUGIN **/


.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    padding: 5px;
    opacity: 1;
    top: 15px !important;
    right: 15px !important;
    transition: 0.3s;
    background: url('../js/lightbox/lightbox-close.png') !important;
    background-size: 100% !important;
    background-position: top left !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.95) !important;
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
    display: block;
}

a.nivo-lightbox-nav  {
    opacity: 0.7;
    transition: 0.3s;
    padding: 0px 30px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 20px;
    -webkit-transform: tranlsateY(-50%);
    -ms-transform: tranlsateY(-50%);
    transform: tranlsateY(-50%);
}

a.nivo-lightbox-nav:hover {
    opacity: 1;
}


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


@media (max-width: 800px) {
	
    #home {
        height: calc(100vh - 100px);
    }
    
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    .satellite-container {
        width: 100%;
    }
    
    #videos .container {
        width: 100%;    
    }
    
#lightbox.satellite {
    background: url("../img/satellite-mobile.png") #D6FF48;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow-y: auto;
}    

.satellite {
    position: fixed;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 60%;
    width: auto;
}

.get-tickets {
    position: fixed;
    left: 10%;
    bottom: 7%;
    top: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.watch-trailer {
    position: fixed;
    right: 10%;
    bottom: 7%;
    top: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35%;
    height: auto;
    display: block;
    transition: 0.5s;
}    
    
    .bg {
    background: url("../img/freelovemobile.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
    

.pic-watermelon,.pic-birb,.pic-phonebooth,.pic-disco,.pic-wires,.pic-dandelion,.pic-winter,.pic-road,.pic-rose {
    display: none;
    background: transparent;
}    
    
    .freelove {
        top: -20vh;
    }
    

.freelove div.f {
    background: url("../img/fmobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.r {
    background: url("../img/rmobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.e1 {
    background: url("../img/e1mobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.e2 {
    background: url("../img/e2mobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.l {
    background: url("../img/lmobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.o {
    background: url("../img/omobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.v {
    background: url("../img/vmobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

.freelove div.e3 {
    background: url("../img/e3mobile.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}
    
.cta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 0.8em;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    filter: blur(100px);
    opacity: 0;
    z-index: 11;
    width: 100%;
    text-align: center;
}    
    
    .cta a {
        text-align: center;
        letter-spacing: 1px;
    }

    h1 {
        margin-bottom: 0px;
        padding-top: 50px;
    }
    
    #merch h1 {
        padding-top: 0px;
    }
    
    #home, #videos, #album, #merch, #footer {
        padding-top: 50px;
    }   
    
    #merch {
        padding-top: 0px;
    }
    
#footer {   
    z-index: 2;
    background: url("../img/footermobile.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}    

.button {
    clear: both;
    font-size: 1.3rem;
    line-height: 1.3rem;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 1rem 0px;
    border: 4px solid #fff;
    background: transparent;
    transition: 0.5s;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto 0px auto;
}    

.float .button {
    display: table;
    padding: 0.8rem 0rem;
}    
    
    #collection-component-1594063269742 {
        background: transparent;
    }    

    .se {
        width: 100px;
    }    
    
    .tracklist {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }    
    
    #album .float {
        padding: 0px 10px;
    }

    #signupform {
        width: 100%;
        margin: 0 auto;
        z-index: 9;
        font-size: 10px;
        letter-spacing: 1px;
    }
    
    h2 {
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 120%;
    left: 0;
    margin-left: -10%;
    }

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

    #signupform .signupbutton {
    opacity: 1;
    top: 1px;
    right: auto;
    margin-top: 10px;
    padding: 8px 15px;
    }
    
    
    }

    
    .signup-link {
        bottom: auto;
        top: 40px;
    }
    
    .play {
        bottom: 20px;
        bottom: 20px;
        left: 15px;
        color: #fff;        
    }

#footer {
    padding-top: 0px;
    margin-top: -3px;
}

#album {
    margin-top: -3px;
}

.socials {
margin: 50px 0px 40px 0px;
}       
}

}


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

}
