*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #a51f36;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: #a51f36;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.navbar-toggle {
  appearance: none;
}

.navbar-toggle .icon-bar {
  pointer-events: none;
}

.site-footer-link {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
}

.site-footer-link:hover,
.site-footer-link:focus {
  color: #fff;
}

.form-status {
  margin: 0 0 24px;
  padding: 12px 16px;
  border-left: 3px solid #a51f36;
  background: rgba(255, 255, 255, 0.1);
}

.regigi-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .navbar-header {
    margin-bottom: 0 !important;
  }

  .navbar-collapse {
    clear: both;
    background: rgba(0, 0, 0, 0.88);
  }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 13px 20px;
  }

  .bottom {
    position: static !important;
    min-height: 32px !important;
    height: auto !important;
    padding: 6px 0;
  }

  .bottom .copyright,
  footer .copyright {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
