/* Land Rover South Orlando Stylesheet */
:root {
  --lrso-bg-color: #0c121c;
  --lrso-text-color: #ffffff;
}

.main,
.main .bg-page-title,
#email-signup-container,
.ddc-footer {
  background-color: var(--lrso-bg-color) !important;
}

#email-signup {
	margin-top: 0 !important;
}

.main .bg-page-title h1,
#email-signup h2,
.ddc-wrapper .content-page-title h1.ddc-page-title {
  color: var(--lrso-text-color) !important;
}

.ddc-footer,
.ddc-footer li a {
  color: var(--lrso-text-color) !important;
}
