
/* FONTS */
@font-face {
  font-family: RobotoCondensed-Light;
  src: url(../fonts/RobotoCondensed-Light.ttf);
}

@font-face {
  font-family: RobotoCondensed-Regular;
  src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: RobotoCondensed-Bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
  font-family: RobotoCondensed-LightItalic;
  src: url(../fonts/RobotoCondensed-LightItalic.ttf);
}

@font-face {
  font-family: RobotoCondensed-Italic;
  src: url(../fonts/RobotoCondensed-Italic.ttf);
}

@font-face {
  font-family: RobotoCondensed-BoldItalic;
  src: url(../fonts/RobotoCondensed-BoldItalic.ttf);
}

html, body {
  background-color: #0a0c0d;
}

/* 0) Twitter Widget Blend Style
------------------------------------------------ */
.twitterContainer {
  width: 530px;
  height: 580px;
  background: rgb(254 179 18 / 14%);
  border-radius: 10px;
  /* box-shadow: 0px 17px 20px -5px rgb(0 0 0 / 10%); */
  overflow: hidden;
}

#twitter-widget-0 {
  /* mix-blend-mode: darken;
  opacity: .7; */
}

.intro00 {
  /* background-color: #3d3d3d; */
}

.twitter-timeline {
  width: 530px !important;
  max-width: initial !important;
}

/* 0) Intro Transition
------------------------------------------------ */
.blackfade {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #0a0c0d;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  animation: fadeout 1s forwards;
  pointer-events: none;
}

.bluefade {
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 85%);
  position: fixed;
  top: 0;
  padding: 25% 0 0 0;
  text-align: center;
  z-index: 2;
  display: none;
}

.blackfade {
  animation-delay: .5s;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.contentfade {
  -webkit-animation: fadein 1s forwards;
  /* Safari, Chrome and Opera > 21.1 */
  -moz-animation: fadein 1s forwards;
  /* Firefox < 16 */
  -ms-animation: fadein 1s forwards;
  /* Internet Explorer */
  -o-animation: fadein 1s forwards;
  /* Opera < 12.1 */
  animation: fadein 1s forwards;
}

/* Safari, Chrome and Opera > 21.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.contentfade {
  opacity: 0;
  animation-delay: 2s;
  background-color: rgb(255 255 255 / 2%);
}

.herobox {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 20px;
}

.heroboxsmall {
  font-size: 20px;
  font-family: RobotoCondensed-Regular;
  margin-bottom: -3px;
}

.heroboxsmallsub {
  font-size: 16px;
  font-family: RobotoCondensed-Light;
  color: #b2b2b2;
}

/* 0) Glitch Text Effect
------------------------------------------------ */
.glitch {
  position: relative;
  color: #fff;
  /* font-size: 4em; */
  /* letter-spacing: 0.5em; */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* left: 2px; */
  text-shadow: -2px 0 #560000;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* left: -2px; */
  text-shadow: -2px 0 #007a2b, 2px 2px #00248b;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(99px, 9999px, 63px, 0);
    transform: skew(0.12deg);
  }

  5% {
    clip: rect(67px, 9999px, 5px, 0);
    transform: skew(0.18deg);
  }

  10% {
    clip: rect(74px, 9999px, 55px, 0);
    transform: skew(0.64deg);
  }

  15% {
    clip: rect(59px, 9999px, 13px, 0);
    transform: skew(0.98deg);
  }

  20% {
    clip: rect(83px, 9999px, 1px, 0);
    transform: skew(0.76deg);
  }

  25% {
    clip: rect(86px, 9999px, 36px, 0);
    transform: skew(0.57deg);
  }

  30% {
    clip: rect(67px, 9999px, 38px, 0);
    transform: skew(0.58deg);
  }

  35% {
    clip: rect(50px, 9999px, 92px, 0);
    transform: skew(0.7deg);
  }

  40% {
    clip: rect(41px, 9999px, 2px, 0);
    transform: skew(0.17deg);
  }

  45% {
    clip: rect(7px, 9999px, 62px, 0);
    transform: skew(0.98deg);
  }

  50% {
    clip: rect(9px, 9999px, 19px, 0);
    transform: skew(0.03deg);
  }

  55% {
    clip: rect(71px, 9999px, 15px, 0);
    transform: skew(0.84deg);
  }

  60% {
    clip: rect(58px, 9999px, 45px, 0);
    transform: skew(0.87deg);
  }

  65% {
    clip: rect(14px, 9999px, 80px, 0);
    transform: skew(0.44deg);
  }

  70% {
    clip: rect(94px, 9999px, 90px, 0);
    transform: skew(0.67deg);
  }

  75% {
    clip: rect(23px, 9999px, 69px, 0);
    transform: skew(0.23deg);
  }

  80% {
    clip: rect(50px, 9999px, 11px, 0);
    transform: skew(0.57deg);
  }

  85% {
    clip: rect(81px, 9999px, 79px, 0);
    transform: skew(0.92deg);
  }

  90% {
    clip: rect(8px, 9999px, 80px, 0);
    transform: skew(0.32deg);
  }

  95% {
    clip: rect(25px, 9999px, 21px, 0);
    transform: skew(0.89deg);
  }
}

