html,body {
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
}

/* hero */
.hero.with-background {
  background-image: url(../img/abstract-business-code-270348.jpg);
}

.hero.is-dark {
  background: #0d303fff;
  background: linear-gradient(135deg, #0d303f 0%,#007298 94%);
}

.message-header {
  background: #0d303fff;
  background: linear-gradient(135deg, #0d303f 0%,#007298 94%);
}

a {
  color: #003141;
}
