body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #fff;
  font-weight: bold;
}

h1 {
  font-size: 6em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg {
  /* background-image: url("/__mdw/assets/images/marco-de-waard-bg-image.jpg"); */
  height: 100%;
  margin: 0px;
  background-position: right -30em center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg .overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
}

.bg .vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
}

blockquote {
  font-size: 1.9em;
  width: 80%;
  margin: 50px auto;
  font-style: italic;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #FFF;
  line-height: 1.6;
  position: relative;
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 992px) {
  body,
  html {
    font-size: 15px;
  }

  .content {
    width: 80%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bg {
    background-position: right -20em center;
  }
}

@media screen and (max-width: 578px) {
  body,
  html {
    font-size: 13px;
  }

  blockquote {
    width: 80%;
    font-size: 1.7em;
    padding: 1.2em 30px 1.2em 25px;
  }

  blockquote::before {
    left: 5px;
    top: -40px;
  }

  .content {
    width: 90%;
    margin-left: 10px;
    margin-right: 20px;
  }

  .bg {
    background-position: right -25em center;
  }
}