@keyframes glitch-anim2 {
  0% {
    clip: rect(74px, 9999px, 2px, 0);
    transform: skew(0.36deg);
  }

  5% {
    clip: rect(41px, 9999px, 97px, 0);
    transform: skew(0.46deg);
  }

  10% {
    clip: rect(28px, 9999px, 29px, 0);
    transform: skew(0.06deg);
  }

  15% {
    clip: rect(99px, 9999px, 67px, 0);
    transform: skew(0.59deg);
  }

  20% {
    clip: rect(3px, 9999px, 66px, 0);
    transform: skew(0.79deg);
  }

  25% {
    clip: rect(3px, 9999px, 22px, 0);
    transform: skew(0.44deg);
  }

  30% {
    clip: rect(17px, 9999px, 73px, 0);
    transform: skew(0.83deg);
  }

  35% {
    clip: rect(24px, 9999px, 53px, 0);
    transform: skew(0.37deg);
  }

  40% {
    clip: rect(46px, 9999px, 53px, 0);
    transform: skew(0.91deg);
  }

  45% {
    clip: rect(56px, 9999px, 92px, 0);
    transform: skew(0.62deg);
  }

  50% {
    clip: rect(44px, 9999px, 21px, 0);
    transform: skew(0.79deg);
  }

  55% {
    clip: rect(26px, 9999px, 82px, 0);
    transform: skew(0.96deg);
  }

  60% {
    clip: rect(87px, 9999px, 38px, 0);
    transform: skew(0.48deg);
  }

  65% {
    clip: rect(3px, 9999px, 62px, 0);
    transform: skew(0.65deg);
  }

  70% {
    clip: rect(19px, 9999px, 4px, 0);
    transform: skew(0.71deg);
  }

  75% {
    clip: rect(72px, 9999px, 97px, 0);
    transform: skew(0.93deg);
  }

  80% {
    clip: rect(26px, 9999px, 71px, 0);
    transform: skew(0.52deg);
  }

  85% {
    clip: rect(14px, 9999px, 62px, 0);
    transform: skew(0.74deg);
  }

  90% {
    clip: rect(47px, 9999px, 42px, 0);
    transform: skew(0.92deg);
  }

  95% {
    clip: rect(8px, 9999px, 89px, 0);
    transform: skew(0.72deg);
  }
}

@keyframes glitch-skew {
  0% {
    transform: skew(-2deg);
  }

  10% {
    transform: skew(-1deg);
  }

  20% {
    transform: skew(-3deg);
  }

  30% {
    transform: skew(0deg);
  }

  40% {
    transform: skew(-3deg);
  }

  50% {
    transform: skew(4deg);
  }

  60% {
    transform: skew(0deg);
  }

  70% {
    transform: skew(-2deg);
  }

  80% {
    transform: skew(4deg);
  }

  90% {
    transform: skew(-4deg);
  }
}

/* 0) 3D Rollover Rotate Effect Corner Styling
----------------------------------------------- */
.corners {
  background:
    linear-gradient(to right, rgb(255 255 255 / 30%) 1px, transparent 1px) 0 0,
    linear-gradient(to right, rgb(255 255 255 / 30%) 1px, transparent 1px) 0 100%,
    linear-gradient(to left, rgb(255 255 255 / 30%) 1px, transparent 1px) 100% 0,
    linear-gradient(to left, rgb(255 255 255 / 30%) 1px, transparent 1px) 100% 100%,
    linear-gradient(to bottom, rgb(255 255 255 / 30%) 1px, transparent 1px) 0 0,
    linear-gradient(to bottom, rgb(255 255 255 / 30%) 1px, transparent 1px) 100% 0,
    linear-gradient(to top, rgb(255 255 255 / 30%) 1px, transparent 1px) 0 100%,
    linear-gradient(to top, rgb(255 255 255 / 30%) 1px, transparent 1px) 100% 100%;

  background-repeat: no-repeat;
  background-size: 10px 10px;
  /* box-shadow: 0 30px 30px rgb(0 0 0 / 20%); */
}

/* 0) Bacground Noise Effect
----------------------------------------------- */
.grain {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url(../images/organized/noise-transparent.png) repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: .9;
  pointer-events: none;
  visibility: visible;
}

@keyframes bg-animation {
  0% {
    transform: translate(0, 0)
  }

  10% {
    transform: translate(-5%, -5%)
  }

  20% {
    transform: translate(-10%, 5%)
  }

  30% {
    transform: translate(5%, -10%)
  }

  40% {
    transform: translate(-5%, 15%)
  }

  50% {
    transform: translate(-10%, 5%)
  }

  60% {
    transform: translate(15%, 0)
  }

  70% {
    transform: translate(0, 10%)
  }

  80% {
    transform: translate(-15%, 0)
  }

  90% {
    transform: translate(10%, 5%)
  }

  100% {
    transform: translate(5%, 0)
  }
}

/* 0) Animated Circles
----------------------------------------------- */
.circleContainer {
  position: absolute;
  left: 20px;
  top: 60px;
  pointer-events: none;
  transform: rotate(338deg);
}

.circle-1 {
  width: 475px;
  height: 475px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-right-color: rgb(255 180 18 / 27%);
  position: absolute;
  animation: circle1AnimationOpacity 4s ease infinite,
    circle1AnimationMove 4s ease infinite;
}

