.vh-70 {
  min-height: 40vh;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-family: 'Rubik Doodle Shadow';
}

.tile-links {
  color: inherit;
  text-decoration: none;
}

.edition {
  font-size: .8rem;
  color: var(--bs-light-text-emphasis);
}

.navbar {
  border-style: none;
  border-radius: 0PX;
  /*backdrop-filter: blur(2px) grayscale(100%) saturate(0%);
  -webkit-backdrop-filter: blur(2px) grayscale(100%) saturate(0%);*/
  /*background: rgba(255,255,255,0.34);*/
}

.navbar-toggler {
  border: none;
}

.category-link {
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none;
  color: rgba(50,50,50,0.5);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  font-size: .8rem;
}

