body {
  background-color: #121212;
  background-image: url('bg.jpg');
  background-size: initial;
  scrollbar-width: none;
  margin-bottom: 0;
}
body::-webkit-scrollbar {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner_item {
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 6px;
  transition: filter linear 1.8s;
}
.webp {
  background-size: initial;
}

.desat {
  filter:saturate(0.3) blur(6px);

}

.navbar {
  z-index: 1;
  position: fixed;
  text-align: center;
  left: 25vw;
  right: 25vw;
  white-space: nowrap;
  top: 0;
  height: 10px;
  background-color: #0f0f0f;
  color: #f5f5f5;
  font-family: Main;
  opacity: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: opacity .2s linear, height .3s linear;
}

.navbar:hover {
  height: 4em;
  opacity: .85;
}

.navbar.preview {
  height: 4em;
  opacity: .85;
}

#endbar {
  background-color: #13131375;
  color: #2a3540;
  width: 100%;
  position: fixed;
  filter: blur(1px);
  font-size: .8em;
  font-family: Main;
  transform: scaleX(1.6);
  text-align: center;
  bottom: 0px;
  /* top: 100%; */
}

#endbar:hover{
  color: #374e63;
  filter: blur(0px);
}



.mute_btm {
  margin: 0.4em;
  height: 70%;
  vertical-align: bottom;
}

.overlay_top {
  text-align: center;
  height: 18%;
  margin: 1% 1% 1% 75%;
  border-radius: 6px;
  background-color: #ccccccb3;
  position: absolute;
  /* top: 10%; */
  width: 24%;
  color: #FFFFFF;
  /* padding-top: 2%; */
  opacity: .9;
  filter: invert(1);
}

.overlay_txt {
  font-size: 8vw;
  font-family: Later;
  color: #FFFFFF;
  position: absolute;
  /* margin: 60px; */
  text-align: center;
  /* left: 50%; */
  width: 100%;
  bottom: 0;
  padding-top: 10px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  line-height: 1.4em;
  background-color: #44444465
}

.watched_overly {
  display: none;
  mix-blend-mode: color-dodge;
  /*background-color: #00000054;*/
  color: #ddddddde;
  font-family: Later;
  padding-top: 12%;
  font-size: 20vw;
  text-align: center;
  margin: 0 10% 0 10%;
  border-radius: 0 0 10px 10px;
  filter: blur(3px);
  text-transform: uppercase;
}

.wtc_desat {
  filter:saturate(0.1) brightness(0.5);
}

.wtcp_desat {
  filter:saturate(0.2);
}
.grid {
  left:1vw;
  top:1vw;
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 2s linear 1s;
}
.images-loaded .grid {
  opacity: 1;
}
.item {
  position: absolute;
  margin: 1px;
  z-index: 1;
}
.item.muuri-item-hidden {
  z-index: 0;
}
.item.muuri-item-releasing {
  z-index: 2;
}
.item.muuri-item-dragging {
  z-index: 3;
}
.item-content {
  position: relative;
  cursor: pointer;
}
.item-content > img {
  display: block;
  border-radius: 6px;
  min-width: 200px;
  min-height: 112px;
  /*width: 24vw;
  height: 13vw;*/

}

.loading {
  display: flex;
  justify-content: center;
  background-color: #171c1c94;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  text-transform: lowercase;
  filter: blur(1px);
  transition: opacity 0.4s linear 0.6s, filter 0.8s linear 0s;
}
.inner_loading {
  font-family: Main;
  background-color: #0000009c;
  color: #0192a4;
  padding: 1em;
  text-align: center;
  font-size: 2.5em;
  width: 25%;
  transform: rotate(5deg);
  border-radius: 12px;
  animation: fadein .8s;
}

@keyframes fadein {
    from { transform: rotate(0deg); filter: blur(20px); opacity: 0.9; }
    to   { transform: rotate(5deg); filter: blur(1px); opacity: 1;}
}

.blink_cursor {
  display: inline;
  font-size: .9em;
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.images-loaded .loading {
  opacity: 0;
  filter: blur(10px);

}
/* SVG Stuff */

}
svg, svg symbol {
    overflow: visible;
}
.media_icons {
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: auto;
  height: 80%;
  margin: 0.4em;
    }

