.article-image {
    height: 300px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.patreon-a, .disable-a-text {
    color:black;
}
.patreon-a:hover, .disable-a-text:hover {
    text-decoration: none;
}
.article-tag {
    background: #555;
    color: white;
    padding: 0.25rem 1rem;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0.25rem;
}
.article-tag:hover {
    color: white;
    text-decoration: none;
}
.figure {
    margin: 0 0 2rem;
    font-size: 0.9rem;
}
.image figcaption {
    background: #e9ecef;
    padding: 1rem;
    margin-bottom: 3rem;
    font-style: italic;
}
.navbar-brand {
    font-size: 1rem !important;
}

.socials a {
    font-size: 2rem;
    color: black;
    margin: 0 1rem;
    text-decoration: none;
}
.trial {
    height: 500px;
    overflow: hidden;
    margin-bottom: 3rem;
    position: relative;
}
.trial-text {
    display: none;
}
.trial .trial-text {
    background: white;
    box-shadow: 0 -50px 100px 0 #fff;
    position: absolute;
    bottom: 0;
    display: block;
}
.trial .trial-text span {
    border: silver solid 1px;
    display: block;
    padding: 1rem;
    text-align:center;
}
.newsletter-name {
    height: 0;
}