.small-text, .image-index__description-text, .image-index__description-date, blockquote {
  font-size: 0.975rem;
  color: #828282;
  letter-spacing: -0.5px;
  line-height: 1.125rem;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.artwork__meta {
  margin-bottom: 1rem;
  background-color: #E8E8E8;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #111111;
  background-color: #F1F1E9;
  -webkit-text-size-adjust: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 1rem;
}

/**
 * Images
 */
img {
  max-width: 100%;
}

.data-text, .artwork__meta-artist,
.artwork__meta-year,
.artwork__meta-catalogue,
.artwork__meta-dimensions,
.artwork__meta-media {
  font-size: 0.85rem;
  font-family: Consolas, "Lucida Console", "DejaVu Sans Mono", monospace;
  color: #99947B;
}

.caption, .image-dictionary__text, .image-with-caption__caption-block, .wrapper__center-image {
  @extent .data-text;
  margin: 0 auto 1rem auto;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 0.975rem;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 2rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.65rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 1.33rem;
  }
}

h4 {
  font-size: 1.125rem;
  color: #72512F;
}
@media screen and (min-width: 800px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  h5 {
    font-size: 0.95rem;
  }
}

/**
 * Emphasis
 */
i, u, em {
  color: #4A4A2E;
}

strong {
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #74AF0E;
}
a:visited {
  color: #60910C;
}
a:hover {
  color: #456808;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  border-left: 2px solid #E8E8E8;
  padding-left: 1rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Clearfix
 */
.wrapper__footer-col:after, .wrapper__page:after, .wrapper__content:after, .wrapper__footer:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

dt {
  font-weight: 700;
}

dd {
  padding: 0 0 0.5rem 1rem;
}

/**
 * Wrappers
 */
.wrapper__page, .wrapper__content, .wrapper__footer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 800px) {
  .wrapper__page, .wrapper__content, .wrapper__footer {
    max-width: calc(800px - (2rem * 2));
  }
}

.wrapper__content {
  background-color: #F9F9F9;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.wrapper__center-image {
  width: 100%;
  background-color: #F9F9F9;
}
.wrapper__center-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper__footer-col {
  font-size: 15px;
  color: #828282;
  margin-left: -1rem;
}

/**
 * Site header
 */
#site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #E8E8E8;
  min-height: 56px;
  background-color: #F9F9F9;
  padding-left: 1rem;
}
@media screen and (max-width: 800px) {
  #site-header {
    color: #AF9B87;
    background-color: #424242;
    border: none;
    padding-left: 0;
  }
  #site-header a {
    color: #9BCE42;
  }
  #site-header a:hover {
    color: #d1e8a7;
  }
  #site-header a:visited {
    color: #74AF0E;
  }
  #site-header a:visited:hover {
    color: #a1ed1d;
  }
}

#site-header__nav ul {
  margin: 0;
}
@media screen and (min-width: 800px) {
  #site-header__nav ul {
    margin: 1rem;
  }
}
#site-header__nav li {
  text-transform: uppercase;
  clear: both;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #F1F1E9;
}
@media screen and (min-width: 800px) {
  #site-header__nav li {
    border-bottom: none;
    font-size: 0.75rem;
    clear: none;
    float: right;
    padding: 4px 5px 0 5px;
  }
}

h1.site-header__title {
  font-size: 1.25rem;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #60910C;
  text-align: center;
}
h1.site-header__title:hover {
  text-decoration: none;
}
h1.site-header__title:visited {
  color: #60910C;
}
@media screen and (min-width: 800px) {
  h1.site-header__title {
    float: left;
    text-align: left;
  }
}

/**
 * Main content (posts and pages)
 */
.content__title {
  letter-spacing: -1px;
  line-height: 1;
  color: #72512F;
}

.content__sub-title {
  font-size: 0.975rem;
  color: #828282;
}

/**
 * Site footers
 */
.footer__tag-list {
  color: #AF9B87;
  background-color: #424242;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
.footer__tag-list a {
  color: #9BCE42;
}
.footer__tag-list a:hover {
  color: #d1e8a7;
}
.footer__tag-list a:visited {
  color: #74AF0E;
}
.footer__tag-list a:visited:hover {
  color: #a1ed1d;
}
.footer__tag-list span {
  float: left;
  padding: 0.25rem;
  color: #E8E8E8;
}
.footer__tag-list ul {
  float: left;
  margin: 0;
}
.footer__tag-list ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #828282;
}
.footer__tag-list ul li a {
  display: block;
  margin: 0 1px;
  padding: 0.25rem;
}
.footer__tag-list ul li a:hover {
  background-color: #424242;
}

