@import url("https://fonts.googleapis.com/css2?family=Tinos");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow");
@media screen and (max-width: 750px) {
  .posts-container {
    width: 100vw;
    margin: 0 auto;
  }
}
.posts-container {
  font-family: Optimistic Display, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #344854;
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 750px;
  width: 45vw;
  margin: 0 auto;
  padding-top: 2.5vh;
}
.posts-container a {
  color: inherit;
  text-decoration: none;
}
.posts-container .post-container {
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  font-size: 1.3rem;
  height: auto;
  margin-bottom: 2vh;
  padding: 20px;
  width: 95%;
}
.posts-container .post-container .post-title-container {
  padding: 5px 0;
}
.posts-container .post-container .post-title-container h1 {
  font-family: Optimistic Display, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #344854;
  font-size: 2rem;
  margin: 10px 0;
}
.posts-container .post-container .post-title-container p em {
  color: #adadad;
}
.posts-container .post-container .post-content-container {
  height: auto;
  width: 100%;
  overflow: auto;
  padding: 10px 0;
}
.posts-container .post-container .post-content-container .post-image-container {
  float: left;
  height: 100%;
  margin: 0 20px 0 0;
  overflow: hidden;
  width: 30%;
}
.posts-container .post-container .post-content-container .post-image-container .post-image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5%;
  transition: 0.3s ease-in-out;
}
.posts-container .post-container .post-content-container .post-text-container p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.posts-container .post-container .post-content-container .post-text-container li {
  font-size: 1.5rem;
  list-style-position: inside;
}
.posts-container .post-container .post-meta-container {
  color: #adadad;
  margin: 2px;
}
.posts-container .post-container .post-keywords-container {
  color: #adadad;
  margin: 2px;
}
.posts-container .post-container .post-keywords-container a:hover {
  color: #344854;
}
.posts-container .post-container:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

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