html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  #site-header .navbar-nav {
    flex-wrap: nowrap;
    gap: 0.25rem;
  }

  #site-header .navbar-nav .nav-link {
    white-space: nowrap;
    line-height: 1.2;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #site-header .navbar {
    min-height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #site-header .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}