.site-footer {
  color: #AF9B87;
  background-color: #424242;
  border-top: 1px solid #E8E8E8;
  padding: 2rem 0;
}
.site-footer a {
  color: #9BCE42;
}
.site-footer a:hover {
  color: #d1e8a7;
}
.site-footer a:visited {
  color: #74AF0E;
}
.site-footer a:visited:hover {
  color: #a1ed1d;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col {
  float: left;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.footer-col-1 {
  width: calc(35% - (2rem / 2));
}

.footer-col-2 {
  width: calc(20% - (2rem / 2));
}

.footer-col-3 {
  width: calc(45% - (2rem / 2));
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: calc(50% - (2rem / 2));
  }
  .footer-col-3 {
    width: calc(100% - (2rem / 2));
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: calc(100% - (2rem / 2));
  }
}
/**
 * Code formatting
 */
pre {
  font-size: 0.975rem;
  background-color: #111111;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: scroll;
  margin-bottom: 2rem;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  color: #FFEE80;
}
.highlight .bp {
  color: #9BCE42;
}
.highlight .c {
  color: #99947B;
  font-style: italic;
}
.highlight .c1 {
  color: #99947B;
  font-style: italic;
}
.highlight .cm {
  color: #99947B;
  font-style: italic;
}
.highlight .cp {
  color: #99947B;
  font-style: italic;
}
.highlight .cs {
  color: #99947B;
  font-style: italic;
}
.highlight .err {
  color: #A61717;
  background-color: #E3D2D2;
}
.highlight .gd {
  color: #F9F9F9;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #F9F9F9;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #F9F9F9;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #F9F9F9;
  background-color: #afa;
}
.highlight .go {
  color: #828282;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #AA0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #AA0000;
}
.highlight .gu {
  color: #AAAAAA;
}
.highlight .il {
  color: #009999;
}
.highlight .k {
  color: #91C8BF;
}
.highlight .kc {
  color: #D28A42;
}
.highlight .kd {
  color: #FFFCE6;
}
.highlight .kn {
  color: #91C8BF;
}
.highlight .kp {
  color: #D28A42;
  font-weight: bold;
}
.highlight .kr {
  color: #D28A42;
  font-weight: bold;
}
.highlight .kt {
  color: #F5E8E3;
}
.highlight .m {
  color: #009999;
}
.highlight .mf {
  color: #009999;
}
.highlight .mh {
  color: #009999;
}
.highlight .mi {
  color: #009999;
}
.highlight .mo {
  color: #009999;
}
.highlight .n {
  color: #999999;
}
.highlight .na {
  color: #86C352;
}
.highlight .nb {
  color: #828282;
}
.highlight .nc {
  color: #AEFDFF;
}
.highlight .ne {
  color: #990000;
  font-weight: bold;
}
.highlight .nf {
  color: #E9D75E;
}
.highlight .nl {
  color: #F5E8E3;
}
.highlight .nn {
  color: #FFBCBC;
}
.highlight .no {
  color: #009999;
}
.highlight .nt {
  color: #91C8BF;
}
.highlight .nv {
  color: #D17F5C;
}
.highlight .nx {
  color: #F5E8E3;
}
.highlight .o {
  color: #91C8BF;
}
.highlight .ow {
  color: #91C8BF;
}
.highlight .p {
  color: #F5E8E3;
}
.highlight .s {
  color: #86C352;
}
.highlight .s1 {
  color: #86C352;
}
.highlight .s2 {
  color: #86C352;
}
.highlight .sb {
  color: #86C352;
}
.highlight .sc {
  color: #86C352;
}
.highlight .sd {
  color: #86C352;
}
.highlight .se {
  color: #D28A42;
}
.highlight .sh {
  color: #DD1144;
}
.highlight .si {
  color: #DD1144;
}
.highlight .sr {
  color: #B0FFD9;
}
.highlight .ss {
  color: #AF7941;
}
.highlight .sx {
  color: #DD1144;
}
.highlight .vc {
  color: #008080;
}
.highlight .vc {
  color: #9BCE42;
}
.highlight .vg {
  color: #008080;
}
.highlight .vg {
  color: #9BCE42;
}
.highlight .vi {
  color: #008080;
}
.highlight .vi {
  color: #9BCE42;
}
.highlight .w {
  color: #BBBBBB;
}

.image-index__article {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCB5;
}

.image-index__image {
  width: 100%;
}
.image-index__image img {
  margin: 10px auto 10px auto;
  max-width: 150px;
  max-height: 150px;
  display: block;
}

