@import url("../styles.css");
@import url("../index.css");

#splash-adventure {
  background:
    url("adventure/images/2.jpg") no-repeat
    center / cover;
}
#splash-wildlife {
  background:
    url("wildlife/images/3.jpg") no-repeat
    center / cover;
}