body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url(/https/jammer.dev/images/cityscape-bg.jpg) !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed;
}

figure.home {
  color: white;
  font-size: 1.25em;
}

figure.home img {
	float: left;
  margin-right: 1.5em;
}

footer.footer span:last-child {
  display: none;
}

div.about .headshot {
  float: right;
  margin-left: 1em;
}

div.about p {
  /* text-indent: 20px; */
  margin-bottom: 1em;
}

article.post-single a, div.about a {
  color: yellow;
}

img.entry-cover-list {
  max-height: 100px !important;
  width: auto !important;
}

img.entry-cover-single {
  max-height: 350px;
  width: auto;
}

article.post-entry figure.entry-cover {
  float: left;
  margin-right: 1em;
  vertical-align: center;
}
