body {
    background-color: #111;
    margin:0;
}

* {
    box-sizing: border-box;
}


@font-face {
    font-family: 'OldLondon';
    src: url('../fonts/Old London.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'pixel';
    src: url('../fonts/advanced_pixel-7.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.parameter-64 {
  position: fixed;
  left: 16px;
  bottom: 11px;
  z-index: 100;
  font-family: sans-serif;
  font-size: 16px;
  text-decoration: none;
  /* transform: translateX(-50%); */
  color: #fff;
  opacity: 0.85;
  text-shadow: 1px 1px 10px #000;
  padding-right: 25px;
}
@media screen and (max-width: 1000px) {
  
  .parameter-64 {
    font-size: 12px;
  }

}

.video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg,#F17C58, #E94584, #24AADB , #27DBB1,#FFDC18, #FF3706);
    background-size: 600% 100%;
    animation: gradient 16s linear infinite;
    animation-direction: alternate;
    mix-blend-mode: hue;
    z-index: 1;
}
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}

.stupid-logo {
    max-height: 50vh;
    max-width: 90%;
    mix-blend-mode: overlay;
    z-index: 4;
    margin: 0 auto;
}

.centered-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    z-index: 2;
}

.buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 50;
}

.buttons .button {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 30px;
}

.buttons .button {
    width: 100%;
    width: 120px;
    height: 120px;
    
}
.buttons .button:hover {
    width: 100%;
    width: 120px;
    height: 120px;
    animation: sprite 0.8s steps(3, end) infinite;
}

.buttons .button.youtube {
    background-image: url(/images/youtube-sprite.jpg);
    background-size: auto 100%; 
}
.buttons .button.stupid-facebook {
    background-image: url(/images/stupid-fb-sprite.jpg);
    background-size: auto 100%;
}
.buttons .button.stupid-insta {
    background-image: url(/images/stupid-insta-sprite.jpg);
    background-size: auto 100%;
}

@keyframes sprite {
  0% { 
    background-position: 0px 0px;
  }
  100% { 
    background-position: -360px 0px;
  }
}

 @keyframes sprite-mobile_large {
      0% { 
        background-position: 0px 0px;
      }
      100% { 
        background-position: -255px 0px;
      }
    }

@keyframes sprite-mobile_small {
      0% { 
        background-position: 0px 0px;
      }
      100% { 
        background-position: -180px 0px;
      }
    }

@media screen and (max-width: 600px) {
  
    .buttons .button {
        width: 100%;
        width: 85px;
        height: 85px;
    }

   .buttons .button {
        animation: sprite-mobile_large 0.8s steps(3, end) infinite!important;
    }

}


@media screen and (max-width: 400px) {
  
    .buttons .button {
        width: 100%;
        width: 60px;
        height: 60px;
    }

   .buttons .button {
        animation: sprite-mobile_small 0.8s steps(3, end) infinite!important;
    }

}

.veggie-burger {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 26px;
  right: 32px;
  transition-duration: 0.5s;
  z-index: 10000;
}

.veggie-burger:after {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -20px;
    left: -20px;
    background-size: 400%;
    z-index: -1;
    filter: blur(20px);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    animation: glowingBackground 25s linear infinite, rotateGlow 30s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 50%;
    opacity: 0.5;
}

.veggie-burger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 8px;
  width: 60px;
  top: 30px;
  background-color: #fff;
}
.veggie-burger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: #fff;
  content: "";
  top: -20px;
}
.veggie-burger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: #fff;
  content: "";
  top: 20px;
}
.veggie-burger.open .icon {
  transition-duration: 0.5s;
  transform: rotateZ(180deg);
}
.veggie-burger.open .icon:before {
  transform: rotateZ(45deg) scaleX(0.75) translate(20px, -6px);
}
.veggie-burger.open .icon:after {
  transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 6px);
}
.veggie-burger:hover {
  cursor: pointer;
}




.slide-down-menu {

    position: fixed;

    display: flex;
    flex-direction: column;
    align-items: end;

      color: transparent;
      width: 700px;
      top: 146px;
      right: 46px;
      height: 0rem;
      z-index: 1100;
      overflow: hidden;
}

.slide-down-menu ul.menu-inner {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: end;
    align-items: end;
}

.slide-down-menu .menu-inner li a {
  display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-family: "pixel";
    font-weight: 600;
    line-height: 0.7em;
    font-size: 82px;
    letter-spacing: 0.08em;
    text-shadow: 1px 1px 12px black;
}
.slide-down-menu .menu-inner li a span {
  border-bottom: 6px solid transparent;
}
.slide-down-menu .menu-inner li:hover a span {
  border-bottom: 6px solid #fff;
}


@media screen and (max-width: 1200px) {
  
    .slide-down-menu .menu-inner li a {
        font-size: 69px;
    }
    .slide-down-menu .menu-inner li a img {
        width: 90px;
        height: 90px;
    }

    .slide-down-menu {
        right: 20px;
    }

}

.slide-down-menu i.h {
  color: #fff;
  font: 700 48.28px Tahoma;
  line-height: 71px;
  text-shadow: 0px 0px #819da6, 1px 1px #819da6, 2px 2px #819da6, 3px 3px #819da6, 4px 4px #819da6, 5px 5px #819da6, 6px 6px #819da6, 7px 7px #819da6, 8px 8px #819da6, 9px 9px #819da6, 10px 10px #819da6, 11px 11px #819da6, 12px 12px #819da6, 13px 13px #819da6, 14px 14px #819da6, 15px 15px #819da6, 16px 16px #819da6, 17px 17px #819da6, 18px 18px #819da6, 19px 19px #819da6, 20px 20px #819da6, 21px 21px #819da6, 22px 22px #819da6, 23px 23px #819da6, 24px 24px #819da6, 25px 25px #819da6, 26px 26px #819da6, 27px 27px #819da6, 28px 28px #819da6;
}

.slide-down-menu .menu-inner a {
  display: table-cell;
  color: #727272;
  text-align: center;
  text-decoration: none;
}

.slide-down-menu .menu-inner a:hover {
  
}

.slide-down-menu .menu-inner a {
    
}





.slide-down-menu .menu-inner a > .fa {
  font-size: 28px;
  line-height: 71px;
}

.slide-down-menu.active {
  height: 480px;
}


.menu-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e0;
    z-index: 100;
}
.menu-backdrop.visible {
    display: block;
}




.video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg,#F17C58, #E94584, #24AADB , #27DBB1,#FFDC18, #FF3706);
    background-size: 600% 100%;
    animation: gradient 16s linear infinite;
    animation-direction: alternate;
    mix-blend-mode: hue;
    z-index: 1;
}
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}






.gallery-wrapper {
    columns: 400px;
    column-gap: 0; 
    margin-top: 20px;
}

.gallery-wrapper img {
    break-inside: avoid-column;
    width: 100%;
}

.gallery-logo {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    max-width: 60%;
    max-height: 90%;
    
    transform: translate(-50%,-50%);
    mix-blend-mode: color-dodge;
    opacity: 0.4;
}

@keyframes sprite {
  0% { 
    background-position: 0px 0px;
  }
  100% { 
    background-position: -360px 0px;
  }
}

.gallery-h1 {
    padding: 25px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 70px;
    font-family: "OldLondon";
    font-weight: 200;
}
.gallery-p {
    padding: 0 20px 22px 20px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    max-width: 1300px;
    margin: 0 auto;
    font-family: "pixel";
    font-weight: 100;
    line-height: 0.7em;
    text-shadow: 1px 1px 5px black;
}