html {
  font-size: 14px;
}

/* menu-login-register tag helper renders text-dark links; override for dark navbar */
.navbar-dark .nav-link.text-dark {
    color: rgba(255, 255, 255, 0.85) !important;
}
.navbar-dark .nav-link.text-dark:hover,
.navbar-dark .nav-link.text-dark:focus {
    color: #fff !important;
}

/* The tag helper wraps its output in a nested collapse div; keep it visible
   inside the already-collapsible #mainNav on all screen sizes */
#mainNav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

@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;
}

.avatar-xs {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  vertical-align: middle;
}