/* Bumpous Ventures LLC - custom styles (Bootstrap is the base) */

:root {
  --bv-max-width: 1100px;
}

.bv-container {
  max-width: var(--bv-max-width);
}

.bv-hero {
  padding: 5rem 0;
}

.bv-section {
  padding: 4rem 0;
}

.bv-muted {
  opacity: 0.85;
}

.bv-card {
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.bv-card:hover {
  transform: translateY(-2px);
}

footer .small {
  opacity: 0.85;
}
