.profile {
    display: block;
    margin: auto;
    max-width: 16em;
    padding-bottom: 5px;
}

.marketing-icon {
    font-size: 4em;
}

.marketing-logo {
    display: inline-block;
    width: 49px;
    height: 4em;
    object-fit: contain;
    vertical-align: top;
    transform: translateY(0.08em);
    transition: filter 0.2s ease-in-out;
}

a:hover .marketing-logo,
a:focus .marketing-logo {
    filter: brightness(0.8);
}

.page-content p {
    font-size: 16px;
}

.page-content li {
    font-size: 16px;
}

.home h1 { margin-bottom: 25px; }

.posts { list-style-type: none; }

.posts li { margin-bottom: 30px; }

.posts .post-link {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
}

.posts .post-date {
  display: block;
  font-size: 15px;
  color: #818181;
}

.post-list-label {
    display: inline-block;
    margin: 0 0 6px 0px;
    padding: 2px 8px;
    background-color: #2A3A46;
    border-radius: 999px;
    color: #AFC4D8;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}
