html,
body {
  background-color: #333;
  color: #CCC;
}
h3 {
  color: white;
}
.rotating-image-container {
  filter: grayscale(100%);
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.rotating-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 5s;
}
.rotating-image.initial-display {
  transition: opacity 3s;
}
.rotating-image.show {
  opacity: 1;
}
.container .section {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.container .section.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.cover-image {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.image-description {
  text-align: center;
  padding-top: 16px;
}
.image-column {
  padding: 16px;
  background-color: black;
}
.image-description .painting-name {
  font-weight: bold;
  font-style: italic;
}
.quote-column {
  font-size: 12pt;
  max-width: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: Helvetica;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 24px;
  margin: 24px;
  background-color: black;
}
.pswp__caption__center.pswp__caption__center {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.box-shadow {
  box-shadow: 10px 10px 5px black;
}
.quote-column .quote {
  font-style: italic;
}
.quote-column .quote-signoff {
  font-size: 11pt;
  text-align: center;
}
.my-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.my-gallery figure {
  margin: 10px;
  box-shadow: 10px 10px 5px black;
  overflow: hidden;
}
.extra-image {
  position: absolute;
  display: none;
}
.navbar-brand > img {
  height: 45px;
  margin-top: -10px;
  opacity: 0.6;
}
.fade-in-1 {
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fade-in-2 {
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fullheight-md {
    height: 100%;
  }
}
.fullsize {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 68px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
img.bio-portrait {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
}
.biography-image-container {
  padding: 16px;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.biography-image {
  background-image: url('/images/portrait.jpg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: scale(0.9);
}
.biography-image-wrapper {
  background-color: black;
}
.biography-image-wrapper .line-1 {
  background-color: black;
  padding-bottom: 16px;
  margin-top: -16px;
  text-align: center;
}
.biography-image-wrapper img {
  padding: 8px;
}
.biography-image-wrapper {
  width: 500px;
  height: 400px;
}
@media (max-width: 600px) {
  .biography-image-container {
    height: 300px;
    margin-top: -32px;
  }
  .biography-image-wrapper {
    width: 250px;
    height: 200px;
  }
  .biography-image-wrapper .line-1 {
    padding: 8px;
    margin-top: -8px;
  }
}
.center-horizontally {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.center-vertically {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.gallery-thumbnail {
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.3);
}
.header {
  text-align: center;
}
.gallery-thumbnail-description {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.0;
  pointer-events: none;
}
figure:hover .gallery-thumbnail-description {
  opacity: 1.0;
}
.gallery-thumbnail-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-thumbnail-description h3 {
  margin-bottom: 8px;
}

/*
     FILE ARCHIVED ON 21:49:43 Mar 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:59:59 Dec 24, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.661
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 86.149
  LoadShardBlock: 344.863 (3)
  PetaboxLoader3.datanode: 103.538 (4)
  PetaboxLoader3.resolve: 328.607 (2)
  load_resource: 98.581
*/
