/*
* -  BOOTSTRAP VARIABLES OVERRIDE - 
*/

:root {
  --font-family-primary: "Open Sans", sans-serif;
  --font-family-secondary: "Nutmeg";
}

/* $navbar-light-color: rgba($black, 0.6);
$navbar-light-hover-color: rgba($black, 0.8);
$navbar-light-active-color: rgba($black, 0.9);
$navbar-light-disabled-color: rgba($black, 0.3);
$navbar-light-toggler-border-color: rgba($black, 0.1); */

/* $navbar-toggler-border-radius: $border-radius; */

/* $input-btn-focus-width: 0.2rem;
$input-btn-focus-color: rgba($component-active-bg, 0.25);
$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color; */

/* $input-btn-font-size-sm: $font-size-sm;
$input-btn-line-height-sm: $line-height-sm; */

/* $input-btn-line-height-lg: $line-height-lg; */

/* $input-btn-border-width: $border-width; */

/* $btn-padding-x: 2.2rem;
$btn-padding-y: 0.6rem;

$btn-padding-x-lg: 2.2rem;
$btn-padding-y-lg: 0.6rem; */

/* $dropdown-font-size: $font-size-base;
$dropdown-bg: $body-color;
$dropdown-border-color: $dark-blue;

$dropdown-link-color: $white;
$dropdown-link-hover-color: $white;
$dropdown-link-hover-bg: $dark-blue; */

main .alphabet-bar .nav-item .nav-link {
  font-weight: 600;
  color: #b2b2b2;
}

main .alphabet-bar .nav-item .nav-link:hover {
  color: #737373;
  transform: scale(1.3);
}

main .alphabet-bar .nav-item .nav-link.active {
  color: #2F6BFC;
  transform: scale(1.3);
}

@media (max-width: 767.98px) {
  main .alphabet-bar .nav-item .nav-link {
    font-size: 0.8rem;
  }
}

main .alphabet-content .alphabet-item .divider {
  width: 1px;
  height: 10px;
  margin: 0px 10px;
  display: inline-block;
  background: #2f2f34;
}

main .alphabet-content .alphabet-item .source-link {
  color: #737373;
}

main .alphabet-content .alphabet-item .no-inclusive p {
  font-size: 12px;
  padding-top: 10px;
  font-weight: 600;
}

main .alphabet-content .alphabet-item .no-inclusive .badge {
  font-size: 12px;
  font-style: italic;
  color: #e57412;
  background-color: #f3f3f3;
  border-radius: 15px;
  font-weight: 500;
}

