@font-face {
  font-family: 'Hanken';
  src: url('fonts/HankenGrotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken';
  src: url('fonts/HankenGrotesk-Italic.woff2') format('woff2');
  font-style: italic;
}

:root {
  --main-bg-color: #fff;
  --main-text-color: #222;
  --sub-text-color: #6778ba;
  --highlite-color: #70a58c;
  --font-sans: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--main-bg-color);
  color: var(--main-text-color);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.2;
}

h1,
h2,
h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--main-text-color);
}

:focus-visible {
  outline: 0;
  border: 3px dotted #f39308;
}

img {
  max-width: 100%;
  height: auto;
}


#container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 2%;
}

.jumbotron header {
  text-align: center;
  margin: 20px 0 30px;
}

.jumbotron header h1 {
  color: var(--sub-text-color);
  font-size: 2.24rem;
  font-size: clamp(2.4rem, 5vw, 2.8rem);
}

.intro p {
  font-size: 1.5rem;
  font-size: clamp(1.3rem, 5vw, 1.5rem);
  font-weight: bold;
  border-bottom: 3px solid var(--sub-text-color);
  padding-bottom: 2%;
  margin-bottom: 10%;
}

.content p {
  font-size: 1.2rem;
  margin: 7px 0;
}

.content figure {
  margin: 5em 0;
  xheight: 55px;
}

.content figcaption {
  font-size: .9rem;
  font-family: var(--font-mono);
  max-width: 450px;
  padding-right: 5%;
}

.content figure.standalone {
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: center;
  @media (max-width: 450px) {
     flex-direction: column;
  }
}


.group {
  min-height: auto;
  display: flow-root;
  margin-bottom: 8em;
}

.opleiding {
  columns: 2 auto;
  column-gap: 40px;
  column-rule: 1px solid;
  background-color: skyblue;
  border-radius: 30px;
  margin: 15px 0;
  padding: 2%;
}

@media (max-width: 450px) {
  .opleiding {
  columns: auto;
  padding: 4%;
  }
}

.opleiding h2 {
  column-span: all;
  margin-bottom: 10px;
}

.opleiding p {
  margin: 10px 0;
  line-height: 1.3;
}

.shade-one { background-color: #f5d4bb; }
.shade-two { background-color: #cedaef ; }
.shade-three { background-color: #f4d5d4; }
.shade-four { background-color: #d5e2dd; }

.right {
  float: right;
}

.left {
  float: left;
}

@media (max-width: 450px) {
  .right {
    float: none;
  }
  
  .left {
    float: none;
  }

}


.info1 {
  width: 600px;
  shape-outside: url("/longreads/images/papier/amountofpaper-01.png");
  shape-image-threshold: 0.2;
  shape-margin: 15px;
}

.info2 {
  width: 475px;
  shape-outside: url("/longreads/images/papier/typesofpaper-02.png");
  shape-image-threshold: 0.2;
  shape-margin: 15px;
}

.info4 {
  shape-outside: url("/longreads/images/papier/lesspaperpolicy-04.png");
  shape-image-threshold: 0.2;
  shape-margin: 15px;
}

.info5 {
  shape-outside: url("/longreads/images/papier/thereasons-05.png");
  shape-image-threshold: 0.2;
  shape-margin: 15px;
}

.credits {
  margin-top: 5em;
}