html,
body {
  height: 100%;
  color: #4a4a4a;
}

@media screen and (min-width: 550px) {
  body.non-margin {
    margin-left: 0px !important;
  }
  .toggle-button .fa-bars {
    display: none;
  }
  .toggle-button .fa-arrows-alt {
    display: block;
  }
  .sidebar {
    z-index: 10;
    width: 200px;
  }
  .sidebar.active {
    width: 0px;
  }
}
article {
  margin: 100px 0;
}
article p {
  line-height: 1.9em;
	text-align: center;
}
article .media {
  text-align: center;
}
article .media span {
  color: #aeaeae;
  font-size: 13px;
  text-transform: uppercase;
}
article .media img {
  width: 100%;
}
article .title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
article .subtitle {
  color: #333;
}
article .post-data {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  color: #d9d9d9;
  float: right;
  padding: 50px;
}