#content {
  transition-timing-function: ease-in;
  transition-duration: 375ms;
}

.pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2rem 0;
  padding: var(--bp-body-padding);
  text-align: center;
}
.pagination a {
  border: 1px solid var(--bp-brand-color-primary);
  border-radius: 100%;
  display: table;
  font-family: monospace;
  font-size: 75%;
  line-height: 1;
  padding: 1.25em 1.5em;
  margin: 0 0.5rem;
  text-decoration: none;
}
.pagination a:hover {
  background-color: var(--bp-brand-color-primary);
  color: #fff;
}
.pagination a.active {
  background: #9a9a9a;
  border-color: #808080;
  color: white !important;
  text-decoration: none;
}

.skrim {
  position: relative;
}
.skrim::before {
  background: radial-gradient(ellipse at center, rgba(2, 129, 197, 0) 0%, rgba(0, 0, 0, 0.375) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  mix-blend-mode: soft-light;
}

.social-icon {
  display: inline-block;
  margin: 0 0.375em;
  vertical-align: middle;
}
.social-icon:hover {
  text-decoration: none;
}

@media only screen and (min-width: 375.98px) {
  :root {
    --bp-body-padding: .5em 1em;
  }
}
@media only screen and (max-width: 479.98px) {
  :root {
    --bp-letter-spacing: -.25rem;
  }
}
@media only screen and (max-width: 639.98px) {
  footer {
    text-align: center;
  }
  logo-marquee {
    --speed: 7.5s;
  }
  #content {
    text-align: center;
  }
  #content p {
    text-align: center;
  }
  #content p [data-bp-button] {
    display: inline-block;
    margin: 0 auto;
  }
  .tagline {
    display: none;
  }
  .nav-legal {
    display: block;
  }
  .nav-legal a {
    display: inline-block;
    margin: 0 0.375em;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    letter-spacing: var(--bp-letter-spacing);
  }
  .layout {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 1152.02px) {
  #nav-toggle {
    display: none;
  }
  #responsive-nav {
    background-color: transparent;
    bottom: auto;
    display: flex !important;
    flex-direction: row;
    height: auto;
    max-width: fit-content;
    padding-right: 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
  #responsive-nav a {
    color: var(--bp-brand-color-primary);
    margin-bottom: 0;
    padding-left: 1.375em;
  }
  #responsive-nav a:hover {
    color: #808080;
  }
  #responsive-nav.skrim::before {
    content: none;
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 137.5%;
  }
  main > * {
    max-width: 62rem;
  }
}
@media only screen and (min-width: 1440px) {
  body {
    font-size: 150%;
  }
  main > * {
    max-width: 72rem;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background-image: radial-gradient(ellipse at center, var(--bp-brand-color-secondary) 0, var(--bp-brand-color-secondary) 83.33%);
  }
  body {
    border-radius: 0.75em;
    filter: drop-shadow(0 0.75em var(--bp-text-shadow-blur) var(--bp-text-shadow-color));
    font-size: 162.5%;
    margin: 1.625em auto;
    max-width: 1660px;
  }
  main > * {
    max-width: 80rem;
  }
  main > footer,
  main > header {
    padding-bottom: 0.625em;
    padding-top: 0.625em;
  }
  .layout {
    border-radius: 0.75em;
    overflow: hidden;
  }
}

/*# sourceMappingURL=main.css.map */