/*
Theme Name:  Spacious Child - Camping La Chassagne
Theme URI:   https://www.campinglachassagne.com/
Description: Child theme of Spacious holding the Camping La Chassagne customizations.
             Created during the 2026-07-29 clean rebuild so that site-specific changes
             survive parent theme updates. Previously these edits lived in the parent
             theme and were lost on every update.
Author:      Solin
Template:    spacious
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: spacious-child
*/

/* Background image on all pages except the home page.
   Re-authored from the pre-rebuild customization; the image now lives in the
   child theme rather than the parent theme root. */
#main {
	background-image: url('images/achtergrond_small.jpg');
	background-repeat: no-repeat;
}

.home #main {
	background-image: none;
}
