h2 {
  font-size: 2.1rem;
  font-weight: bold;
}
h3 { font-size: 1.9rem; }
p { font-size: 1.5rem; }

header,
footer {
  margin: 4rem 0;
  text-align: center;
}

main {
  margin: 4rem 0;
}

.container {
  width: 90%;
  max-width: 640px;
}

.header-logo img {
  width: 60%;
}

.header-logo img:hover {
  border-color: #F1F1F1;
}

.site-title {
  font-size: 2.1rem;
  margin-top: 2rem;
}

nav li {
  display: inline;
  list-style: none;
  /*margin: 0 0.5em 0 0.5em;*/
}

.center {
  text-align: center;
}
.center img {
  max-width: 100%;
}

.news-entry {
  margin: 0;
}

.entry-title {
  margin-bottom: 0;
}

.entry-title a {
  text-decoration: none;
}

.entry-meta {
  display: inline-block;
  font-size: 1.7rem;
  color: #888;
}

.footer-link {
  margin: 2rem 0;
  line-height: 1;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.hr {
  height: 1px;
  margin: 2rem 0;
  background: #E1E1E1;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(#E1E1E1), to(white));
  background: -webkit-linear-gradient(left, white, #E1E1E1, white);
  background: linear-gradient(to right, white, #E1E1E1, white);
}
