/* Site-only extras on top of the original layout CSS. */
a.navbar-logo {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 14px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
}
a.navbar-logo:hover,
a.navbar-logo:focus {
  color: #eb6395;
  text-decoration: none;
}

.album-tag {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 4px 10px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.album-tag:hover { background: #eb6395; color: #fff; text-decoration: none; }

.mr-5 { margin-right: 5px; }

html.age-ok #disclaimer { display: none !important; }

