body.art {
  background: #ececf1;
  font-family: Helvetica Neue, Helvetica, Arial;
}
.paintings,
.photographs,
.writing,
.items {
  position: relative;
  margin: 0 auto;
  max-width: 642px;
}
.paintings.index .home-icon,
.photographs.index .home-icon,
.writing.index .home-icon,
.items.index .home-icon {
  top: 5px;
}
.paintings a.home-icon + a.back-icon,
.photographs a.home-icon + a.back-icon,
.writing a.home-icon + a.back-icon,
.items a.home-icon + a.back-icon {
  right: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paintings a.home-icon + a.back-icon,
  .photographs a.home-icon + a.back-icon,
  .writing a.home-icon + a.back-icon,
  .items a.home-icon + a.back-icon {
    right: 75px;
  }
}
.paintings .home-icon,
.photographs .home-icon,
.writing .home-icon,
.items .home-icon,
.paintings .back-icon,
.photographs .back-icon,
.writing .back-icon,
.items .back-icon {
  position: absolute;
  right: 0px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .paintings .home-icon,
  .photographs .home-icon,
  .writing .home-icon,
  .items .home-icon,
  .paintings .back-icon,
  .photographs .back-icon,
  .writing .back-icon,
  .items .back-icon {
    right: 10px;
  }
}
.paintings h1,
.photographs h1,
.writing h1,
.items h1 {
  text-align: center;
  margin-top: 0;
}
.paintings h2,
.photographs h2,
.writing h2,
.items h2 {
  margin-top: 0;
}
.paintings h1,
.photographs h1,
.writing h1,
.items h1,
.paintings h2,
.photographs h2,
.writing h2,
.items h2,
.paintings .main-nav-link,
.photographs .main-nav-link,
.writing .main-nav-link,
.items .main-nav-link {
  font-family: sans-serif;
  width: 100%;
}
.painting img,
.photograph img {
  width: 100%;
  cursor: pointer;
}
.painting,
.photograph,
.item {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #a49d9d;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.painting cite,
.photograph cite,
.item cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
}
.painting cite span.title,
.photograph cite span.title,
.item cite span.title {
  font-style: italic;
}
.text-segment {
  padding: 10px 20px;
  margin: 20px 0;
  border: 1px solid #a49d9d;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 1.3em;
}
.text-segment p:first-child {
  margin-top: 0;
}
.text-segment p:last-child {
  margin-bottom: 0;
}
.writing .item p {
  line-height: 1.5em;
}
#image-big {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: flex;
  justify-content: center;
}
#image-big img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.img-right {
  float: right;
  margin-left: 1em;
}
.img-right:before {
  content: '\A';
}
.img-left {
  float: left;
  margin-right: 1em;
}
.img-left:before {
  content: '\A';
}
.img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-medium {
  max-width: 400px;
  max-height: 400px;
}
.img-small {
  max-width: 300px;
  max-height: 300px;
}
.img-tiny {
  max-width: 200px;
  max-height: 200px;
}
.writing img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.half-size-img {
  width: 50%;
  height: 50%;
}
.main-nav-link {
  text-decoration: none;
  font-size: larger;
  font-weight: bold;
  display: block;
  margin: 15px 20px;
  color: #ff8888;
}
.main-nav-link:hover {
  text-decoration: underline;
}
.main-nav-link:visited {
  color: #cc6666;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon.icon-back,
.icon.icon-up {
  stroke: #ff8888;
  fill: #ff8888;
  width: 1.5em;
  height: 1.5em;
}
.icon.icon-volume,
.icon.icon-volume-mute {
  stroke: #ff8888;
  fill: #ff8888;
  width: 2em;
  height: 2em;
}
.volume-control {
  cursor: pointer;
}
.volume-control.disabled {
  cursor: auto;
  opacity: 0.5;
}
#vraudio {
  display: inline-block;
  width: 1px;
}
.photograph .volume-control {
  float: right;
}
.quote {
  font-style: italic;
}
.hidden {
  display: none;
}
.removed {
  position: absolute;
  top: -1200px;
  right: -50px;
}
.thumbnail {
  cursor: pointer;
  margin: 0 12px;
}
.tn-selected {
  cursor: auto;
  outline: 3px #99CCFF solid;
}
.col-left {
  width: 50%;
  display: inline-block;
  float: left;
}
.col-right {
  width: 50%;
  display: inline-block;
}
.col-right:after {
  clear: both;
}
.last-modified {
  font-size: smaller;
  color: #888;
  text-align: right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .paintings,
  .photographs,
  .writing,
  .items {
    max-width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .img-header {
    width: 100%;
  }
  h1 {
    font-size: 2.5em;
  }
  h2,
  a.main-nav-link {
    font-size: 2em;
  }
  svg.icon.icon-back,
  svg.icon.icon-up {
    width: 3em;
    height: 3em;
  }
  div.writing div.item p {
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 2em;
  }
  div.writing img {
    max-width: 100%;
  }
  div.writing img.img-small {
    max-width: 50%;
    max-height: 50%;
  }
  div.photographs div.text-segment {
    margin: 1em;
  }
  div.photographs p {
    line-height: 2em;
    padding: 1em;
    margin: 1em;
  }
}
