html, body {
  padding: 0;
  margin: 0;
  line-height: 1.8em;
}

body, input, textarea {
  font-family: "Fira Sans", sans-serif;
  color: #ddd;
  background: #111;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

h2 {
  font-size: 1.4em;
}

time {
  color: #aaa;
}

header {
  text-align: center;
}
header img {
  filter: invert(100%);
  display: block;
  margin: 1em auto;
}

img {
  max-width: 100%;
}

ol li + li {
  margin: 20px 0 0 0;
}

footer {
  color: #aaa;
  text-align: center;
  padding: 20px 0;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: 1px solid #aaa;
}

a {
  text-decoration: none;
  color: #007eff;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .main-content.sidebar-on-side {
    display: flex;
  }
  .main-content.sidebar-on-side .content {
    flex: 1;
  }
}
@media only screen and (min-width: 900px) {
  .main-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .about-page .story-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.story-gallery {
  line-height: 1em;
  display: grid;
}
.story-gallery figure {
  box-sizing: border-box;
  margin: 0;
}
.story-gallery figure a {
  transition: opacity 0.2s ease;
}
.story-gallery figure a:hover {
  opacity: 0.9;
}
.story-gallery figure a, .story-gallery figure img {
  display: block;
}
.story-gallery .thumb-fit {
  max-height: 80vh;
  margin: 0 auto;
}
.story-gallery .thumb-crop {
  display: none;
}
@media only screen and (max-width: 699px) {
  .story-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .story-gallery figcaption {
    line-height: 1.1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .story-gallery .metadata {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .story-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .story-gallery figcaption {
    display: none;
  }
  .story-gallery .thumb-fit {
    display: none;
  }
  .story-gallery .thumb-crop {
    display: block;
  }
  .story-gallery figure {
    margin: 0 1em 1em 0;
  }
}

.post {
  min-height: 100vh;
}
.post h1 a {
  color: #fff;
  text-decoration: none;
}
.post h1 a:hover {
  text-decoration: underline;
}
.post time {
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.post .featured-image img {
  cursor: pointer;
  max-height: 85vh;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 699px) {
  .post .story-gallery figure:first-child {
    display: none;
  }
}
.post .post-heading {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .post .post-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post .story-body {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .post .story-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post .story-body svg {
  position: relative;
  top: 6px;
}
.post .story-body span {
  margin: 0 18px 0 3px;
}
.post .story-body li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 900px) {
  .post .story-body li {
    display: inline-block;
  }
}
.post.post-index .featured-image {
  width: 300px;
}

.post + .post {
  margin: 65px 0 50px 0;
}

.sharing {
  margin: 50px 0 0 0;
  text-align: center;
  font-size: 0;
}
.sharing a {
  text-decoration: none;
  text-align: center;
  position: relative;
  width: 56px;
  display: inline-block;
  height: 44px;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.sharing a:hover {
  opacity: 0.8;
}
.sharing a:hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sharing a svg {
  fill: #fff;
}
.sharing a.email {
  background-color: #ff9d09;
}
.sharing a.facebook {
  background-color: #3b5998;
}
.sharing a.twitter {
  background-color: #55acee;
}
.sharing a.google-plus {
  background-color: #db4437;
}
.sharing a.youtube {
  background-color: #cd201f;
}
.sharing a.instagram {
  background-color: #f167f5;
}
.sharing a.reddit {
  background-color: #ff4500;
}
.sharing a.linkedin {
  background-color: #0077b5;
}
.sharing a.pinterest {
  background-color: #C92228;
}
.sharing a.pinterest-icon:hover svg {
  fill: #bd081c;
}

.pagination {
  text-align: center;
  margin: 50px 0 0 0;
}

.take-me {
  float: right;
}
.take-me .button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta {
  text-align: center;
  padding: 50px 0 0 0;
}

.about-gallery figure {
  line-height: 1.2em;
  margin-bottom: 2em;
}

.post-summary {
  margin-bottom: 2em;
}
.post-summary h1 a {
  color: #fff;
  text-decoration: none;
}
.post-summary h1 a:hover {
  text-decoration: underline;
}
.post-summary time {
  padding: 0;
  font-size: 0.9em;
  display: block;
}
@media (min-width: 900px) {
  .post-summary time {
    padding: 0 0 20px 0;
    font-size: 1em;
  }
}
.post-summary .story-body {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .post-summary .story-body {
    padding-top: 20px;
  }
}
.post-summary .story-body p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .post-summary .story-body, .post-summary .post-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-summary .featured-image {
  display: block;
}
.post-summary .featured-image img {
  max-height: 88vh;
  margin: 0 auto;
  display: block;
}
@media (min-width: 900px) {
  .post-summary .featured-image {
    width: 30%;
  }
  .post-summary .story-body {
    width: 70%;
    padding-left: 2em;
  }
  .post-summary .featured-image, .post-summary .story-body {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: text-top;
  }
}

.post-index + .post-index {
  margin: 65px 0 50px 0;
}

@media only screen and (max-width: 900px) {
  .browse-page h1, .browse-page h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .contact-page h1, .contact-page p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.button, input[type=submit] {
  background: #111;
  cursor: pointer;
  border: 1px solid #666;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-flex;
  align-items: flex-end;
  margin: 0;
  font-size: 0.8em;
}
.button:hover, input[type=submit]:hover {
  background: #fff;
  color: #111;
}
.button:focus, input[type=submit]:focus {
  outline: none;
}

.button {
  border-color: #fff;
}
.button a {
  color: #fff;
}
.button a:hover {
  color: #111;
}

input[type=submit] {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type=text], input[type=email], textarea {
  display: block;
  width: 100%;
  font-size: 1.1em;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666;
  resize: none;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  outline: 2px solid #333;
}

textarea {
  height: 150px;
}

label {
  margin: 20px 0 5px 0;
  display: block;
}

::-webkit-input-placeholder { /* Chrome */
  color: #555;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #555;
  opacity: 1;
}

legend {
  display: none;
}

.contain {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contain .split {
  flex: 0 0 380px;
}

select {
  width: 100%;
  padding: 20px;
  height: 43px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  outline: 1px solid #000;
}
select:focus {
  outline: 2px solid #333;
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}
nav a.active {
  color: #666;
}
nav a:hover {
  color: #fff;
  background: rgba(30, 30, 30, 0.9);
}
@media only screen and (min-width: 900px) {
  nav a {
    padding: 15px;
  }
}

.sidebar {
  padding: 50px 0 0 0;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .sidebar.on-side {
    width: 250px;
    margin: 0;
    padding: 0;
    margin-left: 2em;
    margin-top: 3em;
  }
}
.sidebar .author {
  text-align: center;
}
.sidebar .author p {
  padding: 0;
  margin: 0;
}
.sidebar .author img {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin: 0 0 10px 0;
}
.sidebar .social-icons {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.sidebar .social-icons a {
  padding: 3px;
  text-decoration: none;
}
.sidebar .social-icons a:hover svg {
  fill: #999;
}
.sidebar .social-icons svg {
  width: 25px;
  height: 25px;
  fill: #444;
  transition: fill 0.2s ease;
}

@media only screen and (max-width: 900px) {
  .related-stories h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stories {
  display: flex;
  flex-wrap: wrap;
}
.stories .story {
  flex: 1 0 300px;
  height: 300px;
  display: inline-block;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .stories .story {
    margin: 0 1em 1em 0;
  }
}
.stories .story a {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: text-bottom;
  position: relative;
  transition: all 0.2s ease;
  font-size: 1.1em;
  font-weight: 700;
}
.stories .story a span {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  text-shadow: 1px 1px 1px #000;
}
.stories .story a:hover {
  background: none;
}

/*# sourceMappingURL=screen.css.map */