.banner {
  background-image: url(/assets/images/headerbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner h1,
.banner h3,
.banner h5 {
  color: white;
}

footer {
  width: 100%;
  background-color: #e7e7e7;
  margin-top: auto;
}

footer .tnc {
  font-size: 0.8em;
}

footer .tnc a {
  color: #000;
}
