/* START
-------------------------------------------------- */

html, * {
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: .1s all ease-out;
  -webkit-transition: .1s all ease-out;
  -moz-transition: .1s all ease-out;
  -o-transition: .1s all ease-out;
}
a:link {
  text-decoration: none;
  color: black;
}
a:visited {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: white;
}
a:active {
  text-decoration: none;
  color: black;
}


img {
  max-width: 100%;
}

figure {
  margin: 0;
}

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


/* HOME
-------------------------------------------------- */

.lc-wrapper {
  width: 300px;
}

#mark {
  /* width: 404px;
  height: 59px; */
}

#water {
  width: 62px;
  height: 62px;
  margin-left: 52px;
  margin-bottom: 100px;
}

.thumb {
  width: 250px;
  margin: 10px 6px;
  text-align: center;
}

.thumb img {
  max-height: 270px;
}

.images {
  margin: 50px;
}

.images {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.small {
  max-width: 580px;
}

.medium {
  max-width: 740px;
}

.large {
  max-width: 1000px;
}

html,
body,
.group {
  height: 100%;
}

.image-row {
  display: block;
  display: -webkit-flex;
  display: flex;
}

.image-row div,
.image-container {
  width: 100%;
}

.image-container img {
  margin: 0 auto;
}


/* GRID
-------------------------------------------------- */

.grid-wrap {
  clear: both;
  margin: 0;
  height: 100%;
  width: 100%;
}

.grid-value {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
}

.grid-value.large {
  width: 30%;
}

.grid-value.year,
.grid-value.type {
  width: 15%;
}

.grid-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li.grid-col.col-full:hover {
  background: yellow;
}

li.grid-col.col-full.dormant:hover {
  background: cyan;
}

.col-full {
  width: 100%;
}

.col-one-half {
  width: 47%;
}

.col-one-third {
  width: 33.333%;
}

.col-two-thirds {
  width: 100%;
}

.col-one-quarter {
  width: 25%;
}

.col-three-quarters {
  width: 75%;
}

.col-one-fifth {
  width: 20%;
}

.col-two-fifths {
  width: 40%;
}

.col-three-fifths {
  width: 60%;
}

.col-one-sixth {
  width: 16.667%;
}

.dormant div {
  opacity: 0.2;
}

.grid-value.title {
  padding-left: 1.5em;
  text-indent: -1.5em;
}



/* CONTENT
-------------------------------------------------- */


#images {
  height: 1px;
}


.block {
  display: block;
}

.related {
  margin: 0;
  padding: 100px 0 4px 0;
  list-style-type: none;
  border-bottom: 1px solid gray;
}

.related-each {
  margin: 0;
  padding: 100px 0 4px 0;
  list-style-type: none;
  border-bottom: 1px solid gray;
}

border-bottom {
    /* border: solid; */
    border: solid;
    border: solid;
    border: solid;
}

.related img {
  max-height: 250px;
  max-width: 250px;
}

.related .item {
  display: inline-block;
  margin: 0 11px 11px 0;
  vertical-align: middle;
}

.content-info {
  position: fixed;
  font-size: 16px;
  line-height: 20px;
  /*font-size: 21px;
  line-height: 26px;*/
  background: white;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 999;
  display: none;
}

.content-info .grid-col {
  padding: 50px 0;
}

.content-info .grid-col.col-one-third {
  padding-left: 50px;
}

.content-info .grid-col.col-two-thirds {
  padding-right: 100px;
}

.content-info .grid-col.col-two-thirds {
  height: 100%;
  overflow-y: auto;
}

.content-info .grid-col.col-one-third {
  padding-right: 1em;
}

.content-info .grid-col.col-two-thirds {
  padding: 1.2em 1em 2em 1em;
}

.content-info .grid-col.middle p:first-child {
  margin-top: 0;
}

.content-info a {
  color: black;
}

.content-info a:hover {
  color: white;
}

.content-info a.item,
.content-info a.item:hover {
  background: transparent;
}

