:root {
	--red: #cf142b;
	--header-color: #000000;
	--theme-color: #cf142b;
	--theme-color-secondary: #cf142b;
}

#hero-1 {
	background-image: url(../images/rtbt/hero-1.jpg);
}
.color--purple, .color--purple a, .color--purple :is(h1, h2, h3, h4, h5, h6) {
	color: var(--red);
}
.bg--03 {
    background-image: url(../images/rtbt/bg-03.jpg);
}
.bg--04 {
	background-image: url(../images/rtbt/bg-04.jpg);
}