/* body,
article,article:hover,
section,section:hover { cursor: url(./assets/cursor-arrow.svg), auto } */

.h-screen-iframe {
  height: calc(100vh - 152px);
}

.w-screen-iframe {
  width: calc(100vw - 64px);
}

@media (min-width: 768px) {
  .w-screen-iframe {
    width: calc(100vw - 192px);
  }  
}

.absolute-center {
  left: 50%;
  transform: translateX(-50%);
}

.no-portfolio {
    /* display: none; */
}

.gl-icon {
  display: flex !important;
}

.gh-icon {
  display: none !important;
}

.grid-bod {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.font-franklin {
  font-family: 'Libre Franklin', system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.confetti {
  background-image: url('./assets/confetti.svg');
  background-attachment: fixed;
}

.confetti-dark {
  background-image: url('./assets/confetti-dark.svg');
  background-attachment: fixed;
}

.confetti-dark-animated {
  background-image: url('./assets/confetti-dark-animated.svg');
  background-attachment: fixed;
}

.confetti-animated {
  background-image: url('./assets/confetti-animated.svg');
  background-attachment: fixed;
}

.confetti-dark-strong {
  background-image: url('./assets/confetti-dark-strong.svg');
  background-attachment: fixed;
}

.hover\:published-underline:hover {
  text-decoration: underline;
  text-decoration-color: #c53030;
}

@media (max-width: 768px) {
  .hover\:published-underline {
    text-decoration: underline;
    text-decoration-color: #c53030;
  }
}

.booking-blue-underline {
  -webkit-box-shadow: 0px 2px 0px 0px #7296f1;
          box-shadow: 0px 2px 0px 0px #7296f1;
}
.booking-blue-underline:hover {
  -webkit-box-shadow: 0px 4px 0px 0px #7296f1;
          box-shadow: 0px 4px 0px 0px #7296f1;
}

.yellow-underline {
  -webkit-box-shadow: 0px 2px 0px 0px #ffd02f;
          box-shadow: 0px 2px 0px 0px #ffd02f;
}
.yellow-underline:hover {
  -webkit-box-shadow: 0px 4px 0px 0px #ffd02f;
          box-shadow: 0px 4px 0px 0px #ffd02f;
}

.transition-box-shadow {
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  -o-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}


.img-grid {
  display: grid;
  grid-template-columns: repeat(1fr);
}

.dot-between > *:after {
  content: '•';
  margin: 0 8px;
}

.dot-between > *:last-child:after {
  content: '';
  margin-right: 4px;
}

.h-screen-80 {
  min-height: 80vh;
}

.text-gitlab-400 {
  color: #f68045;
}

.text-miro-400 {
  color: #fccb5b;
}

.text-booking-400 {
  color: #6fabff;
}

/* MEDIA QUERIES */
@media (min-width: 640px) {
}

@media (min-width: 768px) {
  h1, h2, #story {
    max-width: 85%;
  }
}

@media (min-width: 1024px) {
  .lg\:w-4\/6 {
    width: 85%;
  }

  h2 p {
    max-width: 54ch;
  }

  #story p {
    max-width: 58ch;
  }
}

@media (min-width: 1440px) {
  .lg\:w-4\/6 {
    width: 66.666667%;
    max-width: 1440px;
  }

  #story p {
    max-width: 58ch;
  }
}

/* @media (max-width: 768px) {
  .dot-between > * + * {
    margin-top: 8px;
  }

  .dot-between > *:after {
    content: '';
    margin: 0;
  }
} */