/* css styles */

.navbar {
  background-color: #BA0C2F;
  min-height: 90px;
}

.navbar-brand img {
  max-height: 60px;
}

.navbar-nav .nav-link {
  font-size: 18px;
  background-color: white;
  color: #000000 !important;
  border-radius: 6px;
  padding: 8px 16px;
  margin-left: 10px;
  font-weight: bold;
}

h1, h2, h3, h4 {
  border-bottom: none !important;
}

/* Fast Facts responsive layout */
.fast-facts .columns {
  display: flex;
  flex-wrap: wrap;
}

.fast-facts .column {
  flex: 0 0 25%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .fast-facts .column {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
