/* Apply Pret Bram's minimal style */
body {
    font-size: 14px;
    line-height: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #FAF8F3;
    padding: 20px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media (min-width: 992px) {
    body {
        padding: 35px 50px;
    }
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
}

/* Text & link refinements */
p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 1em;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

mark {
    background: none;
    font-weight: bold;
    color: black;
}

/* Remove box look and shadows */
.profile-img {
    display: none;
}

.social-links {
    font-size: 1.3em;
    margin-top: 1em;
}

.social-links img {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

/* Twitter icon look */
.fa-twitter {
    color: #1da1f2;
    margin-left: 5px;
}