.topbar {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 64px;
  padding-right: 64px;
  height: 80px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d2d0d3;
}

.topbar__main {
  float: left;
}

.topbar__image {
  max-height: 48px;
  vertical-align: middle;
}

.topbar__title {
  color: #d2d0d3;
  font-family: "Satisfy", cursive;
  font-size: 28px;
  line-height: 80px;
  cursor: default;
}

.topbar__nav {
  float: right;
  line-height: 80px;
}

.topbar__link {
  font-family: "Raleway", sans;
  font-size: 24px;
  font-weight: 300;
  color: #d2d0d3;
  text-decoration: none;
  transition: color 0.25s ease;
}

.topbar__link:hover {
  color: #1b998b;
}

.topbar__separator {
  font-family: "Raleway", sans;
  font-size: 24px;
  font-weight: 400;
  color: #d2d0d3;
}

.topbar__separator--pipe:after {
  margin-left: 8px;
  margin-right: 8px;
  content: "|";
}

.topbar__separator--dot:after {
  margin-left: 6px;
  margin-right: 6px;
  content: "·";
}
