/**
 * All rights reserved. Forest Hoffman Copyright 2017-2024
 */

body {
    background-color: #1e271b;
    color: #eee;

    min-width: 300px;
    margin: 0 auto;

    font-size: 1em;
    font-family: "PT Serif", Georgia, "Times New Roman", serif;
    word-wrap: break-word;
}

a,
a:active {
    color: #948B71;
}
a:hover {
    text-decoration: underline solid #eee;
    color: #eee;
}

*::selection {
    color: #eee;
    background-color: #383838;
}

header .profile ::selection,
header .media-link ::selection {
    color: transparent;
    background: transparent;
}

.center {
    text-align: center;
}

.capped-width * {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.blurb {
    text-align: justify;
    padding: 0 30px;
}

.notification {
    background-color: #131310;
    color: #948B71;
    padding: 15px;
    border-radius: 5px;
}

.hidden {
    display: none;
}

/**
 * HEADER
 */

header {
    margin-top: 50px;
}

header .profile img {
    width: 256px;
    height: 256px;
    border-radius: 100%;
}

header .title h1,
header .title h3 {
    font-weight: 300;
    font-family: 'Roboto', Helvetica, sans-serif;
}

header .title h1 {
    margin-bottom: 0px;
}

header .title h3 {
    margin-top: 10px;
}

.media-links {
    max-width: 520px;
    margin: 0 auto;
}

.media-links .link-wrapper {
    display: inline-block;
}

.media-links .link-wrapper .link-desc {
    display: none;
}

.media-links i {
    margin: 20px 5px;
}

.media-links a i {
    vertical-align: middle;

    font-size: 30px;
    padding-bottom: 1px;
}

#location i {
    padding-right: 5px;
}

/**
 * MAIN
 */

main {
    margin-bottom: 30px;
}

#interests-wrapper ul {
    list-style: none;
}

#interests-wrapper li {
    text-align: left;
}

#interests-wrapper li:before {
    margin-right: 5px;
    margin-left: -26px;
}

#interested li:before {
    /* Thumbs up. */
    content: "\1f44d";
}

main .blog .feed .article.placeholder {
    display: none;
}

main .blog .feed .article {
    overflow: hidden;
    text-align: left;

    background-color: #131310;

    margin-bottom: 40px;
    padding-bottom: 5px;
}

main .blog .feed .article:hover {
    background-color: #cecece;
}

main .blog .feed .article .cover-image {
    max-height: 218.4px;
}

main .blog .feed .article:hover img {
    opacity: 0.80;
}

main .blog .feed .article:hover a {
    color: initial;
}

main .blog .feed .article a {
    text-decoration: none;
}

main .blog .feed .article a:hover {
    text-decoration: none;
    color: initial;
}

main .blog .feed .article .title,
main .blog .feed .article .description,
main .blog .feed .article .tags {
    padding: 0 15px;
}

main .blog .feed .article .title {
    border-top: 2px solid #948B71;
}

main .blog .feed .article .title h2 {
    margin-bottom: 0;
}

main .blog .feed .article .tags ul {
    margin-left: 0px;
    padding-left: 0px;
}

main .blog .feed .article .tags ul li {
    color: #eee;
    background-color: #524D3E;

    padding: 5px 10px;
    margin-right: 5px;
    display: inline;
}

/**
 * FOOTER
 */

footer {
    background-color: #131310;
    color: #eee;

    width: 100%;

    font-weight: 300;
    font-family: 'Roboto', Helvetica, sans-serif;
    word-wrap: break-word;
}

footer ::selection {
    color: #383838;
    background-color: #eee;
}

footer .symbols {
    margin: 15px auto;
}

footer div {
    padding: 0 30px;
}

footer div:first-of-type {
    padding-top: 30px;
}

footer div:last-of-type {
    padding-bottom: 30px;
}

/**
 * DESKTOP-ISH
 */

@media (min-width: 520px) {
}
