
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fefefe;
  color: #000;
}
.logo-img {
  height: 40px;
}
.hero-bg {
  background: url('hero.png') no-repeat center center;
  background-size: cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-title-small {
  color: #000;
  background: none;
  padding: 0;
}
.intro {
  text-align: center;
}
.section-centered {
  text-align: center;
  padding: 2rem;
}
nav a {
  margin: 0 1rem;
  text-decoration: none;
  color: gold;
}
.top-bar {
  position: sticky;
  top: 0;
  background: #000;
  color: gold;
  padding: 1rem;
  z-index: 100;
}
