/* AquaManta tweaks */
.hero {
  background: #111a1f;
  min-height: 40vh;
  color: #cbd5db;
  display: flex;
  align-items: center;
}
.brandmark {
  height: 64px;
}
.card img {
  object-fit: contain;
  height: 220px;
}

.card-header{background:#f8f9fa}


.footer {
  color: #6c757d;
}