.language-card {
  text-decoration: none;
  display: block;
}
.language-card:hover {
  text-decoration: none;
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

@media print {
  nav,
  footer,
  .print-controls {
    display: none !important;
  }
  a[href]:after {
    content: "";
  }
}
.navbar-brand {
  font-weight: bold;
}

.nav-link.active {
  font-weight: bold;
}

/*# sourceMappingURL=custom.css.map */