.site-title-link {
  display: inline-block;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.site-title {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

.footer-container {
  text-align: center;
  font-size: 0.85em;
  color: #888;
  margin-top: 2em;
  margin-bottom: 1em;
}

.footer-copy {
  margin-bottom: 0.5em;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  display: inline;
  margin: 0 10px;
}

.footer-nav a {
  text-decoration: none;
  color: #888;
}

.footer-nav a:hover {
  color: #000;
}