.image-index__description-title {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.image-index__description-date {
  color: #555555;
  padding-bottom: 0.25rem;
}

.image-index__description-item {
  color: #AF9B87;
  margin-left: 10rem;
}

@media screen and (min-width: 600px) {
  .image-index__article img {
    float: left;
    margin: 10px 15px 10px 0;
  }
}
.image-with-caption__centering-wrapper {
  text-align: center;
}

.image-with-caption {
  margin-top: 2rem;
}

@media screen and (min-width: 600px) {
  .image-with-caption__image-block img {
    padding: 0 8%;
  }
}

.image-with-caption__caption-block {
  padding-top: 6px;
  text-align: center;
  max-width: 75%;
}

.image-dictionary__centering-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media screen and (min-width: 600px) {
  .image-dictionary__centering-wrapper {
    justify-content: space-evenly;
  }
}
.image-dictionary__definition-block {
  padding: 0 3px;
}

.image-dictionary__hover-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
}

.image-dictionary__definition-block:hover .image-dictionary__hover-image {
  visibility: visible;
}

.image-dictionary__text {
  text-align: center;
  max-width: 200px;
}

.image-with-caption__caption-block.-reveal,
.image-dictionary__text.-reveal {
  background-color: #BCED68;
  color: #BCED68;
  transition: background-color 0.75s, color 1s;
}
.image-with-caption__caption-block.-reveal:active, .image-with-caption__caption-block.-reveal:focus, .image-with-caption__caption-block.-reveal:hover,
.image-dictionary__text.-reveal:active,
.image-dictionary__text.-reveal:focus,
.image-dictionary__text.-reveal:hover {
  background-color: inherit;
  color: inherit;
}

.image-dictionary.group-by-5 .image-dictionary__centering-wrapper {
  max-width: 460px;
  margin: auto;
}
@media screen and (min-width: 800px) {
  .image-dictionary.group-by-5 :nth-child(5n+6) {
    clear: both;
  }
}
.image-dictionary.group-by-5 .image-dictionary__text {
  display: block;
  height: 18px;
  background-color: rgba(0, 0, 0, 0);
}

.image-dictionary.group-by-height .image-dictionary__image img, .image-dictionary.group-by-height-and-width .image-dictionary__image img {
  height: 150px;
  display: block;
  margin: auto;
}

.image-dictionary.group-by-height-and-width .image-dictionary__centering-wrapper {
  max-width: 625px;
  margin: auto;
}
.image-dictionary.group-by-height-and-width .image-dictionary__definition-block {
  height: 220px;
}
.image-dictionary.group-by-height-and-width .image-dictionary__text {
  max-width: 120px;
}

.image-gallery {
  display: flex;
  flex-flow: row wrap;
}
.image-gallery .image-gallery__image {
  max-width: 32%;
}
.image-gallery .image-gallery__hover-text .-hover-text {
  opacity: 0;
}
.image-gallery .image-gallery__hover-text:hover .-hover-text {
  opacity: 1;
  transition: opacity 1s;
}

.sub-nav__nav-bar {
  border-bottom: 1px solid #E8E8E8;
  background-color: #F9F9F9;
  min-height: 25px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .sub-nav__nav-bar {
    color: #AF9B87;
    background-color: #424242;
    border: none;
  }
  .sub-nav__nav-bar a {
    color: #9BCE42;
  }
  .sub-nav__nav-bar a:hover {
    color: #d1e8a7;
  }
  .sub-nav__nav-bar a:visited {
    color: #74AF0E;
  }
  .sub-nav__nav-bar a:visited:hover {
    color: #a1ed1d;
  }
}

.sub-nav__left-nav-button {
  float: left;
  padding-left: 1rem;
}

.sub-nav__middle-nav-button {
  text-align: center;
  clear: both;
}
@media screen and (min-width: 800px) {
  .sub-nav__middle-nav-button {
    height: 0;
    transform: translate(0, -23px);
  }
}

.sub-nav__right-nav-button {
  float: right;
  padding-right: 1rem;
}

@media screen and (max-width: 800px) {
  .sub-nav__left-nav-button,
  .sub-nav__middle-nav-button,
  .sub-nav__right-nav-button {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    height: 25px;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    left: 0%;
  }
}

.sub_nav__ghost_spacer {
  height: 1.5rem;
  float: right;
}

blockquote.grammar {
  border-left: none;
  font-style: inherit;
  background-color: #E8E8E8;
  padding: 1rem;
}
blockquote.grammar ul {
  list-style-type: none;
}
blockquote.grammar table {
  text-align: right;
  line-height: 13px;
}
blockquote.grammar table th {
  font-weight: 300;
}
blockquote.grammar table td {
  width: 40px;
}

table {
  font-size: 0.975rem;
}
table tr.done {
  color: #E8E8E8;
}
table tr.done:hover {
  color: #AAAAAA;
}
table tr.done a {
  color: #E8E8E8;
}
table tr.done a:hover {
  color: #AAAAAA;
}
table tr.pending {
  color: #BBBBBB;
}
table tr.pending:hover {
  color: #AAAAAA;
}
table tr.pending a {
  color: #BBBBBB;
}
table tr.pending a:hover {
  color: #AAAAAA;
}

/*# sourceMappingURL=main_200814.css.map */