.navbar-brand img {
  width: 150px;
}

.navbar.navbar-transparent .navbar-brand,
.navbar.navbar-transparent .navbar-nav .nav-item .nav-link {
  color: rgb(85, 85, 85);
}

@media (min-width: 992px) {
  .navbar.navbar-transparent .navbar-brand,
  .navbar.navbar-transparent .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }
}

.navbar .navbar-brand,
.navbar .navbar-nav .nav-item .nav-link {
  color: rgb(85, 85, 85);
}

.nav-item img {
  max-height: 0.8125rem;
  padding-right: 10px;
}

.instructions h2 {
  margin-bottom: 32px;
}

.instructions p:before {
  content: counter(instruction) '. ';
}

.instructions p {
  counter-increment: instruction;
}

.instructions pre {
  margin-left: 24px;
  padding-left: 8px;
  background-color: rgba(128, 128, 128, 0.1);
}

.instructions pre:before {
  content: '$ ';
}

.section-blue {
  background-color: #004d93;
  color: #fdfdfd;
}

section.fragment {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
