body {
  background-color: #e8e9ec;
	background-image: url('https://pbs.twimg.com/profile_background_images/297844046/bluenoise.png');
	background-repeat: repeat;
}

#main-container {

}

.navbar {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0em 0em 0.5em #aaa;
}

.navbar-brand {
  font-family: 'Josefin Sans', sans-serif;
  text-shadow: 0.1em 0.1em 0.1em #aaa;
  font-size: 2.5em;
}

#postinfo, #postcontent, #footer {
  background-color: rgba(255, 255, 255, 0.99);
  padding: 0.5em;
  margin-bottom: 1em;
  border-radius: 0.3em;
  box-shadow: 0.1em 0.1em 0.4em #aaa;
  word-wrap:break-word;
}

#postcontent {
  min-height: 18em;
}

#user-info {
  margin-bottom: 1em;
}

#user-info img {
  margin-right: 0.5em;
  height: 4em;
}

#user-info a { color: inherit; }

#timeclient { color: #666; }
#timeclient a { color: inherit; }
#timeclient a:hover {
  color: #444;
  text-decoration: underline;
}

.actions {
  margin-top: 2em;
}

.btn.sign-in {
  font-size: 1.3em;
}

.tweet-example {
  margin-top: 4em;
  margin-bottom: 2em;
}

.post-title {
  word-wrap:break-word;
}


@media (min-width: 768px) {
  #disclaimer {
    text-align: right;
  }

  #site-links, #twitter-follow {
    text-align: left;
  }

  .pay-panel ul {
    min-height: 17em;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #user-info {
    margin-bottom: 1em;
  }
}