/* Generated by cgi-bin/control/hero-admin.cgi -- do not hand-edit. */

:root {
  --hero-home: url('/gifs/backgrounds/ystarbackground7.jpg');
  --hero-the-inn: url('/gifs/backgrounds/ystarbackgroundbar.jpg');
  --hero-restaurant: url('/gifs/backgrounds/ystarbackgroundfood.jpg');
  --hero-accommodation: url('/gifs/backgrounds/ystarbackgroundaccommodation.jpg');
  --hero-news: url('/gifs/backgrounds/ystarbackgroundnews3.jpg');
  --hero-events: url('/gifs/backgrounds/ystarbackgroundnews3.jpg');
  --hero-gallery: url('/gifs/backgrounds/ystarbackground6.jpg');
  --hero-contact: url('/gifs/backgrounds/ystarbackground5.jpg');
}

body.page-home {
  --hero-image: var(--hero-home);
}

body.page-the-inn {
  --hero-image: var(--hero-the-inn);
}

body.page-restaurant {
  --hero-image: var(--hero-restaurant);
}

body.page-accommodation {
  --hero-image: var(--hero-accommodation);
}

body.page-news {
  --hero-image: var(--hero-news);
}

body.page-events {
  --hero-image: var(--hero-events);
}

body.page-gallery {
  --hero-image: var(--hero-gallery);
}

body.page-contact {
  --hero-image: var(--hero-contact);
}

