.orange-background {
  background: linear-gradient(45deg, #e76127 0%, #f99d1c), url("https://cdn.bootstrapstudio.io/placeholders/1400x800.png");
}

a {
  color: #0094C9;
}

a:hover {
  color: #0094C9;
  text-decoration: underline;
}

#site-footer__divit {
  height: 60px;
  background-image: url('../../assets/img/divot.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50px;
}

