gallery@charset "UTF-8";

/* General CSS-rules*/

@font-face {font-family: "Helvetica Neue";
    src: url("//db.onlinewebfonts.com/t/b812035768ba3b9e92b0a01c747eecbd.eot");
    src: url("//db.onlinewebfonts.com/t/b812035768ba3b9e92b0a01c747eecbd.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/b812035768ba3b9e92b0a01c747eecbd.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/b812035768ba3b9e92b0a01c747eecbd.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/b812035768ba3b9e92b0a01c747eecbd.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/b812035768ba3b9e92b0a01c747eecbd.svg#Helvetica Neue") format("svg");
}

@font-face {font-family: "Nature";
    src:     url("../fonts/Fs_NATURE-_Normal.woff") format("woff");
    src:     url("../fonts/Fs_NATURE-_Normal.woff2") format("woff2");
}

@font-face {font-family: "Lunettes";
font-weight: normal;
    src:     url("../fonts/Lunettes-Regular.woff") format("woff");
    src:     url("../fonts/Lunettes-Regular.woff2") format("woff2"); 
}

@font-face {font-family: "Lunettes";
font-weight: lighter;
    src:     url("../fonts/Lunettes-Thin.woff") format("woff");
    src:     url("../fonts/Lunettes-Thin.woff2") format("woff2"); 
}

@font-face {font-family: "Lunettes";
font-weight: bold;
    src:     url("../fonts/Lunettes-Semibold.woff") format("woff");
    src:     url("../fonts/Lunettes-Semibold.woff2") format("woff2"); 
}

::-webkit-scrollbar
{
  width: 0px;  /* for vertical scrollbars */
  height: 0px; /* for horizontal scrollbars */
}

* {
  margin: 0px;
  padding: 0px;
  }

html, body {
    background-color: #000;
    font-family: "Lunettes";
    font-size: 13px;
    font-weight:400;
    letter-spacing: 0.7px;
    color: #fff;
    overflow: scroll;
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Chrome/Safari/Opera */
       -khtml-user-select: none; /* Konqueror */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge*/
              user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

p{font-size: 14px;
font-weight: lighter;}
h2 {
  font-size: 40px;
}

h3 {
  font-family: Lunettes;
  font-weight: bold;
  font-size: 30px;
 
}

ul {
  list-style: none;
}



/* NAV */

.navbtn {
  position: fixed;
  margin: : 10px;
  /* border: 4px solid transparent; */
  font-size: 22px;
  font-family: "Lunettes";
  font-weight: bold;
  letter-spacing: 0.7px;
  -webkit-filter: blur(5px);
  color: rgb(235, 62, 0);
  cursor: pointer;
  z-index: 99999;
  transition: all 0.2s;
}


.navbtn:hover {
  -webkit-filter: blur(0.2px);
     -moz-filter: blur(0.2px);
       -ms-filter:blur(0.2px);
          filter: blur(0.2px);
          color: rgba(235, 62, 0, 0.8);
          text-shadow: 0 0 5px rgb(235, 62, 0);

        padding: 7px;
        border-radius: 10px;
        outline-style: dotted;
        outline-offset: -2px;
        outline-width: 4px;
        outline-color: rgba(66, 80, 244, 1);

        transition: all 0.4s ;

        animation-name: blink;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
      box-shadow: 0 0 0.2em 0.2em rgba(66, 80, 244, 0), inset 0 0 1.9em 0.2em rgba(66, 80, 244, 0) ;
      outline-color: rgba(66, 80, 244, 0);
      text-shadow: 0 0 5px rgb(235, 62, 0);
    }
    25% {
      box-shadow:0 0 1.5em 0.3em rgba(209, 225, 252, 0.15), inset 0 0 1.9em 0.2em rgba(209, 225, 252, 0.15) ;
      text-shadow: 0 0 8px rgb(235, 62, 0);
    }
    50% {
      box-shadow:0 0 2.5em 0.4em rgba(137, 181, 255, 0.3), inset 0 0 1.9em 0.2em rgba(137, 181, 255, 0.25);
      outline-color: rgba(66, 80, 244, 0.6);
      text-shadow: 0 0 12px rgb(235, 62, 0);
    }
    75% {
      box-shadow: 0 0 3.5em 0.2em rgba(66, 80, 244, 0.4), inset 0 0 1.9em 0.2em rgba(66, 80, 244, 0.3) ;
      text-shadow: 0 0 10px rgb(235, 62, 0);
    }
    90% {
      box-shadow: 0 0 2.5em 0.3em rgba(66, 80, 244, 0.2), inset 0 0 1.9em 0.2em rgba(66, 80, 244, 0.1);
      text-shadow: 0 0 6px rgb(235, 62, 0);
    }
    100% {
      box-shadow: 0 0 0.2em 0.2em rgba(66, 80, 244, 0), inset 0 0 1.5em rgba(66, 80, 244, 0);
      outline-color: rgba(66, 80, 244, 0);
    }
}



