/* Screens no smaller than a tablet */

/****************************************
* Typography
****************************************/

h1 {
  font-size: 40px;
}

/* h2 {
  font-size: 30px;
} */

h3 {
  font-size: 52px;
}

/****************************************
* Header
****************************************/

header .flex {
  position: relative;
  margin: 0 auto;
  /* max-width: var(--fni-container); */
}

/****************************************
* Billboard
****************************************/

@media (min-width: 960px) {
  header {
    position: absolute;
    width: 100%;
  }

  .billboard {
    height: 41.7rem;
  }

  .billboard .desktop {
    display: block !important;
  }

  .billboard .mobile {
    display: none !important;
  }

  .billboard .animal {
    bottom: -83px;
    right: -189px;
  }

  .billboard h6 {
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    font-size: 120px;
    line-height: .8em;
    text-align: left;
  }
}

/****************************************
* Client list
****************************************/

.client-list-buttons {
  display: flex;
  gap: .5rem;
  margin-top: 1rem;
}

.client-list-buttons .button {
  flex: 1 0 auto;
  margin: 0;
}