/* Richworld Brand Colours */

:root {
  --richworld-red: #C0282D;
  --richworld-navy: #1A3A6B;
}

/* Navigation bar */

.site-navigation {
  background-color: #1A3A6B !important;
}

.site-navigation a:hover {
  background-color: #C0282D !important;
}

/* Header red underline */

.site-header {
  border-bottom: 4px solid #C0282D;
}

/* Section heading left accent */

h2.section-title {
  border-left: 4px solid #C0282D;
  padding-left: 10px;
}

/* Primary buttons */

.button,
.woocommerce button.button {
  background-color: #C0282D !important;
  color: #ffffff !important;
  border-radius: 3px !important;
}

/* Footer background */

.site-footer {
  background-color: #162D52 !important;
}