.content-info h1 {
  /*font-size: 1em;*/
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}

.content-info .related {
  font-size: 14px;
  line-height: 18px;
  font-family: "Times New Roman", Times, serif;

}

.content-info .related label {
  margin-bottom: 1em;
  display: block;
}

.content-info .related a:hover {
  color: white;
}

.content-info .related .item {
  margin: 0;
}

.content-info .type {
  display: none;
}

.end-block {
  clear: both;
  height: 100px;
  display: block;
}

.border {
  border-bottom: 1px solid gray;
  margin: 0;
  padding: 0 0 4px 0;
}


/* CONTAINERS
--------------------------------------------------------- */

.index-container {
  /*margin: 50px;*/
}

.index-container-snippet {
  display: block;
}

.writing h1 {
  font-size: 26px;
  line-height: 33px;
}

.writing {
  font-size: 24px;
  line-height: 33px;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 50px;
  font-family: "Times New Roman", Times, serif;
}

.writing p:first-child {
  margin-top: 0;
}

section.link {
  margin-bottom: 1em;
}

.content-info .year,
.content-info .credits {
  display: inline;
}


.content-info h1 {
  font-weight: normal;
}


/* MEDIA QUERIES
--------------------------------------------------------- */

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

  .grid-value.credits-short {
    display: none;
  }

  .grid-value.large {
    width: 40%;
  }

  .grid-value.year,
  .grid-value.type {
    width: 20%;
  }

  a.actual-link,
  .grid-value.link {
    width: 20%;
  }

  a.actual-link {
    margin-left: 80%;
  }

}

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

  a.actual-link,
  .grid-value.link {
    display: none;
  }

  .grid-value.large {
    width: 50%;
  }

  .grid-value {
    width: 25%;
  }

  .content-info .grid-col {
    padding: 50px;
  }

  .grid-col.col-one-third {
    width: 100%;
    padding: 0 20px;
    display: none;
  }

  .grid-col.col-one-third p {
    max-width: 360px;
    margin: 1em auto;
  }

  .content-info .grid-col.col-one-third {
    padding: 0;
  }

  .content-info .col-two-thirds {
    width: 100%;
  }

}

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

  .grid-value.type {
    display: none;
  }

  .content-info {
    font-size: 14px;
    line-height: 18px;
  }

  .serif {
    font-size: 17px;
    line-height: 1.4;
  }

  nav.work .link {
    display: none;
  }

  .grid-value.large {
    width: 75%;
  }

  .grid-value.small {
    width: 25%;
  }

  .year {
    text-align: right;
  }

}

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

  html,
  body,
  .group,
  .image-row {
    height: auto;
  }

  a.image-row {
    cursor: default;
  }

  nav.work .year {
    display: none;
  }

  .grid-value,
  .grid-value.large {
    width: 100%;
  }

  .thumb {
    margin: 0;
    margin-top: 4px;
    max-width: 100%;
  }

  .group.slides {
    padding: 50px;
  }

  .group.slides img {
    padding: 0;
  }

}


/* UNDERLINE
--------------------------------------------------------- */

#u {
    border-bottom: 1pt solid;
    width: 100px;
    display: inline-block;
}

/* Image-Listing
--------------------------------------------------------- */

.image-wrapper {
    margin: var(--margin);
    max-width: 500px;
}


.image-wrapper img {
    display: block;
    width: 80%;
    height: auto;
}

.image-wrapper-sm img {
    display: block;
    height: auto;
}

figure {
    display: block;
    /* margin-block-start: 1em; */
    margin-block-end: 1em;
    /* margin-inline-start: 40px; */
    margin-inline-end: 40px;
}

/* Text-Listing
--------------------------------------------------------- */

.text {
    margin: var(--margin);
    max-width: 620px;
}


/* Artist-image for Robert Adams
--------------------------------------------------------- 

.artist-image {
  width: min(300px, 100%);
  height: auto;
  display: block;
} */