/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/* CONTAINER QUERIES */
.footer {
  padding: 0.5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  background: #161618;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.75rem;
}
.footer a {
  font-variation-settings: "wght" 400;
}
.footer.light {
  background-color: #f7f7f7;
  color: #161618;
}
.footer.light a {
  color: #161618;
}
.footer__copyright {
  padding: 0.5rem 1rem;
}
.footer__copyright a {
  text-decoration: none;
  color: #ffffff;
}
.footer__copyright a:hover {
  text-decoration: underline;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}