@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fa-brands-400.eot");
  src: url("/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fa-brands-400.woff2") format("woff2"), url("/fa-brands-400.woff") format("woff"), url("/fa-brands-400.ttf") format("truetype"), url("/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-github:before {
    content: "\f09b";
}

.fa-keybase:before {
    content: "\f4f5";
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0px;

    font-family: Verdana, Geneva, sans-serif;
    color: rgb(76, 76, 76);
    line-height: 24px;
}

div {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 40em;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
}

.container .overview {
    margin: 0 2em 0 2em;
}

img.headshot {
    width: 70px;
    float: left;
    margin-right: 1em;
}

header {
    width: 100%;
    height: 80px;
}

header h1 { color: #444;
    margin-bottom: 0px;
}

header h2 {
    margin-top: 5px;
}

h1, h2 {
    margin-top: 0px;
}

h1 {
    margin-bottom: 0.4em;
}

header h2, .post-date {
    color: #999;
    font-size: 0.9em;
    font-weight: 400;
}

ul.profiles {
    list-style-type: none;
    padding: 0px;
}

ul.profiles li {
    display: inline-block;
    margin-right: 1em;
}

i.fab {
    margin-right: 0.5em;
}

section.posts {
    border-top: 1px solid #aaa;
    padding-top: 1em;
}

section.posts article h3 {
    margin-bottom: 0px;
}

section.posts summary {
    margin-top: 1em;
}

section.posts article {
    text-align: justify;
    margin-top: 3em;
}

.post-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

.post-title a {
    text-decoration: none;
    color: #444;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

.post-content h1 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.post-content h2 {
    margin-top: 1em;
}

footer.footer {
    margin-top: 3em;
}

.pagination .pagination__buttons {
    display: flex;
    justify-content: space-between;
}

.pagination .button {
    max-width: 48%;
}

.button.previous {
    margin-right: 1em;
}

table#life {
    border-collapse: collapse;
}

table#life td {
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    padding: 0px;
    margin: 0px;
}

table#life td.live { background-color: black; }
table#life td.waiting { background-color: #aaa; }

.controls {
    width: 100%;
    height: 100%;
    float: left;
    margin-left: 1em;
}

.controls a.button {
    display: inline-block;
    border: 0px;
    border-radius: 0px;
    padding: 0.25em 0.5em;
    background-color: gray;
    margin: 0.5em 0.25em 0.5em 0em;
    color: white;
    font-family: sans-serif;
    cursor: pointer;
}

.controls a.button.selected {
    background-color: #4b4;
}

.controls .speed_control {
    display: inline-block;
    margin-left: 1em;
}

.controls .speed_control input {
    font-size: 14pt;
    font-family: sans-serif;
    width: 3em;
}
