/* ---- Bg feature ---- */

.bg-feature {
	background-image: url(../images/bg-feature/bg-feature-768.jpg);
}
.bg-feature,
.bg-feature .subtitle {
	color: #FFF;
}


/* BP Small */
@media only screen and (min-width: 48em) { /* 768px */
	.bg-feature {
		background-image: url(../images/bg-feature/bg-feature-1200.jpg);
	}
}

/* BP Large */
@media only screen and (min-width: 77.5em) { /* 1240px */
	.bg-feature {
		background-image: url(../images/bg-feature/bg-feature-1600.jpg);
	}
}

/* ---- Promo boxes ---- */
.promo-box__content {
	background-color: #ce242a;
}
.promo-box__link:hover .promo-box__content {
	background-color: #dc3036;
}

/* ---- Header ---- */
.section--header {
	border-top-color: #CE232A;
}