/* Themed colors */
:root {
  --primary-accent: #467fbf;
  --navbar-border-top: #294d76;
  --button-border: #336194;
  --link-focus: #2f5a89;
  --form-shadow: rgba(70, 127, 191, 0.6);
  --pagination-bg: #b8cee6;
  --link-hover-bg: #36669c;
  --navbar-focus: #92b3d9;
}
#heading-breadcrumbs {
  background: url('../img/texture-bw.png') center center repeat;
}
.bar.background-pentagon {
  background: url('../img/texture-bw.png') center center repeat;
}
