/* Council landing pages (migrated from the old geelong/wyndham subdomain
   sites). All selectors cp- prefixed to avoid theme collisions; Bootstrap 4
   grid/utility classes are provided by the Understrap theme. */

.cp-accent {
	color: #b00000;
}

.cp-header {
	padding: 1.25rem 0;
}

.cp-header .cp-tagline {
	font-size: 1.4rem;
	font-weight: 600;
	color: #444;
	margin: 0;
}

.cp-hero img {
	width: 100%;
	height: auto;
}

.cp-band-green {
	background: #5b9926;
	color: #fff;
}

.cp-band-green h1,
.cp-band-green h2,
.cp-band-green h3,
.cp-band-green h4 {
	color: #fff;
}

.cp-band-green a {
	color: #fff;
	text-decoration: underline;
}

.cp-btn-download {
	background: #5b9926;
	border-color: #5b9926;
	color: #fff;
}

.cp-btn-download:hover {
	background: #4a7d1f;
	border-color: #4a7d1f;
	color: #fff;
}

.cp-link-green,
.cp-link-green a {
	color: #7bb000;
}

.cp-support-thumb {
	max-width: 150px;
	height: auto;
}

.cp-footer {
	background: #222;
	color: #ccc;
	padding: 1.5rem 0;
	margin-top: 3rem;
}

.cp-footer a {
	color: #fff;
}

/* Hide the theme's site footer on these pages - the migrated content ends
   with its own council footer strip (double footer otherwise). This sheet
   only enqueues on the four virtual pages, so the rule is page-scoped. */
#wrapper-footer {
	display: none;
}
