@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700italic,700,800italic,800);
body {
  margin: 0;
  font-family: "PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }

.center-text {
  text-align: center; }

.content {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  text-align: justify; }

.main-content a {
  color: #333;
  text-decoration: underline; }

h1, h2, h3 {
  line-height: 1.2; }

header .content {
  border-bottom: 1px solid #dededc;
  max-width: 800px;
  padding-bottom: 50px; }

.article {
  border-bottom: 1px solid #dededc; }
  .article h3 {
    margin-bottom: 5px; }
  .article .date {
    font-size: 14px; }

.header-image-container {
  height: 33vh;
  max-height: 50vw;
  overflow: hidden;
  position: relative; }
  .header-image-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%; }
  .header-image-container.larger {
    height: 66vh; }

.blog-description {
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400; }

.blog-title {
  margin: 0;
  padding-bottom: 8px;
  font-size: 35px;
  font-weight: 700; }

.icon-link {
  text-decoration: none;
  color: #999; }

.page-link {
  text-decoration: none;
  color: #999; }

.highlight {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 5px 10px; }

.image-source {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #eee; }

.img-grey-bg {
  background: #f2f2f2;
  padding: 40px 0; }
  .img-grey-bg img {
    display: block;
    margin: 0 auto; }
