/* static/css/home.css - HOME PAGE SPECIFIC STYLES */
.hero-bg {
  background-image: url('/static/img/pet.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cultural-bridge {
  background-image: url('/static/img/cultural-bridge.jpg');
  background-size: cover;
  background-position: center;
}