
/* Custom Purple Theme */
body {
  background-color: #f9f6ff;
  color: #222;
  font-family: 'Helvetica Neue', sans-serif;
}

a {
  color: #6a1b9a;
}

a:hover {
  color: #9c27b0;
}

header, footer {
  background-color: #83748b;
  color: white;
}

.site-title {
  font-weight: bold;
  color: white;
}

.site-nav a {
  color: white !important;
  margin-left: 15px;
}


body {
  font-family: 'Helvetica Neue', sans-serif;
  background: #fdf9ff;
  margin: 0;
  padding: 0;
  color: #222;
}

header {
  background-color: #6a1b9a;
  color: white;
  padding: 1.2rem 0;
}

header .logo {
  max-height: 60px;
  float: left;
  margin-right: 1rem;
}

.site-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 60px;
}

nav {
  float: right;
  line-height: 60px;
}

nav a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

main {
  padding: 2rem 0;
}

footer {
  background: #eee;
  padding: 1rem 0;
  text-align: center;
  color: #444;
}

nav a:hover {
  text-decoration: underline;
  color: #f3e5f5;
}