@keyframes circle1AnimationMove {
  00%, 100% {
    transform: translate(-50%, -50%) rotate(49deg);
  }

  07% {
    transform: translate(-50%, -50%) rotate(38deg);
  }

  12%, 19%, 68% {
    transform: translate(-50%, -50%) rotate(42deg);
  }

  26%, 30% {
    transform: translate(-50%, -50%) rotate(82deg);
  }

  73% {
    transform: translate(-50%, -50%) rotate(34deg);
  }

  87%, 92% {
    transform: translate(-50%, -50%) rotate(69deg);
  }

  94% {
    transform: translate(-50%, -50%) rotate(65deg);
  }
}

@keyframes circle1AnimationOpacity {
  00%, 27%, 73%, 100% {
    opacity: 1;
  }

  30%, 70% {
    opacity: 0;
  }
}

.circle-2 {
  width: 475px;
  height: 475px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color: rgb(255 180 18 / 17%);
  position: absolute;
  animation: circle2AnimationOpacity 4s ease infinite,
    circle2AnimationMove 4s ease infinite;
}

@keyframes circle2AnimationMove {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(229deg);
  }

  9% {
    transform: translate(-50%, -50%) rotate(220deg);
  }

  14%, 21% {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  29%, 67% {
    transform: translate(-50%, -50%) rotate(262deg);
  }

  82% {
    transform: translate(-50%, -50%) rotate(241deg);
  }

  90%, 94% {
    transform: translate(-50%, -50%) rotate(249deg);
  }

  99% {
    transform: translate(-50%, -50%) rotate(245deg);
  }
}

@keyframes circle2AnimationOpacity {
  0%, 27%, 79%, 100% {
    opacity: 1;
  }

  30%, 76% {
    opacity: 0;
  }
}

.circle-3 {
  width: 393px;
  height: 393px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-right-color: rgb(255 180 18 / 50%);
  position: absolute;
  animation: circle3Animation 4s ease infinite, circle2AnimationMove 4s ease infinite;
}

@keyframes circle3Animation {
  0% {
    transform: rotate(-3deg);
  }

  20% {
    transform: rotate(-107deg);
  }

  79% {
    transform: rotate(-286deg);
  }

  100% {
    transform: rotate(-364deg);
  }
}

.circle-4 {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-right-color: rgb(255 180 18 / 37%);
  /* border-left-color: rgba(251, 251, 251, 0.2); */
  position: absolute;
  animation: circle4AnimationMove 4s cubic-bezier(1, 0, 1, 1) infinite,
    circle4AnimationOpacity 4s ease infinite;
}

@keyframes circle4AnimationMove {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(219deg) scale(1);
  }

  6% {
    transform: translate(-50%, -50%) rotate(221deg) scale(0.9);
  }

  16% {
    transform: translate(-50%, -50%) rotate(302deg) scale(0.9);
  }

  22% {
    transform: translate(-50%, -50%) rotate(307deg) scale(0.9);
  }

  29% {
    transform: translate(-50%, -50%) rotate(312deg) scale(0.93);
  }

  33% {
    transform: translate(-50%, -50%) rotate(310deg) scale(0.93);
  }

  36% {
    transform: translate(-50%, -50%) rotate(300deg) scale(0.7);
  }

  39% {
    transform: translate(-50%, -50%) rotate(220deg) scale(0.92);
  }

  50%, 57% {
    transform: translate(-50%, -50%) rotate(248deg) scale(0.92);
  }

  66% {
    transform: translate(-50%, -50%) rotate(225deg) scale(0.92);
  }

  73%, 81% {
    transform: translate(-50%, -50%) rotate(243deg) scale(0.92);
  }

  93% {
    transform: translate(-50%, -50%) rotate(215deg) scale(1);
  }
}

@keyframes circle4AnimationOpacity {
  00%, 33%, 50%, 100% {
    opacity: 1;
  }

  36%, 39% {
    opacity: 0;
  }
}

.circle-5 {
  border-radius: 50%;
  border: 1px solid transparent;
  border-right-color: rgb(255 180 18 / 27%);
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  position: absolute;
  animation: circle5AnimationSize 4s cubic-bezier(1, 0, 1, 1) infinite,
    circle5AnimationView 4s ease infinite;
}

.circle-5::before {
  width: 173px;
  height: 173px;
  border-radius: 50%;
  border: 1px solid rgb(251, 251, 251);
  transform: translate(-50%, -50%);
}

.circle-5::after {
  width: 177px;
  height: 177px;
  border-radius: 50%;
  border: 1px solid rgb(251, 251, 251);
  transform: translate(-50%, -50%);
}

@keyframes circle5AnimationSize {
  0%, 38%, 82.82%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }

  45%, 75.44% {
    transform: translate(-50%, -50%) scale(0.7);
  }
}

@keyframes circle5AnimationView {
  0%, 5.7%, 7.4%, 9.8%, 11.5%, 14%, 15.6%, 18.9%, 21.3%, 23.8%, 25.4%, 28.7%, 35.3%, 42%, 77.9%, 82.7%, 83.6%, 85.2%, 86.1%, 91.8%, 93.5%, 97.6%, 100% {
    opacity: 1;
  }

  2.5%, 6.6%, 8.2%, 10.7%, 14.8%, 18%, 20.5%, 22.1%, 24.6%, 27.9%, 36%, 88.6% {
    opacity: 0.5;
  }

  47%, 77.8%, 82.8%, 83.5%, 85.3%, 86%, 90.2%, 92.7%, 96.8%, 99.2% {
    opacity: 0;
  }
}

