html, body {
  margin: 0;
  color: #f2f2f2;
  background-color: #141518;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #7789ff;
}

a:hover {
  color: #7789ff;
}

h1, h2, h3 {
  font-family: 'Orbitron', sans-serif;
}

.navbar {
  min-height: 4.5rem;
}

.navbar-nav { 
  flex-direction: row;
}

.nav-item {
  margin: 0 .5rem;
  padding: .1rem 1rem;
}

#content-wrapper {
  margin-top: 5rem;
}

#page-title {
  color: #929292;
  font-size: 1.25rem;
}

#site-anchor {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  margin-left: .75rem;
}

#site-anchor-tail {
  font-family: 'Orbitron', sans-serif;
  color: #f2f2f2;
}