/* Master file for blog pages */
@import url(../nav.css);
.cover-image-container {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  /* overlay */ }

.cover-image-container > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.8; }

.post-cover .title {
  font-weight: lighter;
  font-family: Verdana, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

.post-cover .post-meta {
  color: rgba(245, 245, 245, 0.8); }

.post-cover .post-meta a {
  color: whitesmoke; }

.post-cover .post-meta a:hover {
  color: rgba(245, 245, 245, 0.8); }

@media (max-width: 1023px) {
  .post-cover .post-meta span {
    display: block; }

  .post-cover .post-meta .spacer {
    display: none; } }
.post-cover .title {
  font-size: 2rem; }

@media (min-width: 1024px) {
  .post-cover .title {
    font-size: 5rem; }

  .post-cover .post-meta {
    font-size: 1.5rem; } }
.post-cover .post-meta > span {
  margin-left: 2px; }

div.highlighter-rouge {
  padding: 0.5rem;
  width: 80%; }

.highlighter-rouge pre, code.highlighter-rouge {
  background-color: #e5e5e5;
  padding: 0 0.5rem;
  color: currentColor; }

.post-container {
  background-color: #f2f2f2; }

.post {
  margin: 0 auto;
  padding-top: 15px;
  max-width: 90%;
  font-family: Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 18px;
  line-height: 1.8;
  text-shadow: 0 1px 0 #ffffff;
  text-align: left; }

@media (min-width: 768px) {
  .post {
    max-width: 73%; } }
.post > h1 {
  font-size: 2em; }

.post > h2 {
  font-size: 1.5em; }

.post > h3 {
  font-size: 1.25em; }

.post > h1, .post > h2, .post > h3 {
  padding-top: 1rem; }

.post > p {
  padding-top: 1.5rem; }

.post > img {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding-top: 1rem; }

.post > img + em {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.75rem; }

.post > ol, .post > ul {
  padding: 0 2rem 0.25rem; }

.post > ul {
  list-style: circle; }

.post > hr {
  background-color: gray;
  height: 1px; }

.post > blockquote {
  background-color: #f5f5f5;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }

.post-index {
  background-color: #363636;
  padding-top: 3.5rem;
  height: 100%;
  display: flex;
  justify-content: center; }

@media (min-width: 768px) {
  .post-index > .container {
    width: 70%; } }
.post-index .title {
  margin-bottom: 1rem; }

.post-list-item .post-date {
  flex: 0 1 15em;
  text-align: right; }

.post-list-item .post-link {
  flex: 1 1 auto; }

@media (max-width: 320px) {
  .post-list-item .post-date {
    display: none; } }
.post-list-item {
  display: flex;
  line-height: 1.5;
  flex-direction: row;
  justify-content: space-between; }

.post-index, .post-index .title, .post-index a {
  color: rgba(245, 245, 245, 0.9); }

.post-index a:hover {
  color: rgba(245, 245, 245, 0.6); }

html, body {
  height: 100%; }

.footer {
  padding: 1rem 0;
  background-color: #f2f2f2; }

p.copyright {
  margin: 0 auto;
  width: 73%;
  font-size: 8px;
  text-align: right; }