/* Animated Text Rotator */
h1.rotator {
  padding-left: 30px;
  color: #ffffff;
  font-family: 'RobotoCondensed-Light';
  /* line-height: 1.5; */
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-top: -17px;
  /*filter: opacity(0.5);*/
}

h1.rotater span {
  font-size: 40px;
  margin-left: 40px;
}

.message {
  background-color: #ff9b00;
  color: #000000;
  display: block;
  overflow: hidden;
  position: absolute;
  margin-left: 30px;
  padding-left: 0.5rem;
  top: 0.2rem;
  left: 100px;
  animation: openclose 4s ease-in-out forwards;
}

.word1, .word2, .word3 {
  font-family: RobotoCondensed-Bold;
}

@keyframes openclose {
  0% {
    top: 0px;
    width: 0;
  }

  5% {
    width: 0;
  }

  15% {
    width: 90px;
  }

  30% {
    top: 0px;
    width: 90px;
  }

  33% {
    top: 0px;
    width: 0;
  }

  35% {
    top: 0px;
    width: 0;
  }

  38% {
    top: -32px;
  }

  48% {
    top: -32px;
    width: 110px;
  }

  62% {
    top: -32px;
    width: 110px;
  }

  66% {
    top: -32px;
    width: 0;
  }

  71% {
    top: -64px;
    width: 0;
  }

  86% {
    top: -64px;
    width: 130px;
  }

  100% {
    top: -64px;
    width: 130px;
    opacity: 1;
  }

  /* 98% {
    top: -64px;
    width: 0;
  }

  100% {
    top: 0;
    width: 0;
    opacity: 0;
  } */
}

/* Mouse Follow */
.cursor {
  left: -14px;
  top: -14px;
  width: 10px;
  height: 10px;
  background-color: #ff9b00;
  border: 2px solid rgb(255 255 255 / 50%);
  position: absolute;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: #ff9b00 0px 0px 15px;
}

.mousefollow {
  color: rgb(255 255 255 / 20%);
  position: absolute;
  width: 150px;
  height: 20px;
  margin-left: 40px;
  margin-top: 40px;
  font-size: 14px;
  z-index: 20;
}

/* Animated Background Grid */
.animGrid {
  background: url(../images/organized/grid.png) repeat 0 0;
  animation: bg-scrolling-reverse 2s infinite;
  animation-timing-function: linear;
}

