html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f0f0f0;
  color: #4d6368;
  margin-bottom: 200px;
}

.navbar {
  background: white;
  border-bottom: 1px solid #e2e2e2;
}

.navbar .container {
  height: 135px;
}

.navbar .navbar-brand {
  padding-top: 32px;
}

.navbar-brand img {
  width: 405px;
}

.headline {
  padding: 40px 15px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.spacer {
  height: 600px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #3a4043;
  color: #b9b9b9;
  padding: 70px 0;
}

.footer img {
  width: 70px;
  margin: 0 auto;
  display: block;
}