/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Barlow", sans-serif;
}

h1 {
  font-size: 5.5em;
  font-style: italic;
}

/*VARIABLES*/
body {
  padding: 12px;
}

.gallery-header-motion {
  display: block;
  height: auto;
  width: 90%;
  margin: 0 auto;
  background: url("../images/Motion-page-header.png") no-repeat;
  background-size: 700px auto;
}

.gallery-header-pencil {
  display: block;
  height: auto;
  width: 90%;
  margin: 0 auto;
  background: url("../images/Pencil-page-header.png") no-repeat;
  background-size: 700px auto;
}

.gallery-description {
  display: flex;
  width: 50%;
  margin: 0 auto;
  align-items: center;
  height: 300px;
}

.gallery-container {
  display: grid;
  width: 90%;
  margin: 0 auto;
  grid-template-columns: auto auto;
  grid-gap: 12px;
  grid-auto-rows: repeat(3);
  padding-bottom: 12px;
}
.gallery-container .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.gallery-illustrations-container {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 12px;
}
.gallery-illustrations-container .thumb-illustration {
  width: 33.1%;
  height: auto;
}

.gallery-footer {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 300px;
}