
[data-scrollbar] {
  display: block;
  position: relative;
}

.scroll-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  background: rgba(222, 222, 222, .75);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
}
.scrollbar-track.show,
.scrollbar-track:hover {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px!important;
}
.scrollbar-track-y {
  top: 0;
  right: 0;
  width: 0px!important;
  height: 100%;
}
.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px!important;
  height: 0px!important;
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
}

/* * {
  transition: all .25s ease-in-out;
} */
html {
  scroll-behavior: smooth;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 9999999;
    animation: fadeout 3s;
    animation-delay: 2s;
    background-image: url('../img/logo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;

}
#loader.hide {
  display: none;
}

body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: white;
}
body {
  font-family: 'Charlevoix Pro';
  animation: fadein 2s;
  color: white;
}
body.home::before {
    content: "";
    background-image: url(../assets/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .15;
}
body.admin-bar .fixed-top {
  top: 32px;
}
.navbar-toggler {
  display: block!important;
}
.navbar-expand-md {
  justify-content: space-between;
  z-index: 1000;
}
.wrapper {
  position: relative;
  z-index: 60;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: white;
}
nav#main-nav {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
body.home nav#main-nav {
  background-color: transparent;
}
#main-nav .collapse {
  display: none!important;
  height: 0;
  overflow: hidden;
}
#main-nav .collapse.show {
  display: flex!important;
  height: auto;
  margin-left: 20px;
}
#main-nav ul.navbar-nav {
  flex-direction: column;
}
.nav-item {
    margin: 0.6rem 0;
}
.breadcrumbs a {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 14vh;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    color: transparent;
    line-height: 1;
    letter-spacing: 2.5rem;
}

.ambient {
  position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.noise {
    z-index: 1000000000;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    opacity: .85;
}
.noise:after {
    content: "";
    pointer-events: none;
    will-change: transform;
    animation: noiseAnimation 1s steps(4) infinite;
    opacity: .8;
    background-image: url('../assets/noise.png');
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
}
.fixie {
  position: fixed;
  top: 120px;
}

.category-performance .fixie {
  position: absolute;
}

.site-main {
}

#full-width-page-wrapper {
    width: 100%;
    height: 100vh;
}
.post-details ul {
  list-style: none;
  padding: 0;
}
.block {
  margin: 3rem auto;
}
.block a {
    position: relative;
    display: block;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.block a::before {
    content: "";
    animation: noiseAnimation 1s steps(4) infinite;
    background-image: url(../assets/noise.png);
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all .25s ease-in-out;
}
.block a:hover::before {
  background-color: rgba(0, 0, 0, .7);
}
.block a h3 {
    position: absolute;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 4rem;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.block a:hover h3 {
  color: white;
}
.cover {
  overflow: hidden;
  position: relative;
}
.cover-mobile {
  display: none;
}
.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.grid-item {
  margin-bottom: 2rem;
  transform: translate3d(0, 0, 0);
  transition: all 1s ease-in-out!important;
  filter: blur(0px);
  overflow: hidden;
}
.img-wrapper {
  position: relative;
  overflow: hidden;
}
.blur {
  filter: blur(50px);
  transform: translate3d(0, 100%, 0);
}
.lg-download {
  display: none;
}
#glitchy-thing {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.06;
    width: 100%!important;
    height: 100%!important;
}
.home #glitchy-thing {
  display: block;
}
.whoisnone {
  margin: 3rem 0;
}

.text {
    margin: 15vh 0;
    font-size: 1.5rem;
}
#text-4 {
  margin: 3rem 0 0;
}
#text-5 {
  margin-bottom: 2rem;
}
.contacts-content {
  margin-top: 3rem;
}
.contacts-content, .contacts-content a, .social-list a {
  font-size: 1.5rem;
  color: white;
}
.big-text {
    font-size: 2.7rem;
    font-weight: 900;
    margin-left: -110px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    line-height: 4.5rem;
}
.big-text b {
  color: white;
}
.whois-img {
    min-height: 88vh;
    background-size: cover;
    background-position: center;
}
.simposio-content {
  margin: 3rem 0;
}
.simposio-link{
  text-align: right;
  margin-right: 1rem;
  margin-bottom: 5rem;
}

.simposio-link a {
  color: white;
  border-bottom: 1px solid white;
}

.main-events h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 900;
}
.event-list h5 {
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: -3rem;
    -webkit-text-stroke: 1px white;
    color: transparent;
}
.event-list ul {
  padding: 0;
  list-style: none;
}
.event-list ul li {
  margin-bottom: 1rem;
  font-size: .8rem;
}
.event-list ul li span:first-child {
  font-weight: 900;
}
.event-list ul li span:nth-child(2) {
  font-style: italic;
}
.event-list ul li span:last-child {
  display: block;
}

.press, .follow-us {
  padding: 6rem 0;
}

.press a {
  color: transparent;
}
.follow-us h3 {
  margin-bottom: 3rem;
}
.social-list {
    text-align: left;
    float: left;
    width: 33%;
}
.social-list + .social-list {
  text-align: center;
}
.social-list + .social-list + .social-list {
  text-align: right;
}

.social-list a {
  animation: gradientflow 6s alternate infinite;
}
.spacer {
  min-height: 2rem;
}
@keyframes noiseAnimation {
  0% {
      transform: translate(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%)
  }
  70% {
      transform: translateY(10%)
  }
  80% {
      transform: translate(-15%)
  }
  90% {
      transform: translate(10%,5%)
  }
  to {
      transform: translate(5%)
  }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@keyframes gradientflow {
  from {
    -webkit-text-stroke: 1px white;
    color: rgb(255,255,255);
    color: linear-gradient(90deg, rgba(255,255,255,1) 100%, rgba(0,0,0,1) 0%);
  }
  to {
    -webkit-text-stroke: 1px white;
    color: rgb(0,0,0);
    color: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
  }
}
