@import url(https://use.typekit.net/znl5lmt.css);
* {
  font-family: acumin-pro, Arial, Helvetica, sans-serif;
  color: #4e4e4e;
}

h1, h1 a {
  color: #232323;
  margin: 0;
  text-decoration: none;
}

h2 {
  color: #3e3e3e;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0 1em;
  padding: 0;
}

ul.contact li {
  display: inline;
}

ul.contact li:not(:last-child):after {
  content: " •";
  color: #4e4e4e;
}

ul li a {
  color: #959595;
}

img {
  width: 100%;
  display: block;
}

.splide {
  width: 50%;
}