/* UOB bright purple theme
February 2018
Ben Joyner, Digital Comms */

.site-branding {
  background-image: url(../../assets/images/bg-b-purple.png);
}

/* uses version with opacity as overlay on image */
@media screen and (min-width: 1218px) {
  .has-header-image .site-branding {
    background-image: url(../../assets/images/bg-b-purple-opacity.png);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #806ab7;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-color: #806ab7;
  background: #806ab7;
}

/*
.current_page_parent a {
  color: #806ab7;
} */

.entry-title a {
  color: #806ab7;
}