.redactedBox {
  float: left;
  background: url(../images/organized/grid.png) repeat 0 0;
  animation: bg-scrolling-reverse 2s infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

/* Animated Background Grid END */
/* 0) Animated Intro Hero text
------------------------------------------------ */
.whitespace {
  margin: 7px;
}

:root {
  --dark: #111;
  --light: #fefefe;
  --color: var(--light);
  --bg: var(--light);
}

@media (prefers-color-scheme: dark) {
  :root {
    --color: var(--light);
    --bg: var(--dark);
  }
}

p.skiptrace[data-scroll='in'] [data-char]:after {
  -webkit-animation-name: glitch-switch;
  animation-name: glitch-switch;
}

.reveal--2 [data-char]:after {
  -webkit-animation-iteration-count: var(--count);
  animation-iteration-count: var(--count);
}

p.skiptrace:nth-of-type(1) {
  position: absolute;
  opacity: 0;
}

.word {
  position: relative;
  display: inline-block;
  font-size: 0px;
}

[data-char] {
  color: transparent;
  position: relative;
  font-family: RobotoCondensed-Light;
  font-size: 50px;
  line-height: 50px;
}

[data-char]:after {
  --txt: attr(data-char);
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: steps(1);
  animation-timing-function: steps(1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: var(--txt);
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
}

.page {
  padding-left: 30px;
  margin-top: 30px;
  align-items: center;
  /* display: flex; */
  /* height: 100vh; */
  justify-content: center;
  position: relative;
  scroll-snap-align: center;
  width: 100vw;
}

@-webkit-keyframes glitch-switch {
  0% {
    content: var(--char-0);
  }

  10% {
    content: var(--char-1);
  }

  20% {
    content: var(--char-2);
  }

  30% {
    content: var(--char-3);
  }

  40% {
    content: var(--char-4);
  }

  50% {
    content: var(--char-5);
  }

  60% {
    content: var(--char-6);
  }

  70% {
    content: var(--char-7);
  }

  80% {
    content: var(--char-8);
  }

  90% {
    content: var(--char-9);
  }

  100% {
    content: var(--txt);
  }
}

@keyframes glitch-switch {
  0% {
    content: var(--char-0);
  }

  10% {
    content: var(--char-1);
  }

  20% {
    content: var(--char-2);
  }

  30% {
    content: var(--char-3);
  }

  40% {
    content: var(--char-4);
  }

  50% {
    content: var(--char-5);
  }

  60% {
    content: var(--char-6);
  }

  70% {
    content: var(--char-7);
  }

  80% {
    content: var(--char-8);
  }

  90% {
    content: var(--char-9);
  }

  100% {
    content: var(--txt);
  }
}

/* 0) Animated Background gradient
------------------------------------------------ */
.repeatingGradient {
  background: linear-gradient(-45deg, #ff9b00, rgb(255 180 18 / 0%), rgb(255 180 18 / 0%), #ff9b00);
  background-size: 400% 400%;
  mix-blend-mode: hard-light;
  opacity: .5;
  animation: gradient 30s ease infinite;
  height: 100vh;
  width: 100vw;
  position: fixed;
  pointer-events: none;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* 1) Body
------------------------------------------------ */
body {
  font-family: RobotoCondensed-Light;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: linear-gradient(135deg, rgba(255 255 255 / 1) 0%, rgba(193 199 200 / 1) 100%); */
  background: #0a0c0d;
  /* background-image: url(../images/organized/BG.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; */
  /* background-size: 100%; */
  /* background-blend-mode: multiply; */
  /* background-attachment: fixed; */
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  /* height: 100vh; */
  overflow-x: hidden;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0;
  top: 0;
  position: absolute;
  /* cursor: none; */
}

@-webkit-keyframes test {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1
  }
}

body::before {
  content: "";
  background-image: url(../images/organized/BG.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*background-attachment: fixed;*/
  overflow-x: hidden;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0;
  top: 0;
  position: fixed;
  z-index: 0;
  -webkit-animation-name: test;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.blackfadeinitial {
  width: 100%;
  height: 100vh;
  background-color: rgba(10 12 13 / .7);
  transition: opacity 0.5s !important;
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

.blackfade2 {
  width: 100%;
  height: 100vh;
  background-color: rgba(10 12 13 / .7);
  opacity: 1 !important;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1;
  transition: opacity 0.5s;
}

/* 2) General typography
------------------------------------------------ */
p, ul, dl, ol {
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding-inline-start: 20px;
}

ul li {
  list-style: none;
  background: transparent url(../images/organized/bullet.png) no-repeat 0 5px;
  padding-left: 18px;
  margin-bottom: 6px;
}

ol {
  list-style: decimal;
}

ol li {
  margin-left: 18px;
  margin-bottom: 6px;
}

blockquote {
  border-left: 1px dotted #999;
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
  font-style: italic;
}

blockquote.large_blockquote {
  border: none;
  padding: 10px 0 0 50px;
  background: transparent url(../images/organized/quotemark.jpg) no-repeat 0 0px;
  margin-top: 10px;
  margin-left: -15px;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 27px;
  font-family: Georgia, arial, serif;
}

blockquote.large_blockquote span {
  font-size: 12px;
  display: block;
  color: #ff9b00;
  clear: left;
}

.intro {
  font-size: 24px;
  line-height: 24px;
}

.entry-content span {
  font-family: RobotoCondensed-Regular;
  font-size: 14px;
  color: #ff9b00;
  clear: left;
}

/* 3) Headers
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: RobotoCondensed-Bold;
}

h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 18px;
  color: #ff9b00;
}

h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 10px;
  color: #fff;
}

h3 {
  /*font-style: italic;*/
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 18px;
  /*margin-bottom: 10px;*/
  color: #ff9b00;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 18px;
  color: #ff9b00;
  font-style: italic;
}

h5 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 2px;
  color: #ff9b00;
}

h6 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 12px;
  color: #ff9b00;
}

/* 4) Links
------------------------------------------------- */
a {
  color: #ff9b00;
  text-decoration: none;
}

a:hover, a:active {
  color: #ffffff;
  text-decoration: underline;
}

/* 5) Images
------------------------------------------------- */
img {
  display: block;
  /* fix whitespace after */
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

footer.project_info {
  color: #8f8f8f;
  padding: 5px 15px 0px 15px;
  position: absolute;
  width: auto;
  overflow: hidden;
  border-radius: 5px 0 5px 0;
  text-align: left;
  box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, .1);
}

footer.blue {
  background-color: rgb(255 255 255);
}

footer h4 {
  color: #fff;
  margin-top: 4px;
}

h4.project_name {
  color: #8f8f8f;
  margin-top: 5px;
  margin-bottom: 0;
}

.small {
  font-style: italic;
  font-size: 11px;
}

nav p.small {
  float: right;
  margin-top: 0px;
  color: #CCCCCC;
}

.project_client {
  font-size: 14px;
}

footer.project_info p {
  opacity: 1;
  filter: alpha(opacity=100);
}

div.pics div {
  position: relative;
}

a.zoom {
  position: absolute;
  background: #04a9f4 url(../images/organized/expand.png) center no-repeat;
  width: 100%;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
  display: block;
  height: 18px;
  transition: 0.25s;
  bottom: 0;
  margin-bottom: 24px;
}

a.zoom:hover {
  background: #00eaff url(../images/organized/expand-over.png) center no-repeat;
  height: 23px;
  transition: 0.25s;
  box-shadow: 0px -31px 33px -13px rgb(0 0 0 / 70%);
}

.pointer {
  position: absolute;
  bottom: -8;
  left: 30px;
  z-index: 100;
}

/* 6) Layout
------------------------------------------------- */
.header-content {
  padding-top: 30px;
  font-family: RobotoCondensed-Bold;
  position: relative;
}

.entry-content {
  padding: 5px 30px 15px 30px;
  border-radius: 5px;
  /*
    background-color: rgb(255 255 255 / 70%);
    box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.07);
*/
}

article {}

#zoom_table {
  z-index: 20;
}

#content {
  /* margin-left: 40px; */
  margin-top: 50px;
}

#wrapper {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 758px;
  z-index: 1;
  position: relative;
  /*
    background-color: #f3f7fa;
    background: linear-gradient(135deg, rgba(243 247 250 / 1) 0%, rgba(229 232 237 / 1) 100%);
    border-radius: 10px;
    box-shadow: 30px 30px 30px rgb(0 0 0 / 7%);
*/
  padding-bottom: 20px;
  animation: 1s ease-out 0s 1 scale;
}

