/* site.css */
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  background-color: #000;
}

@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 #258cff;
}

body {
  margin-bottom: 60px;
  background-color: #000;
  color: #e0e0e0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  border-top-color: #333 !important;
}

.footer a {
  color: #aaa;
}

.footer a:hover {
  color: #fff;
}

/* Full-bleed: break out of Bootstrap .container on any page */
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -1rem;
  line-height: 0;
}