.start{width: 100%; height: 100%; position: relative;}

#aboutbtn {
  z-index: 999;
  position: absolute;
  top: 50px;
  left: 50px;
}

#contactbtn {
  z-index: 999;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

#artistsbtn {
  z-index: 999;
  position: absolute;
  top: 50px;
  right: 50px;
}

#musicbtn {
  z-index: 999;
  position: absolute;
  bottom: 50px;
  right: 50px;

}

/* THANK YOU */

.thankyousection {
position:absolute;
top: 50%;
left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);


   /* z-index: 9999;
    pointer-events: none;*/
}

.thankyou {

}

.tylist{
  top: 50%;
  list-style: none;
}

.tylist li {
  line-height: 0.8;
  letter-spacing: -4px;
}


.tyword {
  font-size: 80px;
  font-family:"Helvetica Neue";
  color: white;
  font-stretch: expanded;
  font-weight: 800;
  z-index: 8888;
}


#tysolid li{
}

#tyoutlined {
  color: transparent;
  opacity: 1;
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
}


.blurimg{
 position:fixed;
 left: 50%;
 bottom: -3%;
 -webkit-transform: translate(-50%, 0%);
     -ms-transform: translate(-50%, 0%);
         transform: translate(-50%, 0%);
  width: 480px;
  pointer-events: none;
}
/* END OF THANK YOU */




#outlinedletter {
  color: transparent;
  opacity: 0.2;
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

#solidletter {
  /* background-image: linear-gradient(#ededed,#bcbcbc,#e0e0e0,#a3a3a3,#f2f2f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}


/*SCROLL IMAGE GALLERY */


.Loop {
  z-index: 555;
  position: absolute;
width: 100%;
height: 150%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  left: 0%;
  top: -50%;
    /*-webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%) ;*/
/*
 transform: perspective(800px) rotateX(45deg) ;*/


}

.normal{
  transform: perspective(800px) rotateX(0deg) ;
}

.orderimg{
  width:  100%;

}

/*
section:hover{
  width:80%!important;
  transition: all 1s ease-in-out;
}

section h3{opacity: 0; transition: all 0.2s;}
section:hover h3{opacity: 1; transition: all 0.2s;}
*/

.zoom{  width:30%!important;
  max-height: 60%;
  transition: all 0.3s ease-in-out;
  margin-left: 0!important;
  z-index: 9999!important;




}

.artistsub{padding-top:30px; opacity: 0; transition: all 0.2s;}
.artistsubshow{opacity: 1; transition: all 0.2s;}






.slideimg{

  max-height: 77%;

  max-width: 55%;


}

.section {
  text-align:center;
  font-size: 3em;
}

.artistheading {
    position: absolute;
    width: 302px;
    left: 106px;
    top: 48%;
-webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: left;
  }

.artistheading p{ font-size: 16px;color: rgba(235, 62, 0, 0.8)!important;}


.artistlist{
  position: fixed;
  top: 120px;
  right: -250px;
  z-index: 8888;
  width: 200px;
  transition: all 0.2s ease-in-out;
   padding: 15px;
 background: rgba(0,0,0,0.9);

}

.artistlistin{
right: 35px;
transition: all 0.2s ease-in-out;
}

.artistlist a{text-decoration: none}
.artistlist li{
  color: white!important;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: right;
}

.artistlist li:hover{
  transition: all 0.2s;
  color: rgba(235, 62, 0, 0.8)!important;
    text-shadow: 0 0 5px rgb(235, 62, 0)!important;
}


.btnactive{
    -webkit-filter: blur(0.2px);
     -moz-filter: blur(0.2px);
       -ms-filter:blur(0.2px);
          filter: blur(0.2px);
          color: rgba(235, 62, 0, 0.8);
          text-shadow: 0 0 5px rgb(235, 62, 0);

        padding: 7px;
        border-radius: 10px;
        outline-style: dotted;
        outline-offset: -2px;
        outline-width: 4px;
        outline-color: rgba(66, 80, 244, 1);

        transition: all 0.4s ;

        animation-name: blink;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
}


