/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --ease-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-back: cubic-bezier(0.35, 1.47, 0.64, 1);
  scroll-behavior: smooth;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --blue: #0000ff;
  --yellow: #ffff00;
  --grey: #959595;

  --background-color: var(--white);
  --text-color: var(--black);
  --link-color: var(--blue);
}

body {
  background: #ffffff;
  background: var(--background-color);
  color: #000000;
  color: var(--text-color);
}

header {
  background: #ffffff;
  background: var(--background-color);
}

a,
a:visited {
  color: #0000ff;
  color: var(--link-color);
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover,
a:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

nav a,
nav a:visited {
  color: #000000;
  color: var(--text-color);
}

button {
  background: #000000;
  background: var(--text-color);
  color: #ffffff;
  color: var(--white);
}

.search-result a:not(.does-not-exist):visited {
    color: #000000;
    color: var(--text-color);
  }

.artists .artist:visited {
    color: #000000;
    color: var(--text-color);
  }

.page-grid .page:visited {
    color: #000000;
    color: var(--text-color);
  }

.search-result a:not(.does-not-exist),.artists .artist,.page-grid .page {
    color: #000000;
    color: var(--text-color);
  }

body.invert main {
  --text-color: var(--grey);
  --link-color: var(--yellow);
  background: #000000;
  background: var(--black);
  color: #959595;
  color: var(--text-color);
}

:root {
  --columns: 12;
  --gutter: 1.5rem;
  --outer-padding: 1.5rem;
}

@media screen and (max-width: 767px) {

:root {
    --columns: 4;
    --gutter: 1.5rem;
    --outer-padding: 1.5rem;
}
  }

@media print {

:root {
    --outer-padding: 0px;
}
  }

:root {

  --column-width: calc((100% - var(--gutter)*(var(--columns) - 1) - var(--outer-padding)*2)/var(--columns));

  /* @mixin grid-limit 1400px; */
}

.grid-overlay {
  display: none;
}

.grid-overlay--active {
  --grid-overlay-width: var(
    --grid-limit,
    calc(100% - var(--outer-padding)*2)
  );
  display: block;
  position: fixed;
  z-index: 9000;
  top: 0px;
  width: calc(100% - 3rem);
  width: var(--grid-overlay-width);
  left: 50%;
  margin-left: calc(-50% - -1.5rem);
  margin-left: calc(var(--grid-overlay-width)/2*-1);
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    transparent 1.5rem,
    rgba(255, 0, 255, 0.05) 1.5rem
  );
  background: linear-gradient(
    to right,
    var(--grid-overlay-gutter, transparent) var(--gutter),
    var(--grid-overlay-column, rgba(255, 0, 255, 0.05)) var(--gutter)
  );
  background-size: calc(8.3333333333% + 0.125rem) 100%;
  background-size: calc((100% + var(--gutter))/var(--columns, 12)) 100%;
  background-position: top 0px left -1.5rem;
  background-position: top 0px left calc(var(--gutter)*-1);
}

/* ---- Mixins ------------------------------------------------------------- */

/* ---- Definitions -------------------------------------------------------- */

:root {
  --font-sans: "niveau-grotesk", sans-serif;

  --font-larger: 500 2rem/1.1 var(--font-sans);
  --font-large: 500 1.5rem/1.1 var(--font-sans);
  --font-medium: 500 1.5rem/1.1 var(--font-sans);
  --font-normal: normal 1.25rem/1.1 var(--font-sans);
  --font-small: normal 1rem/1.1 var(--font-sans);
}

@media --mobile {

:root {
    /*
    --font-largest: normal 1.75rem/1.3  var(--font-sans);
    --font-larger:  normal 1.5rem/1.4   var(--font-sans);
    --font-large:   300    1.5rem/1.4   var(--font-sans);
    --font-medium:  normal 1.375rem/1.3 var(--font-sans);
    */
}
  }

/* ---- Font scale --------------------------------------------------------- */

html {
  --font-scale-coeff: calc((var(--font-scale-to) - var(--font-scale-from))/(var(--font-scale-end)/100 - var(--font-scale-start)/100));
  font-size: calc(0.625rem + 0.4166666667vw);
  font-size: calc((var(--font-scale-from) - (var(--font-scale-start)/100)*var(--font-scale-coeff))/16*1rem + var(--font-scale-coeff)*1vw);
  --font-scale-from: 16;
  --font-scale-to: 18;
  --font-scale-start: 1440;
  --font-scale-end: 1920;
}

