html,body {
  height: 100%;
}

body {
  font-family: 'neuzeit-grotesk', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #555;
}

.logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 30px;
}

h1, h2, h3, h4 {
  font-weight: 500;
  margin: 0 0 16px;
  line-height: 1.2;
  color: #222;
}

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 32px;
}

p {
  margin: 0 0 16px;
  max-width: 900px;
}

p:last-of-type {
  margin: 0;
}

p a {
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  color: #222;
}

.logo img {
  width: 60px;
  display: block;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  float: left;
}

.image {
  height: 100%;
  width: 40%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: .85;
}

.ingress {
  font-size: 20px;
}


@media (max-width: 767px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .logo {
    display: block;
    position: static;
    margin-top: 20px;
    margin-left: 20px;
  }

  .container {
    display: block;
    padding-top: 50px;
    height: auto;
  }

  .content {
    display: block;
    float: none;
    height: auto;
    width: 100%;
  }

  .image {
    display: none;
  }
}