@keyframes scale {
  0% {
    transform: translate(0, -5500px);
  }

  100% {
    transform: translate(0, 0);
  }
}

#skip_to {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none;
}

.clear_it {
  clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0;
}

.wrap {
  border: 0px solid #456;
  margin: 24px 0 0 0;
  clear: both;
}

.box {
  margin: 0 0 0 0;
  padding-bottom: 24px;
  float: left;
  /*background: url(../images/organized/card_shadow.png) no-repeat bottom;*/
  background-size: 100% 24px;
}

video {
  object-fit: inherit;
  border-radius: 5px;
}

div.video {
  width: 580px;
  overflow: hidden;
  margin-bottom: -10px;
}

div.video iframe {
  margin-left: -15px;
}

nav {
  margin-bottom: 42px;
  display: block;
}

nav.box {
  background: none;
}

.filter_by {
  float: left;
  margin-right: 13px;
  font-size: 11px;
  margin-top: 12px;
  color: #ececec;
  font-style: italic;
  margin-left: 30px;
}

.col1 {
  width: 380px;
}

.col2 {
  width: 580px;
}

.col3 {
  width: 380px;
}

.col4 {
  width: 380px;
}

.col5 {
  width: 100%;
  /* position:relative !important; */
  border-radius: 10px;
  /* overflow: hidden; */
  padding-bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.col1 img {
  max-width: 380px;
}

.col2 img {
  max-width: 580px;
}

.col3 img {
  max-width: 380px;
}

.col4 img {
  max-width: 380px;
}

.col5 img {
  max-width: 100%;
}

/* Infinite Scroll loader */
#infscr-loading {
  z-index: 5000;
  position: fixed;
  left: 40%;
  bottom: 40px;
  width: 200px;
  height: 100px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/**** Scroll ****/
/* root element for single scroll */
.scroll {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 300px;
  float: left;
}

/* root element for the scroll pics */
.scroll .pics {
  width: 20000em;
  position: absolute;
  clear: both;
  background-color: #000;
}

/* single scroll item */
.pics div {
  float: left;
  width: 380px !important;
  height: 431px;
  margin: 0px;
  border-radius: 5px;
  box-shadow: 0px 17px 20px -5px rgba(0, 0, 0, 0.1);
}

/* single scroll item */
.pics3 div {
  float: left;
  width: 380px !important;
  height: 300px;
  margin: 0px;
  border-radius: 5px;
  box-shadow: 0px 17px 20px -5px rgba(0, 0, 0, 0.1);
}

/* single scroll item */
.pics2 div {
  float: left;
  width: 580px !important;
  height: 431px;
  margin: 0px;
  border-radius: 5px;
  box-shadow: 0px 17px 20px -5px rgba(0, 0, 0, 0.1);
}

/* possible settings for the active scroll */
.scroll.active {}

.hidden {
  display: none;
  opacity: 0;
}

/* 7) Header
------------------------------------------------- */
header span {
  margin: -100000px;
  display: none;
}

.logo {
  margin-top: 19px;
  padding-right: 20px;
  display: inline-block;
  float: left;
}

/* 8) Nav
------------------------------------------------- */
.filtering-nav li {
  background: none;
  float: left;
  padding: 0px;
  border-radius: 5px;
}

.filtering-nav li.email {
  padding: 10px 10px;
  display: block;
}

.filtering-nav {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.filtering-nav li, li#none-filtering {
  margin-bottom: 0;
}

.filtering-nav li a, li#none-filtering {
  font-family: RobotoCondensed-Regular;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  list-style: none;
  font-style: normal;
  float: left;
  display: block;
  margin-right: 40px;
  padding: 10px 10px;
  color: #ffffff;
  text-decoration: none;
}

.filtering-nav li a:hover, li#none-filtering:hover {
  color: #ff9b00;
  transition: 0.75s;
  text-shadow: none;
}

/**** Clearfixes ****/
.wrap:after,
#tumblelog:after,
.filtering-nav:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 9) Footer
------------------------------------------------- */
footer#page_footer {
  color: rgb(255 155 0 / 100%);
  text-align: center;
  /* letter-spacing: 1px; */
  font-family: RobotoCondensed-Regular;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  padding-top: 60px;
  font-size: 14px;
  width: 100%;
}

/* 10) Contact
------------------------------------------------- */
#contact_pop {
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  padding: 10px 0 10px 20px;
  margin-left: 103px;
  margin-right: 100px;
  margin-top: 40px;
  overflow: hidden;
}

#contact_pop form {
  width: auto;
  float: left;
  max-width: 500px;
}

#contact_info {
  margin: 68px 5px 5px 0;
  width: 300px;
  float: left;
}

#contact_info p {
  padding-left: 44px;
  width: 300px;
}

#contact_pop input, #contact_pop textarea {
  float: none;
  width: auto;
  min-height: 10px;
  border: 1px dotted #999999;
  padding: 10px;
  margin: 0 5px 5px 0px;
  background-color: #fff;
  width: 339px;
}

#contact_pop input:not([type=submit]):focus, #contact_pop textarea:focus {
  background: #eaeaea;
}

#contact_pop TEXTAREA {}

#contact_pop LABEL {
  display: block;
  margin: 0 5px 5px 0px;
}

