body {
  margin: 0;
  background: #222; 
  color: #f5f5f5;
  font-family: 'Source Sans Pro'; 
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

p {
  margin-bottom: .35ex;
}

pre, code {
  font-size: 1em;
  color: #ccc;
  overflow: auto;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: pre\9;
}

#screen {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}

#scroller {
  width: 680px;
  max-width: 94%; 
  margin-left: auto; 
  margin-right: auto;
}

.navbar {
  width: 100%;
  position: fixed;
  padding-top: .4em;
  padding-bottom: .3em;
  top: 0;
  z-index: 1000;
  background: #333;
  left: 0; right: 0; top: 0;
}

.navbar .internal {
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 480px) {
  body { margin-top: 5em; }
}

img {margin-top: .5em;}

.profileImage {
  width: 125px;
  margin-right: .5em;
  float: left; 
}

.inner-profile {
  padding: .5em;
  min-height: 135px;
}

.avatar {
  width: 25px;
  margin-top: 0;
  margin-right: .5em;
  margin-bottom: 0;
  vertical-align: top;
}

blockquote {
  border-left: 2px solid #ccc;
  padding-left: .5em;
}

h1, h2, h3, h4, h5, h6 { margin-top: 5px;}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1.1em; }

hr {
  border: solid #ddd;
  clear: both;
  border-width: 1px 0 0;
  height: 0;
  margin-bottom: .9em;
}

br {
  display: block;
  content: "";
  margin: .2em;
}

.profile {
  background: #333;
  margin-top: .5em;
  border-radius: 5px;
}

.message {
  background: #333;
  margin-top: .5em;
  padding: .5em;
  border-radius: 5px;
}

.message, .message > * {
  animation: fadein .5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.reply {
  margin-left: 1em;
}

.content {
  margin-top: .5em;
}

img, canvas {
  margin-bottom: .5em;
  max-width: 100%; 
  border-radius: 5px;
  transition: all .1s ease-in-out;
}

.right {float: right; margin-left: .5em;}

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

a:hover {text-decoration: underline; }

textarea, input {
  font-family: 'Source Sans Pro';
  font-size: 1em;
  color: #f5f5f5;
  background: #444;
  border: none;
  border-radius: 5px;
}

textarea:focus {
  outline: none;
  background: #222;
}

button {
  font-size: 1em; 
  margin: 0; 
  padding-top: 0; 
  padding-bottom: 0;
  color: white;
  font-family: 'Source Sans Pro';
  background: #444;
  border: 1px solid #333;
  border-radius: 5px;
}

button:hover {
  background: #555;
}

ul {
  list-style: square;
}

textarea {
  width: 100%;
  margin-top: .5em; 
  margin-bottom: .5em;
  height: 100px;
}

.thoreau {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

.thoreau::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
}

.melville {
  filter: brightness(1.2) hue-rotate(-10deg) sepia(0.3) saturate(2);
}

.melville::after {
  background: #0044cc;
  mix-blend-mode: screen;
  opacity: .3;
}

.pkdick {
  filter: sepia(0.3) brightness(1.2);
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
}

.hoover {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(0.8);
}

.yeats {
    filter: brightness(1.1) sepia(0.1) contrast(1.1) brightness(1.3) saturate(1.9)
}
.yeats::after {
  background: #b9bdbb;
  mix-blend-mode: screen;
  opacity: .2;
}

