html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  color: #4f4c4c;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

main.container {
  margin-top: 100px;
}

h1>a {
    color: #4f4c4c;
}

h1>a:hover {
    text-decoration: none;
    color: #4f4c4c;
}

p.people>a {
    color: #4f4c4c !important;
}

p.people:hover>a {
    color: #4f4c4c !important;
}

.footer-muted {
    font-size: 13px;
    color: #afacac;
}

.bg-crunchlab {
    background-color: #4f4c4c !important;
}