#contact_pop .submit_button {
  border: none;
  width: 100px;
  display: block;
  background-color: #ff9b00;
  color: #fff;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-family: Georgia, arial, serif;
}

/* 11) Twitter
------------------------------------------------- */
ul#twitter_update_list li {
  background: url("../images/organized/twitter.jpg") no-repeat scroll 0 5px;
  padding-left: 35px;
}

ul#twitter_update_list li span {
  display: block;
}

ul#twitter_update_list li span a {
  color: #878787;
}

.profileLink {
  display: block;
}

/* XX) No JS Styles
------------------------------------------------- */
.no-js .box {
  float: left;
  margin: 0 20px 0 0;
  clear: both;
}

.no-js .scroll .pics {
  clear: none;
  position: relative;
  width: auto;
}

.no-js .scroll {
  overflow: visible;
  height: auto;
}

.no-js .project_info {
  position: static;
  background-color: #fff;
  color: #878787;
  display: block;
}

.no-j {
  display: none;
}

.no-js .no-j {
  display: inline;
  font-weight: bold;
  margin-left: 30px;
}

.no-js .zoom {
  display: none;
}

.no-js .photo {
  opacity: 1;
}

#no-java {
  display: none;
}

.no-js #no-java {
  display: inline;
}

.no-js #java {
  display: none;
}

#about article.filter2, #about article.filter3, #about article.filter4 {
  display: none;
}

#projects article.filter1, #projects article.filter3, #projects article.filter4 {
  display: none;
}

#blogs article.filter1, #blogs article.filter2, #blogs article.filter4 {
  display: none;
}

#we-like article.filter1, #we-like article.filter2, #we-like article.filter3 {
  display: none;
}

.logoreplace {
  display: none;
}

.introreplace {
  display: none;
}

#mobilemenuicon {
  display: none !important;
}

#mobilemenuiconclose {
  display: none;
}

/*CUSTOM HR*/
hr {
  opacity: 0.37;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 180, 18, 1);
}

/*CUSTOM SCROLL BAR*/
/* The emerging W3C standard
   that is currently Firefox-only */
::-webkit-scrollbar {
  width: 14px;
  height: 18px;
  background-color: #0a0c0d;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 6px solid rgba(10, 12, 13, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

/*MEDIA QUERIES SETTINGS*/
@media screen and (min-width: 0px) and (max-width: 900px) {
  nav {
    margin-bottom: 0;
  }

  .intro {
    display: none !important;
  }

  .videoremove {
    display: none;
  }

  .introremove {
    display: none;
  }

  .redactedBox {
    position: relative;
    display: block;
    width: 100%;
  }

  .redactedBox img {
    max-width: 100%;
    margin: 30px auto !important;
    float: none !important;
  }

  .reveal--2 {
    text-align: center;
    width: 90%;
    margin-bottom: 60px;
  }

  .page {
    padding-left: 0px;
  }

  h1.rotator  {
    padding-left: 0px;
  }

  #dateclock {
    display: none;
  }

  .header-content {
    padding-top: 7px;
  }

  .message {
    margin-left: 0px;;
  }

  .filtering-nav {
    display: none !important;
  }

  #mobilemenuiconclose {
    margin-top: 18px;
    right: 7%;
    width: 42px;
    /*margin-top: 22px;*/
    position: fixed;
    z-index: 2;
  }

  #mobilemenuicon {
    display: block !important;
    width: 36px;
    margin-top: 7px;
    position: fixed;
    right: 7%;
    background-color: rgb(0 0 0 / 7%);
    border-radius: 4px;
    padding: 5px 5px 0px 5px;
    z-index: 1;
  }

  .wrap {
    margin: 0;
  }

  .twitterContainer {
    width: 530px;
    overflow: visible;
  }

  .twitter-timeline {
    width: 530px !important;
  }

  #content {
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }

  .intro img {
    max-width: -webkit-fill-available;
  }

  .pics div {
    width: 100% !important;
  }

  .pics2 div {
    width: 100% !important;
    height: 206px;
    background-size: cover;
    background-position: center;
  }

  .pics3 div {
    width: 100% !important;
  }

  div.video {
    width: 100%;
    /*height: 206px;*/
  }

  .col1 {
    width: 100%;
  }

  .col2 {
    width: 100%;
  }

  #myvideo {
    display: none;
  }

  .logoreplace {
    display: block;
    width: 270px;
  }

  .introreplace {
    display: block;
    width: inherit;
  }

  .herobox {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0px;
  }

  .heroboxsmall {
    font-size: 17px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .entry-content span {
    font-size: 14px;
  }

  a.zoom {
    display: none;
  }

  footer.project_info {
    padding: 7px 7px 0 7px;
  }

  h4.project_name {
    font-size: 13px;
    line-height: 13px;
    margin-top: 0;
  }

  footer.project_info p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .entry-content {
    padding: 0;
  }
}