/* MODALS */
#viewer {
  scrollbar-width: none;
}
#viewer::-webkit-scrollbar {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#viewer_desc {
  font-family: Main;
  font-size: 22px;
  text-align: center;
  /* padding-left: .5em; */
  padding: 0 10vw;
  transition: color 1.5s;
  color: #373535;
}
#viewer_desc:hover {
  color:#9e9c9c;
}
#viewer_det {
  font-size: 32px;
  border-radius: 8px;
  text-align: center;
  padding: .5em 10vw;
  transition: background-color 1.5s, text-shadow 1.5s, box-shadow 7s;
  background-color: #605f5f4a;
  color: #000000;
  box-shadow: inset 1px 1px 20px 0px #1c1c1cb8;
}
#viewer_det {}
#viewer_det:hover {
  background-color: #cfcbcb4f;
  text-shadow: 1px 1px 28px #c3bfbfc4;
  box-shadow: inset 1px 1px 50px 30px #c3bfbf1f;
}
.viewer_det_txt {
  font-family: Main;
  font-size: 18px;
  padding: .5em;
}
.modal-content {
    font-family: Later;
    font-size: 2em;
    background-color: #0000008f;
    color: #bdb9b9;
    margin: 8vh auto;
    padding: 20px;
    width: 75vw;
    box-shadow: 7px 2px 5px 0px rgba(0, 0, 0, 0.64), 0 7px 20px 0px rgba(255, 255, 255, 0.16);
    animation-name: modalopen;
    animation-duration: 1s;
}


.vid_container {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover;
  position: absolute;
  top: 0;
  touch-action: none;
}
#vid_box_darken {
  transition: background-color 2s;
}
.img_container {
  display: none;
  width: 100%;6
  height: 100%;
  text-align: center;
  background-size: cover;
  position: absolute;
  top: 0;
}
.msc_container {
  display: none;
  height: 100%;
  width: 100%;
  text-align: left;
  background-size: cover;
  position: absolute;
  top: 0;
  overflow: hidden;
}


/* Play & Stop */

#plbtn {
  display: none;
  position: fixed;
  z-index: 3;
  top: 5vh;
  right: 5vh;
  opacity: .3;
}
#plbtn:hover {
  opacity: .8;
}
.playb {
  display: block;
  transform: scale(1);
  height: 6em;
  width: 6em;
}
.pausb {
  display: none;
  transform: scale(1);
  height: 6em;
  width: 6em;

}

.wave_player {
  position: absolute;
  z-index: 8;
  bottom: 0;
  width: 100%;
  background-color: #25252500;
}
.wave_player:hover {
  background-color: #252525c4;
}
#waveform {
  padding: 0 8px;
}

video {
  height: calc(75vw/2.4);
}

#more_videos {
  background-color: #00000060;
    position: absolute;
    padding: 10px;
    margin: 10px 35% 10px 35%;
    bottom: 20%;
    width: 30%;
    text-align: center;
    z-index: 1;
    opacity: 0;
}
#more_videos:hover {
  opacity: 1;
}

.main_display {
  height: calc(75vw/2.4);
  position: relative;

}
.main_display_title {
  position: absolute;
  opacity: 0.85;
  right: 0;
  padding: 10px 10px 10px 5%;
  background-image: linear-gradient(to right, #66666600 , #0c0c0caa, #0c0c0caa, #0c0c0caa, #0c0c0caa);
  text-align: right;
  margin: 10px;
  z-index: 8;
}



@keyframes
modalopen {  from {
opacity: 0
}

to { opacity: 1 }
}

.bgss{
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 77vw;
}

@keyframes bgss_a {
  0% {
    opacity: 0;
    transform: scale(2.2) translateX(-20%) translateY(-10%) rotate(-15deg);
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
  opacity: 1;
  transform: scale(1) translateX(0px) translateY(-7%);
  }
}
@keyframes bgss_b {
  0% {
    opacity: 0;
    transform: scale(2.4) translateX(2%) translateY(-7%) rotate(30deg);
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
  opacity: 1;
  transform: scale(1) translateX(0px) translateY(0px);
  }
}
@keyframes bgss_c {
  0% {
    opacity: 0;
    transform: scale(2) rotate(-20deg);
  }
  18% {
    opacity: 1;
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
  opacity: 1;
  transform: scale(1);
  }
}
@keyframes bgss_d {
  0% {
    opacity: 0;
    transform: scale(1) translateX(0px) translateY(-7%) rotate(0deg);
  }
  18% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
  opacity: 1;
  transform: scale(2.3) translateX(-15%) translateY(2%) rotate(-25deg);
  }
}
@keyframes bgss_e {
  0% {
    opacity: 0;
    transform: scale(1) translateX(0px) translateY(-7%) rotate(0deg);
  }
  18% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
  opacity: 1;
  transform: scale(2.2) translateX(-20%) translateY(10%) rotate(8deg);;
  }
}

@font-face {
  font-family: Later;
       src: url(Homenaje-Regular.ttf);
  font-weight: bold;
}
  @font-face {
  font-family: Main;
       src: url(Armata-Regular.ttf);
  font-weight: bold;
}


@media only screen and (max-width: 1000px) {

  .modal-content {
    /*background-color: #FF00008f;*/
    margin: 1vh auto;
    width: 98vw;
    padding: 0;
  }
  .main_display {
    height: calc(98vw/2.4);
  }
  video {
    height: calc(98vw/2.4);
  }
  #plbtn {
    top: 65vh;
  }
  .bgss{
    width: 105vw;
  }
  .navbar {
    height: 4em;
    opacity: .55;
    transform: scale(1.8);
    position: absolute;
  }
  .grid {
    top:4em;
  }
}
