body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute; 
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}
#fullscreen {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#avatar {
    height: 180px;
    border-radius: 100%;
    border: 5px solid white;
    margin-bottom: 40px;
}
h1 {
    color: white;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 4em;
    font-family: 'Open Sans';
    margin: -10px 0;
}
h3 {
    color: white;
    padding-bottom: 20px;
    font-weight: thin;
}
.content {
    padding-top: 100px;
    padding-bottom: 77px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    border-radius: 100%;
    border: 2px solid white;
    color: white;
    margin: 8px;
    display: inline-block;
    list-style: none;
    width: 65px;
    height: 65px;
}
li:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
}

div#posts {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
}
div#posts ul {
    padding-top: 2em;
}

div#posts ul li {
    border-radius: 0%;
    border: none;
    width: auto;
    display: list-item;
}
div#posts ul li:hover {
    border: none;
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
}
a {
    color: white;
    padding: 15px;
    text-decoration: none;
}
.description {
    display: none;
}

.fa-mastodon {
    background: url(../imgs/mastodon.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}

.fa-mastodon:before {
    content: "\f255";
    visibility: hidden;
}

.fa-keybase {
    background: url(../imgs/keybase.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    background-position-y: 10px;
}

.fa-keybase:before {
    content: "\f255";
    visibility: hidden;
}
#feedlink {
    display: block;
    float: right;
    bottom: 0;
    right: 0;
}
@media (max-width: 450px) {
ul {
    text-align: center;
}
li {
    border-radius: 0%;
    border: none;
    color: white;
    margin: 8px;
    display: block;
    list-style: none;
    margin: 10px 0px;
    text-align: center;
    height: auto;
    width: auto;
}
li:hover {
    background-color: none;
    transition: none;
}

a {
    text-align: justify;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    padding: 15px;
    padding-left: 30px;
    width: 70%;
}

#posts li a {
    border:none;
    border-radius: none;
}

a:hover {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
}
.description {
    display: inline-block;
    color: white;
    font-family: Arial;
    margin-left: 40px;
}
.content {
    padding-top: 60px;
}
.fa-mastodon {
    background-position-x: 0.75em;
}
.fa-keybase {
    background-position-x: 0.75em;
}
}
