body {
  background: no-repeat top center fixed;
  background-size: cover;
  padding-top: 40px; }

.banner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  min-width: 1200px; }

.navbar {
  background: rgba(0, 0, 0, 0.3); }

.navbar-fixed-top {
  border-width: 0; }

.relative {
  position: relative; }

.stamp {
  position: absolute;
  right: 550px;
  top: -10px; }

#article a {
  color: #eee; }
#article a:hover {
  color: #fff; }
#article h1, #article h3 {
  color: #fff; }
#article h1 {
  font-size: 40px; }
#article h3 {
  font-size: 20px; }
#article form {
  margin-top: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2); }
  #article form h1 {
    color: #fff;
    font-size: 22px; }
  #article form p {
    color: #111;
    border-top: 1px solid #111;
    margin-top: 25px; }
.footer {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 3px; }
  .footer a {
    color: #fff;
    padding: 8px; }

.navbar-left a {
  color: #ccc; }

.contact-info {
  color: #eee;
  margin-top: 40px;
  border: 1px solid;
  width: 50%; }
  .contact-info th {
    font-weight: normal;
    width: 100px; }
