body {
  background-color: white;
  border: none;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

a:hover {
  text-decoration: none;
}

.btn {
  background: #73b72a;
  border-color: #73b72a;
}

.btn:hover {
  background-color: #4164ad;
  border-color: #4164ad;
}

.header-inner {
  position: relative;
  text-align: center;
}

.site-title {
  font-size: 2.25em;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  /* text-shadow: 1px 1px 2px rgba(0,0,0,.25); */
}

.site-title a {
  color: black;
}

.site-title a:hover {
  color: #73b72a;
}

.site-description {
  color: #999;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 110%;
  margin: 20px 0 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
