.message {
  text-align: center;
  font-size: 18px;
  font-size: calculateRem(18px);
  margin-top: 10px;
  margin-bottom: 10px; }

#tags {
  position: relative;
  top: -8rem; }

.blog--header {
  padding-top: 150px;
  background-color: #1E4C51;
  color: #fff;
  min-height: 100vh;
  padding-bottom: 75px; }
  .blog--header .blog--header-title {
    font-weight: 700;
    font-size: 35px;
    font-size: calculateRem(35px);
    line-height: 30px; }
    @media (min-width: 1200px) {
      .blog--header .blog--header-title {
        line-height: 55px;
        font-size: 60px;
        font-size: calculateRem(60px); } }
  .blog--header .blog--header-content {
    font-weight: 400;
    font-size: 18px;
    font-size: calculateRem(18px); }

.post-summary-title {
  transition: color 0.5s ease;
  color: #1E4C51; }
  .post-summary-title:hover, .post-summary-title:active, .post-summary-title:focus {
    color: #76F390; }
  .post-summary-title:hover, .post-summary-title:active, .post-summary-title:focus, .post-summary-title:visited {
    text-decoration: none; }
  .post-summary-title:hover {
    cursor: pointer; }

.post-image img {
  height: 100%; }

.pagination a {
  color: #1E4C51; }

.tags p {
  margin-bottom: 0.5rem; }

.tags ul {
  padding: 0;
  list-style: none; }

.tags li {
  display: inline-block; }

.tags a {
  display: block;
  padding: 0.25rem 1rem;
  background-color: #1E4C51;
  color: #fff;
  font-weight: 500;
  margin: 0 0.25rem 0.25rem 0; }
  .tags a:hover {
    text-decoration: none; }

.post {
  margin-top: 102px; }
  .post.container {
    max-width: 992px; }
  .post img {
    width: 100%;
    max-width: 100%;
    height: 100%; }
  .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    font-weight: 500; }
  .post h1, .post h2, .post h3 {
    color: #1E4C51; }
  .post p {
    margin-bottom: 2rem; }
  .post li::marker {
    color: #76F390; }
  .post hr {
    background-color: #76F390;
    opacity: 1;
    margin: 2rem 0; }
  .post .embed {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    padding-top: 56.25%; }
  .post iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .post .blog-post-meta {
    margin-top: 4rem; }
  .post .captionImage {
    width: 100% !important; }
  .post .social-icon i {
    color: #fff;
    background-color: #1E4C51;
    border-color: transparent; }
    .post .social-icon i:hover {
      background-color: #76F390;
      text-decoration: none; }

.join-now h2 {
  color: #1E4C51; }

/*# sourceMappingURL=../../dist/css/maps/blog.css.map */
