/* Custom overrides or additions to Bootstrap if needed */
.navbar-brand img {
  max-height: 50px;
}

.hero-content {
  padding: 4rem 1rem;
  text-align: center;
  background-color: #f8f9fa;
}

.detail-block {
  margin-bottom: 2rem;
}

.site-footer {
  background-color: #343a40;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}
  
.site-footer .row {
  align-items: center;
}

/* .site-footer img {
  display: block;
  margin: 15px auto;
} */