@font-face {
  font-family: "HendrixGroove";
  src: url(../fonts/HendrixGroove.ttf);
}

@font-face {
  font-family: "frankgo";
  src: url(../fonts/FranklinGothic.ttf);
}

@font-face {
  font-family: "frankbold";
  src: url(../fonts/FRANKGO.ttf);
}

:root {
  --orange: #e86304;
  --yellow: #edc510;
  --accent-color: #e86304;
}

body {
  font-size: 1.5em;
  margin: auto;
  background-image: url(../media/papier.png);
  font-family: "frankgo";
  cursor: url(../media/pijltje.png), auto;
}

a:hover {
  cursor: url(../media/wijzertje-edit.png), auto;
}

article {
  padding-inline: 1em;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  /* max-width: auto;
  height: 700px; */
}

.breed {
  max-width: 100%;
  height: auto;
  margin: auto;
  padding-top: 50px;
}

.giga {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.mid {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
}

.text {
  max-width: 60ch;
}

.lijn {
  max-width: 100%;
  padding-top: 100px;
  height: auto;
}

header,
section {
  /* max-width: 120ch; */
  margin-inline: auto;
}

h2 {
  display: flex;
  justify-content: center;
  font-size: 4em;
}

h3 {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
}

/* Tussentitels */
section h4 {
  font-family: "HendrixGroove";
  text-rendering: optimizeLegibility;
  text-transform: lowercase;
  font-size: 4.5em;
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: 0.65;
  text-align: center;
}

h1,
h2,
h3 {
  font-family: "Frankbold";
}

article > section {
  max-width: 100%;
}

/* Kolommen */
.kolommen {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  justify-content: center;
  padding: 40px;
  mix-blend-mode: multiply;
  margin-bottom: 20px;
}

@media (min-width: 761px) {
  .kolommen {
    grid-template-columns: 1fr 1fr;
  }

  .kolommen > img {
    position: sticky;
  }

  .kolommen:nth-child(2n) img {
    order: 2;
  }

  section h4 {
    text-align: left;
  }
}

.kolommen > img {
  max-height: 90vh;
  width: auto;
  margin: 0 auto;
  top: 1em;
  align-self: flex-start;
  padding-block: 1em;
}

/* paragraaf */
p {
  line-height: 0.97;
}

/* unvisited link */
a {
  color: black;
  cursor: unset;
  text-decoration-color: var(--accent-color);
  text-decoration-thickness: 2px;
  /* text-underline-offset: 3px; */
}

/* visited link*/
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: var(--accent-color);
}

/*selected link*/
a:active {
  color: blue;
}
