.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 82em;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.bg-dark {
  background-color: #1E2128 !important;
}

.border-danger {
  border: 1px solid #a52a2a !important;
}

.bg-danger {
  background-color: #a52a2a !important;
}

.btn-danger {
  background-color: #a52a2a !important;
  border: 4px solid #3f282e !important;
  color: #ffcdd2 !important;
}

.btn-danger:hover {
  background-color: #C62828 !important;
  border: 4px solid #3f282e !important;
  color: #ffcdd2 !important;
}

.btn-danger:focus,
.btn-danger:focus-visible {
  box-shadow: none !important;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}

.soft-screenshot {
  width: 550px;
  box-shadow: 0 0 5px 0px rgb(14 15 18);
}

.logo {
  font-family: system-ui;
  display: flex;
}

.logo img {
  margin-right: 10px;
}

.lead {
  font-size: 15px;
  font-weight: 300;
}

.nav-link .fab {
  color: #ffff;
}

.toast {
  background-color: rgb(59 64 75);
  border: 1px solid rgb(59 64 75);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .45);
}
