a {
  color: #85c1e0;
  cursor: pointer;
}

header {
  background: url('../images/2017/header.jpg');
}

footer {
  background: url('../images/2017/footer.jpg');
}

.btn {
  border: 2px solid #85c1e0;
  background: #85c1e0;
}

.btn.btn-outline {
  background: none;
  border: 2px solid #85c1e0;
  color: #85c1e0;
}

.season-list a {
  background: #85c1e0;
  color: #fff;
}

.numbered-list span {
  background: #85c1e0;
  color: #fff;
}

form input[type="submit"] {
  background: #85c1e0;
  color: #fff;
}

  /*  FOOTER */
footer {
  color: #fff;
}
footer a {
  color: #fff;
  opacity: 0.8;
}

ul.archive-list .archive-trigger {
  background: #85c1e0;
}


.arrow-small-right:after,
.arrow-big-right:after,
.arrow-small-left:before,
.arrow-big-left:before {
  border-color: #85c1e0;
 }

