@charset "UTF-8";
/* CSS Document */

/* Species-specific hero banners */

body.cattle .hero-with-bg {
  background-image: url("../img/cattle-banner.jpg");
}

body.horse .hero-with-bg {
  background-image: url("../img/horse-banner.jpg");
}

body.hog .hero-with-bg {
  background-image: url("../img/hog-banner.jpg");
}

body.poultry .hero-with-bg {
  background-image: url("../img/birds-banner.jpg");
}

body.rabbits .hero-with-bg {
  background-image: url("../img/rabbits-banner.jpg");
}

body.bees .hero-with-bg {
  background-image: url("../img/bees-banner.jpg");
}

body.nongoat .hero-with-bg {
  background-image: url("../img/nongoat-banner.jpg");
}