@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alegreya&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: auto;
}

hr {
  width: 700px;
  margin: 0 auto;
}

#column .img.img-block {
  position: relative;
  margin: 1em auto;
  height: 200px;
  overflow: hidden;
}
#column .img.img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-width: 700px;
}
#column .img.img-block .text-overlay {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 32px;
  padding: 10px;
}

html, body {
  height: 100%;
  background: white;
  font-family: Alegreya, "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
}

#header {
  width: 100%;
  height: 100px;
  border-bottom: 10px solid white;
  background-repeat: repeat;
  background-position: left top;
}
#header img {
  background: white;
  margin-left: -23px;
}
#header svg {
  margin-left: -23px;
  background: white;
  width: 100px;
  height: 100px;
}
#header .header-wrapper {
  width: 700px;
  margin: 0 auto;
}

article {
  padding-top: 2em;
  width: 100%;
}

#column .img .caption {
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0 auto;
  text-align: center;
  font-size: 100%;
  line-height: 1.4em;
}

#footer {
  background: url(/acanthus-footer.png) center bottom no-repeat;
  color: #222222;
  height: 450px;
}
#footer p {
  width: 700px;
}
#footer a {
  color: #222222;
}
#footer a:visited {
  color: #f0f0f0;
}

#column {
  background: white;
  color: #333;
}
#column blockquote, #column pre {
  background: #f0f0f0;
  margin: 0 auto;
  max-width: 700px;
  padding: 1em 1em 1em 2em;
  border-left: 2px solid white;
}
#column blockquote p, #column blockquote code, #column pre p, #column pre code {
  margin: 0;
}
#column a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ff5555;
}
#column a:visited {
  color: #333;
}
#column a.article-link {
  text-decoration: none;
  color: white;
}
#column a.article-link:visited {
  color: white;
}

#column, #footer {
  margin-right: 0;
}
#column .location, #column .collections, #column .date, #footer .location, #footer .collections, #footer .date {
  max-width: 700px;
  margin: 0.5em auto;
  color: white;
  font-style: italic;
  font-size: 100%;
}
#column p, #column li, #footer p, #footer li {
  font-size: 150%;
  line-height: 1.5;
}
#column p, #footer p {
  margin: 1em auto;
  max-width: 700px;
}
#column li, #footer li {
  margin: 0 0 0 2em;
}
#column li .date, #footer li .date {
  font-family: "Courier New", monospace;
  font-style: normal;
}
#column ul, #column ol, #footer ul, #footer ol {
  margin: 1em auto;
  max-width: 700px;
}
#column ul, #footer ul {
  list-style-type: square;
}
#column h1, #column h2, #column h3, #column h4, #column h5, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
  max-width: 700px;
  font-family: Alegreya, sans-serif;
  font-weight: bold;
  color: #333;
  margin: 12px auto;
}
#column a.header-anchor, #footer a.header-anchor {
  border: none;
  margin-left: -1em;
  color: #222222;
}
#column a.header-anchor:hover, #footer a.header-anchor:hover {
  color: white;
}
#column .title, #column h4, #footer .title, #footer h4 {
  max-width: 700px;
  margin: 0 auto;
}
#column h1, #footer h1 {
  font-size: 300%;
  margin: 0;
}
#column h2, #footer h2 {
  font-size: 250%;
}
#column h3, #footer h3 {
  font-size: 200%;
}
#column h4, #footer h4 {
  font-weight: normal;
  font-style: italic;
  font-size: 150%;
}
#column code, #footer code {
  font-family: "Courier New", monospace;
  font-size: 80%;
}
#column li code, #column p code, #footer li code, #footer p code {
  background: #f0f0f0;
  padding: 1px 5px;
}
#column .date, #footer .date {
  font-style: italic;
}
#column .tags, #footer .tags {
  color: #666;
  font-size: 80%;
  font-style: italic;
}
#column .img, #footer .img {
  max-width: 700px;
  margin: 0 auto;
}
#column img, #footer img {
  display: block;
  margin: 0 auto;
  max-height: 700px;
  max-width: 100%;
}
#column .big-img, #footer .big-img {
  width: 100%;
  max-width: 100%;
  margin: 2em 0;
}
#column .embed-content, #column .search, #footer .embed-content, #footer .search {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
#column iframe, #footer iframe {
  width: 100%;
}
#column input.deltos-search, #footer input.deltos-search {
  width: 100%;
  height: 1.5em;
  font-size: 150%;
  padding: 5px;
}
#column .deltos-results-summary, #footer .deltos-results-summary {
  font-size: 100%;
  padding: 4px;
  text-align: center;
  font-style: italic;
  border-bottom: 1px solid #999;
}
#column .deltos-results, #footer .deltos-results {
  height: 450px;
  overflow-y: auto;
}
#column a.result, #footer a.result {
  text-decoration: none;
}
#column a.result.selected > .summary-small, #footer a.result.selected > .summary-small {
  background: #f0f0f0;
}
#column .summary-small, #footer .summary-small {
  height: 90px;
  overflow: hidden;
  border-bottom: 1px solid #999;
}
#column .summary-small .imgwrapper, #footer .summary-small .imgwrapper {
  float: left;
  background-size: cover;
  background-position: center;
  height: 90px;
  width: 90px;
  border-right: 1px solid gray;
  margin-right: 15px;
}
#column .summary-small h2, #footer .summary-small h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0 0;
  overflow: hidden;
}
#column .summary-small p, #footer .summary-small p {
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 4px 0 0 0;
}
#column .summary, #footer .summary {
  height: 125px;
  overflow: hidden;
  border: 1px solid #999;
}
#column .summary .imgwrapper, #footer .summary .imgwrapper {
  float: left;
  background-size: cover;
  background-position: center;
  height: 125px;
  width: 125px;
  border-right: 1px solid gray;
  margin-right: 15px;
}
#column .summary p, #footer .summary p {
  height: 60px;
  margin: 0.5em;
  overflow: hidden;
}
#column .summary h2, #footer .summary h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0.5em 0 0 0;
}

/* this is at the bottom so it takes precendence */
@media screen and (max-width: 700px) {
  body, article, #column, #footer, #footer p {
    width: 100%;
  }
  article {
    padding-top: 0;
  }
  #column, #footer {
    word-wrap: break-word;
    padding: 1em 0em;
  }
  #column h1, #column h2, #column h3, #column h4, #column h5, #column p, #column .date, #column .collections, #column .location, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer p, #footer .date, #footer .collections, #footer .location {
    padding: 0 15px;
  }
  #column h1, #column h2, #column h3, #column h4, #column h5, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
    font-size: 150%;
  }
  #column p, #column li, #footer p, #footer li {
    font-size: 125%;
    line-height: 1.5;
  }
  #column pre, #footer pre {
    overflow: scroll;
    margin-left: 0;
  }
  #column ul, #column ol, #footer ul, #footer ol {
    margin: 1em 0.5em;
  }
  #column img, #footer img {
    max-width: 100%;
  }
  #column .deltos-results h2, #footer .deltos-results h2 {
    padding: 0;
  }
  #header {
    height: 50px;
    background-size: 176px;
  }
  #header img, #header svg {
    height: 50px;
    width: 50px;
  }
  #header img, #header svg {
    margin-left: 23px;
  }
  .header-wrapper {
    width: 100% !important;
  }
}