@media screen and (max-width: 1440px) {

html {
    --font-scale-from: 14;
    --font-scale-to: 16;
    --font-scale-start: 479;
    --font-scale-end: 1440;
}
  }

@media --mobile-small {

html {
    --font-scale-from: 12;
    --font-scale-to: 16;
    --font-scale-start: 1;
    --font-scale-end: 479;
}
  }

body {
  font-family: "niveau-grotesk", sans-serif;
  font-family: var(--font-sans);
  font-size: 100%;
}

/* ---- Rules -------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 1rem 0rem;
}

h1:first-child {
    margin-top: 0px;
  }

h4:first-child {
    margin-top: 0px;
  }

h5:first-child {
    margin-top: 0px;
  }

h6:first-child {
    margin-top: 0px;
  }

p:first-child {
    margin-top: 0px;
  }

h1:last-child {
    margin-bottom: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figcaption,
blockquote {
  max-width: 60ch;
}

ul,
ol,
blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul:first-child {
    margin-top: 0px;
  }

ol:first-child {
    margin-top: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

main {
  font: normal 1.25rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-normal);
}

h1 {
  font: 500 2rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-larger);
}

h2 {
  font: 500 1.5rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-large);
  margin-top: 2rem;
}

h2:first-child {
    margin-top: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3 {
  font: normal 1.25rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-normal);
  margin-top: 2rem;
}

h3:first-child {
    margin-top: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

blockquote {
  font: 500 1.5rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-medium);
  padding-right: 2rem;
  margin: 2rem 0rem;
}

blockquote:first-child {
    margin-top: 0px;
  }

blockquote:last-child {
    margin-bottom: 0px;
  }

figcaption {
  margin-top: 0.625rem;
  font: normal 1rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-small);
}

nav {
  font: 500 1.5rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-large);
}

.page-grid .page,
.search-form,
.search-result .url {
  font: normal 1rem/1.1 "niveau-grotesk", sans-serif;
  font: var(--font-small);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.responsive-embed,
figure.image {
  margin: 2rem 0rem;
}

.responsive-embed:not(does-not-exist):first-child {
    margin-top: 0px;
  }

figure.image:first-child {
    margin-top: 0px;
  }

.responsive-embed:not(does-not-exist):last-child {
    margin-bottom: 0px;
  }

figure.image:last-child {
    margin-bottom: 0px;
  }

figure.image {
  width: 100%;
  padding: 0rem;
}

figure.image img {
    display: block;
    width: 100%;
    height: auto;
  }

img {
  display: block;
}

section.expandable .expandable-content {
    display: none;
  }

section.expandable.expanded .expandable-link {
      display: none;
    }

section.expandable.expanded .expandable-content {
      animation: 500ms expandable-expand ease-out forwards;
      display: block;
    }

@keyframes expandable-expand {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

:root {
  --logo-size: 18vw;
}

@media screen and (max-width: 767px) {

:root {
    --logo-size: 32vw;
}
  }

header {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  gap: 1.5rem;
  gap: var(--gutter);
}

@media screen and (max-width: 767px) {

header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.5rem;
    grid-column-gap: var(--gutter);
}
  }

header .logo {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 380 380%22%3E  %3Cpath d%3D%22M172.9 261.2h12.5v41.3h8.2v-41.3h12.5v-7.7h-33.2zM187 233.5c-4.8 0-9.3-2.2-11.9-4.2v9.2c3 1.4 7.3 2.8 12.2 2.8 10.8 0 16-6.7 16-14 0-5.3-2.4-9.3-8.6-13l-7.5-4.7c-2.7-1.7-4-3.4-4-5.5 0-3.2 2.6-5.5 7.3-5.5 4 0 8.1 1.7 10.7 3.7v-8.9c-2.9-1.4-6.6-2.5-10.5-2.5-11.9 0-16.2 7.1-16.2 13.6 0 5.2 1.9 9.1 8 12.7l7.6 4.7c3.2 1.9 4.5 3.8 4.5 6-.1 3-2.7 5.6-7.6 5.6zM194.1 129.5H185l-18.3 49h9.1l4.4-12.1h18.6l4.4 12.1h9.1l-18.2-49zm-11.2 29l6.7-18.3 6.6 18.3h-13.3zM188.6 117.2c14.3 0 25.2-10.9 25.2-25.3s-10.9-25.3-25.2-25.3-25.2 11-25.2 25.3 10.8 25.3 25.2 25.3zm0-42.4c9.4 0 16.7 7.6 16.7 17.1S198 109 188.6 109c-9.6 0-16.8-7.6-16.8-17.1s7.2-17.1 16.8-17.1zM80.5 305l-30.3 10.2 7 6.2 21-7.4-4.6 21.6 7 6.2 6.1-31.3 14.1-16.1-6.2-5.4zM375.4 199.8l-48.2-9.7-1.6 8.1 33.4 6.7-35.9 6.7-1.5 7 30.6 20-33.2-6.5-1.6 8 48.1 9.5 1.9-9.7-34.8-22.8 40.8-7.6zM324.6 177.1l7.6-1.5-3.6-18.5 12.6-2.5 3.4 17 7.8-1.5-3.4-17 12.2-2.5 3.8 18.5 7.6-1.5-5.2-26.5-48 9.5zM307.5 124l3.6 7.4 36.5-19.1 5.9 11.2 6.9-3.7-15.3-29.3-7 3.5 5.8 11.2zM275.5 85.2l22-22.7-5.4 38.7 5.9 5.8 34-35.3-5.9-5.7L302 91l6.2-42.1-7.1-6.9-.3.5-1.2 6-30 31zM194.9 55.2c4.4 0 8.5-1.2 12-3v-9.4c-2.9 2.5-7.2 4.2-12 4.2-9.6 0-16.8-7.6-16.8-17.1s7.2-17.1 16.8-17.1c4.8 0 9 1.7 12 4.3V7.6c-3.5-1.9-7.6-3-12-3-14.3 0-25.2 10.9-25.2 25.3s10.9 25.3 25.2 25.3zM237.9 64.5c13.3 5.3 27.5-.8 32.8-14.1s-.7-27.5-14-32.8-27.5.8-32.8 14.1.7 27.3 14 32.8zm-6.1-29.8c3.5-8.8 13-13.2 21.9-9.6 8.8 3.5 12.7 13.2 9.1 22.1-3.5 8.8-13.1 13.1-21.9 9.6-8.8-3.6-12.8-13.3-9.1-22.1zM130.7 335l-3.4-1.6c-5.6-2.6-7-11.9-4-23.2l-7.7-3.5c-3.3 10.7-2.9 20.1 1.3 25.3-5.4-.9-10.9 1-13.9 7.4-3.7 8 .1 15.4 8.5 19.3l14.3 6.6 20.4-44.5-7.5-3.4-8 17.6zm-9.1 19.6l-6.7-3.1c-3.9-1.8-5.6-5.4-3.8-9.4 1.9-4.1 5.7-5 9.6-3.2l6.7 3.1-5.8 12.6zM187.1 339l-18.6-1.5-3.4-12.4-9.1-.8 14.2 50.3 9.1.8 22.2-47.3-9.1-.8-5.3 11.7zm-11.5 25.2l-5.1-18.8 13.3 1.1-8.2 17.7zM233 319.4l5.2 18.7-3.6 1c-6 1.7-13.1-4.6-18-15.1l-8.2 2.3c4.4 10.3 10.8 17.3 17.4 18.5-4.7 2.8-7.7 7.8-5.8 14.6 2.3 8.5 10 11.7 18.9 9.2l15.1-4.2-13.1-47.2-7.9 2.2zm3.8 41.6c-4.1 1.1-7.8-.5-8.9-4.8s1.1-7.5 5.2-8.6l7.1-2 3.7 13.4-7.1 2zM270.1 298.2c-11.4 8.7-13.5 23.9-4.8 35.4 8.6 11.4 23.9 13.6 35.3 4.9 11.4-8.6 13.5-23.9 4.8-35.4-8.5-11.3-23.8-13.5-35.3-4.9zm25.7 33.9c-7.5 5.7-17.9 4.1-23.6-3.5s-4.5-18 3-23.7c7.6-5.8 17.9-4.1 23.7 3.5 5.7 7.5 4.5 17.8-3.1 23.7zM305.8 259.8l15.8 10.2-4 6.2c-5.1 7.8-3.9 16.3 4 21.4 8 5.2 16.2 2.8 21.3-5l8.5-13-41.1-26.7-4.5 6.9zm18.3 20.4l3.9-6 12.1 7.9-3.9 6c-2.3 3.6-6 4.9-10.1 2.3-4-2.6-4.2-6.5-2-10.2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") top left no-repeat;
    background-size: contain;
    width: 18vw;
    width: var(--logo-size);
    height: 18vw;
    height: var(--logo-size);
    overflow: hidden;
    text-indent: -9000px;
    flex-shrink: 0;
  }

@media screen and (max-width: 767px) {

header .logo {
      grid-column: 1 / span 2;
  }
    }

header nav {
    margin-top: auto;
  }

@media screen and (max-width: 767px) {

header nav {
      margin-top: 0px;
      grid-column: 3 / span 2;
  }
    }

header nav ul {
      list-style-type: none;
      margin: 0px;
      padding: 0px;
    }

header nav a:visited {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

header nav a {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

header nav a:focus,header nav a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }

:root {
  --header-width: calc(var(--column-width)*3 + var(--gutter)*2 + var(--outer-padding));
}

body {
  min-height: 100vh;
  display: flex;
}

@media screen and (max-width: 767px) {

body {
    flex-direction: column;
}
  }

header {
  position: fixed;
  overflow: scroll;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: calc(25% - 0.375rem);
  width: var(--header-width);
  padding-left: 1.5rem;
  padding-left: var(--outer-padding);
  padding-right: 1.5rem;
  padding-right: var(--gutter);
}

@media screen and (max-width: 767px) {

header {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-right: var(--outer-padding);
    overflow: visible;
}
  }

main {
  flex: 1 0 auto;
  padding-left: calc(25% + 1.125rem);
  padding-left: calc(var(--header-width) + var(--gutter));
  padding-right: 1.5rem;
  padding-right: var(--outer-padding);
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media screen and (max-width: 767px) {

main {
    width: 100%;
    padding-left: 1.5rem;
    padding-left: var(--outer-padding);
}
  }

section.page figure.image {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 1.5rem;
    grid-column-gap: var(--gutter);
  }

@media screen and (max-width: 767px) {

section.page figure.image {
    grid-template-columns: repeat(4, 1fr);
  }
  }

section.page figure.image a {
      display: grid;
      grid-template-columns: repeat(9, 1fr);
      grid-column-gap: 1.5rem;
      grid-column-gap: var(--gutter);
    }

@media screen and (max-width: 767px) {

section.page figure.image a {
    grid-template-columns: repeat(4, 1fr);
    }
  }

section.page figure.image a,section.page figure.image img,section.page figure.image figcaption {
      grid-column: 1 / span 9;
    }

@media screen and (max-width: 767px) {

section.page figure.image a,section.page figure.image img,section.page figure.image figcaption {
        grid-column: 1 / span 4;
    }
      }

section.page figure.image.portrait img {
        grid-column: 1 / span 4;
      }

@media screen and (max-width: 767px) {

section.page figure.image.portrait img {
          grid-column: 1 / span 3;
      }
        }

section.page .artists {
    margin-top: 4rem;
  }

section.page .artist {
    display: block;
    margin-bottom: 4rem;
  }

section.page .artist:hover,section.page .artist:focus {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

section.page .artist:hover h2,section.page .artist:focus h2 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

section.page .artist h2 {
      margin-top: 0rem;
    }

.page-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 1.5rem;
  grid-column-gap: var(--gutter);
}

@media screen and (max-width: 767px) {

.page-grid {
    grid-template-columns: repeat(4, 1fr);
}
  }

.page-grid {
  margin-top: 2rem;
  width: 100%;
}

.page-grid .page {
    margin-bottom: 2rem;
    grid-column: span 3;
  }

@media screen and (max-width: 767px) {

.page-grid .page {
      grid-column: span 4;
  }
    }

.page-grid .page:hover,.page-grid .page:focus {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.page-grid .page:hover h2,.page-grid .page:focus h2 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

.page-grid .image {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 1.125rem;
  }

.page-grid .image img {
      position: absolute;
      width: 100%;
      height: auto;
    }

.page-grid h2 {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }

.search-form {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
}

.search-form input,.search-form button {
    border: 1px solid #000000;
    border: 1px solid var(--text-color);
    border-radius: 0px;
    padding: 0.5rem;
  }

.search-form input:focus,.search-form button:focus {
      outline: 1px solid #0000ff;
      outline: 1px solid var(--link-color);
      border-color: #0000ff;
      border-color: var(--link-color);
    }

.search-form input {
    flex: 1 1 auto;
    width: 50%;
  }

.search-results {
  margin-top: 4rem;
}

.search-results .search-result {
    margin-bottom: 2rem;
  }

.search-results .search-result:first-child {
    margin-top: 0px;
  }

.search-results .search-result:last-child {
    margin-bottom: 0px;
  }

.search-results .search-result h2 {
      margin-bottom: 0.5rem;
    }

.search-results .search-result a:hover,.search-results .search-result a:focus {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.search-results .search-result a:hover h2,.search-results .search-result a:focus h2 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