.abouttext{
  position: fixed;
  top: 105px;
  left: -320px;
  z-index: 8888;
  width: 300px;
 
  transition: all 0.2s ease-in-out;
  line-height: 18px;
  text-align: justify;
  -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        background: rgba(0,0,0,0.9);
        padding: 15px;
 

}
.abouttextin{
  left:35px;
}

.abouttext p{font-size: 14px!important;}


.mixtape{
  position: fixed;
  width: 300px;
  right: -350px;
  bottom: 120px;
  transition: all 0.2s ease-in-out;
  z-index: 8888;
}

.mixtapein{
    right: 50px;
    transition: all 0.2s ease-in-out;
}

.contacttext{
  position: fixed;
  width: 300px;
  left: -350px;
  bottom: 120px;
  transition: all 0.2s ease-in-out;
  z-index: 8888;
    line-height: 25px;
     background: rgba(0,0,0,0.9);
        padding: 15px;
}

.contacttextin{
    left: 35px;
    transition: all 0.2s ease-in-out;
}

 a{ 
  color: white;
  transition: all 0.2s;

}

 a:hover{
 color: rgba(235, 62, 0, 0.8)!important;
   text-shadow: 0 0 5px rgb(235, 62, 0);
   transition: all 0.2s;
   }



   .dropbutton{

    width: 70px;
    height: 70px;
    position:fixed;
    bottom: 120px;
    right: 50px;
    z-index: 9999;
    cursor: pointer;


   }



.image-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
    opacity: 1;
   width: 100px;

   transition: all 0.5s;
}
.image-warpper img{
transition: all 0.5s;

  width: 100px!important;}

.image-wrapper.fade-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.dropframe{
  position: fixed;
  left:150px;
  right: 150px;
  top: 0;
  bottom: 0;

  z-index: 8877;
}



.popup{
  position: fixed;
  z-index: 9999;
  bottom: -350px;
  right:150px;
  width: 400px;
  height: 346px;
  border: solid 0.9px white;
  transition: all 1s;
}

.popupinside{  background: url(../img/zuendel.gif);
}
.popupin{
  bottom: -1px;
  transition: all 0.5s;

}
.close{
  cursor: pointer;
width:50px;
height: 50px;
position: absolute;
top:1px;
right: 1px;}

.numberCircle {
     border-radius: 50%;
    behavior: url(PIE.htc);
    width: 25px;
    height: 25px;
    padding: 10px;
    background: transparent;
    border: 3px solid white;
    color: #666;
    text-align: center;
    font: 20px Lunettes;
    font-weight: bold;
    position: fixed;
    left: -61px;
  top: 48%;
  color: white;
-webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.nr{font-weight: bold;}



/*MOBILE*/

.mobhead{display: none;}

 @media screen and (max-width: 1024px) { 
.popup{display:none;}

.navbtn{
  -webkit-filter: blur(0.2px);
     -moz-filter: blur(0.2px);
       -ms-filter:blur(0.2px);
          filter: blur(0.2px);
          color: rgba(235, 62, 0, 0.8);
          text-shadow: 0 0 5px rgb(235, 62, 0);

        padding: 7px;
        border-radius: 10px;
        outline-style: dotted;
        outline-offset: -2px;
        outline-width: 4px;
        outline-color: rgba(66, 80, 244, 1);

        transition: all 0.4s ;

        animation-name: blink;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
}


#aboutbtn{left:25px; top: 25px;}
#contactbtn{bottom: 25px; left: 25px;}
#artistsbtn{top: 25px; right: 25px;}
#musicbtn{bottom: 25px; right: 25px;}


.artistheading h3{font-size: 20px;}
.artistheading{top:115px;}
.slideimg{
  max-width: 90%;
  max-height: 55%;
  padding-top: 80px;
}
.mobhead{display: inline; padding:0!important;}
.start{display: none;}


.dropframe{display: none;}

.artistlist{top:80px;}
.artistlistin{right: 10px; top:80px;}

.abouttext{top:80px;}
.abouttextin{left:10px; top:80px;}

.contacttextin{left: 10px;}

.mixtapein{right: 25px;}

 }
