body {
  background: #f5f5f5;
  color: #222;
  margin: 0;
  padding: 0;
  font-family: "Noticia Text", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}

header {
  background: black;
  color: white;
  font-family: "Saira Semi Condensed", serif;
  padding: 15px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

h1 {
  color: #fff;
  background-color: #080808;
  box-shadow: 10px 0 0 #080808, -10px 0 0 #080808;
  font-family: boxed, "Saira Semi Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .3px;
  font-size: 2.0em;
  line-height: 1;
  display: inline;
  position: relative;
  left: 10px;
}

.meta,
figcaption {
  font-family: boxed, "Saira Semi Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: .2px;
  color: #888;
}

h1 a,
h1 span {
  color: inherit;
  text-decoration: none;
  line-height: 1.7;
}

hr {
  height: 1em;
  background: #29af0a;
  margin: 2em 0;
  border: none;
}

a {
  color: #29af0a;
  text-decoration: none;
}

a:hover,
a:focus,
h1 a:hover,
h1 a:focus {
  text-decoration: underline;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figure img {
  max-width: 100%;
}

figcaption .icon {
  display: none;
}

header a.logo {
  color: #fff;
}

header a.logo:hover {
  text-decoration: none;
}

div.description img {
  width: 80%;
}

span.speakfree {
  font-size: 0.5em;
  color: #29af0a;
}
div.short {
  padding: 20px;
}

.short-meta {
  font-size: 16px;
}


.grid-container {
  padding: 20px;
}

.grid-child-main img {
  max-width: 100%;
}

span.article {
  background-color: #f5f5f5;
  color: #000;
  display: block;
  line-height: 1;
}

h1.article {
  left: 0px;
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 21px;
  }

  .grid-container {
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }

  .grid-child-main {
    grid-column: 1;
    grid-row: 1;
    max-width: 800px;
    padding: 15px;
  }

  .grid-child-right {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    padding: 15px;
  }

  .grid-child-main img {
    max-width: 800px;
  }

}