body {
  font-family: Merriweather, serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #d4ff00;
  font-size: 200px;
  line-height: 190px;
  font-weight: 300;
  letter-spacing: 3px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
}

h3 {
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 15%;
  border-left-style: none;
  font-size: 18px;
  line-height: 27px;
  font-style: italic;
}

figure {
  margin-bottom: 10px;
}

.top-slideshow {
  height: 100vh;
}

.slide-nav-bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-arrows {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-nav-arrows:hover {
  opacity: 1;
}

.slide-nav-arrows.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide-id {
  display: none;
  opacity: 0.6;
  font-family: Oswald, sans-serif;
  font-size: 8px;
  font-weight: 300;
}

.slide-1 {
  overflow: hidden;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/dirk_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/dirk_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/dirk_02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/dirk_02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/dirk_03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/dirk_03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.about-dirk-section {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #fff;
}

.main-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.continue-button {
  padding: 10px 30px;
  background-color: #d4ff00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
}

.continue-button:hover {
  background-color: rgba(0, 0, 0, .7);
  color: #d4ff00;
}

.social-media {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-icon.facebook {
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.social-icon.twitter {
  background-image: url('../images/Twitter.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.blog {
  background-image: url('../images/Blogspot.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.central-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bio-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-rule-color: rgba(0, 0, 0, .2);
  column-rule-color: rgba(0, 0, 0, .2);
  -webkit-column-rule-width: 1px;
  column-rule-width: 1px;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 30px;
}

.section-header.fluo {
  color: #d4ff00;
}

.flex-montage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-image-50 {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-image-50.bio-slide-2 {
  background-image: url('../images/dirk_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-image-25 {
  width: 25%;
  height: 100%;
}

.flex-image-25.bio-slide-1 {
  background-image: url('../images/dirk_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-image-25.bio-slide-3 {
  background-image: url('../images/dirk_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}

.quote {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.quote.heavier {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 15%;
  border-top: 1px dotted rgba(0, 0, 0, .1);
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.quote-tag {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.quote-tag.extrapad {
  margin-bottom: 20px;
}

.prologue-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}

.excerpt-blocks {
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.excerpt-blocks p {
  margin-bottom: 8px;
}

.excerpt-button-1 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding: 10px 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prologue-2 {
  overflow: hidden;
  height: 0px;
  opacity: 0;
}

.excerpt-button-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding: 10px 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fixed-nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, .85);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: Oswald, sans-serif;
  color: #d4ff00;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links:hover {
  color: #fff;
}

.nav-links:focus {
  color: #fff;
}

.nav-links.w--current {
  color: #fff;
}

.nav-links.w--current:active {
  font-size: 26px;
}

.nav-links.w--current:focus {
  color: #fff;
  font-size: 26px;
}

.nav-links.buy {
  background-color: #d4ff00;
  color: #000;
}

.nav-links.buy:hover {
  background-color: #b6b6b6;
}

.download-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 20px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted rgba(0, 0, 0, .1);
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  text-decoration: none;
  cursor: pointer;
}

.download-text {
  margin-top: 6px;
  opacity: 0.4;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.download-divs {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pdf {
  width: 50px;
  height: 60px;
  background-color: transparent;
  background-image: url('../images/PDF_Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.buy-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333;
}

.form {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.submit {
  width: 100%;
  height: 40px;
  padding-top: 10px;
  background-color: #d4ff00;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
}

.submit:hover {
  background-color: #fff;
}

.text-field {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-top: 9px;
  border-style: none;
  font-family: Oswald, sans-serif;
  color: #bbb6b6;
  font-size: 17px;
  text-transform: none;
}

.text-field:focus {
  border-style: none;
  background-color: #d4ff00;
  color: #000;
}

.social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white {
  color: #fff;
}

.white.centre {
  font-family: Oswald, sans-serif;
  color: #d4ff00;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d4ff00;
}

.footer-text {
  width: 50%;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.footer-text.right {
  text-align: right;
}

.footer-link {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.4;
}

.centred-link {
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #d4ff00;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.centred-link:hover {
  color: #fff;
}

.book-cover {
  display: block;
}

.rich-text {
  margin-bottom: 10px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-rule: 1px dotted rgba(0, 0, 0, .2);
  column-rule: 1px dotted rgba(0, 0, 0, .2);
}

.nav-text {
  padding-top: 10px;
}

.inline-div {
  display: inline-block;
}

.columns {
  display: block;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-column {
  display: block;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-column {
  width: 50%;
  padding-left: 29px;
  float: left;
}

.divider {
  width: 1px;
  height: 100%;
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px dotted rgba(0, 0, 0, .15);
}

.book-block {
  width: 100%;
}

.book-jacket-image {
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.book-link-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .65);
}

.floater {
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
}

.book-buy-text {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.book-div {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  float: left;
}

.book-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, .65);
  background-image: url('../images/611PXN4D9L.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-family: Oswald, sans-serif;
  color: #d4ff00;
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.buy-book-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.buy-book-cover {
  position: relative;
}

.buy-book-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .65);
  font-family: Oswald, sans-serif;
  color: #d4ff00;
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.video-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d5d0d0;
}

.video-section.google {
  background-color: #dbd8d8;
}

.boldener {
  font-weight: 700;
}

.hangpunk {
  text-indent: -0.6em;
}

.italo {
  font-style: italic;
  font-weight: 400;
}

.twitter-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}

html.w-mod-js *[data-ix="fade-up-fixed-nav"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="scaling-slide"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="title-slide-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="sub-title-slide-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="button-move-fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="social-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="social-rollover"] {
  opacity: 0.6;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="slide-fade-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="buy-book-text"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    font-size: 180px;
    line-height: 170px;
  }
  h2 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .slide-nav-bars {
    margin-right: 10px;
    margin-left: 10px;
  }
  .about-dirk-section {
    padding-top: 60px;
  }
  .continue-button.w--current {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 26px;
    line-height: 26px;
  }
  .central-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .bio-columns {
    font-size: 14px;
    line-height: 21px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
  .flex-montage {
    height: 560px;
  }
  .flex-image-50 {
    width: 50%;
  }
  .flex-image-50.bio-slide-2 {
    width: 100%;
    height: 66.66%;
  }
  .flex-image-25.bio-slide-1 {
    width: 50%;
    height: 33.33%;
  }
  .flex-image-25.bio-slide-3 {
    width: 50%;
    height: 33.33%;
  }
  .book-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .prologue-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .fixed-nav {
    height: 44px;
  }
  .nav-links {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 24px;
    line-height: 24px;
  }
  .nav-links:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .buy-section {
    padding-bottom: 50px;
  }
  .form {
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
  .social-footer {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  .footer-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-text {
    padding-top: 9px;
  }
  .left-column {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .book-rollover {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-section {
    padding-bottom: 50px;
  }
  .twitter-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 0px;
    font-size: 100px;
    line-height: 100px;
  }
  h2 {
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 34px;
  }
  .slide-nav-bars {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-nav-arrows {
    max-width: 80%;
  }
  .slide-nav-arrows.left {
    max-width: 80%;
  }
  .about-dirk-section {
    padding-top: 50px;
  }
  .main-title {
    width: 95%;
    height: 85%;
  }
  .continue-button {
    padding: 6px 12px;
    font-size: 21px;
    line-height: 20px;
  }
  .continue-button.w--current {
    padding: 8px 12px;
    font-size: 21px;
  }
  .social-media {
    margin-bottom: 0px;
  }
  .bio-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .flex-montage {
    margin-top: 25px;
  }
  .book-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .quote {
    font-size: 16px;
    line-height: 26px;
  }
  .block-quote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 10%;
  }
  .prologue-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .fixed-nav {
    height: 40px;
  }
  .nav-links {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 22px;
    line-height: 22px;
  }
  .nav-links:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .download-text {
    font-size: 14px;
  }
  .buy-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .submit {
    font-size: 15px;
    line-height: 20px;
  }
  .text-field {
    font-size: 15px;
    line-height: 20px;
  }
  .social-footer {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .white {
    font-size: 14px;
    line-height: 21px;
  }
  .footer-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .rich-text {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .nav-text {
    padding-top: 7px;
  }
  .left-column {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    float: none;
  }
  .right-column {
    width: 100%;
    padding-left: 0px;
    border-left-style: none;
  }
  .video-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .twitter-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 100px;
    line-height: 100px;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .about-dirk-section {
    padding-top: 44px;
  }
  .main-title {
    width: 90%;
    height: 82%;
  }
  .social-media {
    margin-bottom: 0px;
  }
  .bio-columns {
    font-size: 13px;
    line-height: 20px;
  }
  .section-header {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .flex-montage {
    height: 360px;
  }
  .book-section {
    padding-top: 44px;
    padding-bottom: 25px;
  }
  .quote {
    font-size: 15px;
    line-height: 24px;
  }
  .quote.heavier {
    font-size: 17px;
    line-height: 24px;
  }
  .block-quote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 5%;
  }
  .quote-tag {
    font-size: 11px;
    line-height: 15px;
  }
  .prologue-section {
    padding-top: 44px;
    padding-bottom: 25px;
  }
  .excerpt-blocks p {
    font-size: 12px;
    line-height: 18px;
  }
  .excerpt-button-1 {
    font-size: 13px;
    line-height: 20px;
  }
  .excerpt-button-2 {
    font-size: 13px;
    line-height: 20px;
  }
  .fixed-nav {
    height: 36px;
  }
  .nav-links {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 14px;
    line-height: 20px;
  }
  .nav-links:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .download-container {
    width: 100%;
    height: 80px;
    margin-top: 10px;
  }
  .download-text {
    font-size: 13px;
  }
  .buy-section {
    padding-top: 44px;
    padding-bottom: 25px;
  }
  .form {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text-field {
    margin-bottom: 8px;
  }
  .white {
    font-size: 13px;
    line-height: 19px;
  }
  .footer-text {
    font-size: 8px;
    line-height: 9px;
  }
  .video-section {
    padding-top: 44px;
    padding-bottom: 25px;
  }
  .twitter-section {
    padding-top: 44px;
    padding-bottom: 25px;
  }
}