/* Accordion */
.accordion {
  cursor: pointer;
  transition: 0.75s;
  box-shadow: 0px 17px 20px -5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(0 0 0 / .15);
  border-radius: 5px;
  padding: 5px 20px 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.active, .accordion:hover {
  border-bottom: 1px solid rgb(0 0 0 / .15);
  margin: 20px 0;
  padding: 5px 20px 0 20px;
  transition: 0.75s;
}

.accordion:after {
  content: '\002B';
  color: #04a9f4;
  float: right;
  font-size: 30px;
  margin-left: 5px;
  margin-top: -56px;
}

.active:after {
  content: "\2212";
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s ease-out;
}

/* Responsive Photo gallery */
.masonry {
  columns: 3;
  column-gap: 16px;
}

@media (max-width: 1200px) {
  .masonry {
    columns: 3;
  }
}

@media (max-width: 992px) {
  .masonry {
    columns: 1;
  }
}

.masonry2 {
  columns: 2;
  column-gap: 16px;
}

.masonry3 {
  columns: 1;
  column-gap: 16px;
}

@media (max-width: 1200px) {
  .masonry2 {
    columns: 2;
  }
}

@media (max-width: 992px) {
  .masonry2 {
    columns: 1;
  }
}

.masonry .grid {
  display: table-row-group;
  margin-bottom: 16px;
  position: relative;
}

.masonry .grid:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.2); */
}

.masonry .grid img {
  width: 100%;
  border-radius: 5px;
  image-rendering: auto;
  margin-bottom: 16px;
}

.masonry .grid__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 0px;
  color: #fff;
}

.masonry .grid__author {
  font-size: 12px;
  font-family: RobotoCondensed-Bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin: 0px;
}

.masonry .grid__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.masonry .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* padding: 20px 20px; */
  color: #fff;
  display: flex;
  flex-direction: column;
}

.masonry .grid__body .relative {
  position: absolute;
  width: -webkit-fill-available;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0px;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.masonry .grid__tag {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.masonry2 .grid {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}

.masonry2 .grid:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.2); */
}

.masonry2 .grid img {
  width: 100%;
  border-radius: 5px;
  image-rendering: auto;
}

.masonry3 .grid img {
  width: 100%;
  border-radius: 5px;
  image-rendering: auto;
  box-shadow: 0px 17px 20px -5px rgb(0 0 0 / 10%);
}

.masonry2 .grid__title {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 0px;
  color: #fff;
}

.masonry2 .grid__author {
  font-size: 14px;
  font-family: RobotoCondensed-Bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin: 0px;
}

.masonry2 .grid__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.masonry2 .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 17px 20px -5px rgb(0 0 0 / 10%);
}

.masonry2 .grid__body .relative {
  position: absolute;
  bottom: 20px;
}

.masonry .grid__tag {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.mt-auto {
  margin-top: auto;
}

/* New Gallery */
#gallery {
  display: grid;
  /* height: calc(100vh - 10px); */
  /* grid-template: repeat(6, 1fr)/repeat(6, 1fr); */
  grid-gap: 0.5em;
  margin: 30px;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 800px) {
  #gallery {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }

  #gallery>div {
    width: 98%;
    margin: 1%;
    border-radius: 10px;
  }
}

@media (max-width: 800px) and (max-width: 350px) {
  #gallery>div {
    width: 98%;
  }
}

#gallery>div:nth-child(6n+1) {
  grid-column: span 6;
  grid-row: span 1;
}

#gallery>div:nth-child(2) {
  grid-column: span 3;
  grid-row: span 1;
}

#gallery>div:nth-child(3) {
  grid-column: span 3;
  grid-row: span 2;
}

#gallery>div:nth-child(4) {
  grid-column: span 3;
  grid-row: span 1;
}

#gallery>div:nth-child(5) {
  grid-column: span 4;
  grid-row: span 1;
}

#gallery>div:nth-child(6) {
  grid-column: span 2;
  grid-row: span 4;
}

#gallery>div:nth-child(7) {
  grid-column: span 2;
  grid-row: span 2;
}

#gallery>div:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}

#gallery>div:nth-child(9) {
  grid-column: span 4;
  grid-row: span 4;
}

#gallery>div:nth-child(10) {
  grid-column: span 2;
  grid-row: span 2;
}

#gallery>div:nth-child(11) {
  grid-column: span 2;
  grid-row: span 1;
}

#gallery>div>a {
  opacity: 0;
  position: absolute;
  background-color: rgb(0 0 0 / 70%);
  /* font: ; */
  padding: 2rem;
  width: 100%;
  height: 100%;
  transition: all ease .5s;
}

#gallery>div>img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all ease .5s;
}

#gallery>div:hover img {
  filter: blur(4px);
}

#gallery>div:hover a {
  opacity: 1;
}

#gallery>div {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

[id^=lightbox-] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

[id^=lightbox-]:target {
  opacity: 1;
  pointer-events: inherit;
}

[id^=lightbox-]:target img {
  filter: blur(0);
}

[id^=lightbox-] .content {
  max-width: 90%;
  position: relative;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

[id^=lightbox-] .content:hover>a.close {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0 0 0 10px;
}

[id^=lightbox-] .content:hover>.title {
  opacity: 1;
  transform: translateY(0px);
}

[id^=lightbox-] .content:hover>.title::after {
  opacity: 1;
}

[id^=lightbox-] .content>* {
  transition: all 250ms ease-in-out;
}

[id^=lightbox-] .title {
  display: block;
  margin: 0;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  font-size: 1.5em;
  opacity: 0;
}

[id^=lightbox-] .title::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 350ms ease-in-out 250ms;
  opacity: 0;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
  max-height: 90vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  filter: blur(50px);
}

[id^=lightbox-] a.close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0, 0);
  opacity: 0;
  transform-origin: right top;
  text-decoration: none;
  color: #fff;
}

[id^=lightbox-] a.close::after {
  content: "X";
}
