/*
 * FDT Theme — global styles.
 */

a {
  text-decoration: none;
}

/* Bootstrap Barrio's html.html.twig gives the skip link a single
 * "visually-hidden-focusable" class, but core's hiding CSS only matches
 * two separate classes ("visually-hidden focusable"), so it never matches
 * and the link stays permanently visible. Replicate core's own rule for
 * the class Barrio actually outputs. */
a.visually-hidden-focusable {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

a.visually-hidden-focusable:active,
a.visually-hidden-focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

/* ---- Responsive ---- */
@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}
