#circus figure {
  margin-bottom: 1.5rem;
}
#circus figure img,
#circus figure svg {
  outline: 10px solid var(--detail-box);
  border-radius: 1px;
}
#circus figure img::after,
#circus figure svg::after {
  content: attr(alt);
}
#circus #gq-xv-celebration svg text {
  font-family: "SpringIsComing", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#circus #gq-xv-celebration svg #bannerPath {
  fill: rgba(0, 0, 0, 0);
  stroke: black;
  stroke-width: 5px;
}
#circus #gq-xv-celebration svg textPath {
  transform: matrix(0, -1, -1, 0, 0, 0);
}
#circus #gq-xv-celebration textarea {
  margin-top: 1em;
  width: 80%;
  height: 10em;
}

.Diagram svg text {
  fill: var(--main-color);
  font-size: 1.2em;
}

.viewer {
  width: 100%;
  height: 80vh;
}

[lightbox] {
  cursor: pointer;
}

#Lightbox {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--main-color);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#Lightbox::backdrop, #Lightbox::before {
  opacity: 0.6;
  background-color: var(--nav-foot-bg);
}
#Lightbox::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120%;
  overflow: hidden;
}
#Lightbox .lb-button {
  position: fixed;
  z-index: 3;
  font-size: 2em;
  opacity: 0.8;
  font-weight: bold;
}
#Lightbox .lb-button:focus {
  text-decoration: none;
}
#Lightbox #closeLightbox {
  top: 1em;
  right: 1em;
}
#Lightbox #advance,
#Lightbox #retreat {
  top: 50%;
  z-index: 3;
}
#Lightbox #advance {
  right: 0.5em;
}
#Lightbox #retreat {
  left: 0.5em;
}
#Lightbox form {
  overflow: auto;
  max-height: 100vh;
  height: 100%;
}
#Lightbox form:has(+ .lightbox-caption) {
  max-height: calc(100% - max(5%, 5em));
}
#Lightbox .lightbox-wrapper {
  width: 100%;
  height: 100%;
  padding: 5vh 5vw;
  margin: auto;
  display: flex;
  justify-items: center;
  align-items: center;
  position: relative;
  overflow: auto;
}
#Lightbox .lightbox-caption {
  max-height: max(5%, 5em);
  margin: auto;
  overflow-y: auto;
  width: 100%;
  text-align: center;
  z-index: 3;
  text-shadow: -1px -1px var(--nav-foot-bg), 1px -1px var(--nav-foot-bg), -1px 1px var(--nav-foot-bg), 1px 1px var(--nav-foot-bg), 0 -1px var(--nav-foot-bg), 0 1px var(--nav-foot-bg), -1px 0 var(--nav-foot-bg), 1px 0 var(--nav-foot-bg);
}
#Lightbox img {
  display: block;
  margin: auto;
}

.tall {
  max-height: 75vh;
  width: auto;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto 0;
}
.tall.right {
  float: right;
  padding-left: 0.5em;
}
.tall.left {
  float: left;
  padding-right: 0.5em;
}

@media only screen and (max-width: 750px) {
  #Lightbox .lightbox-wrapper {
    padding: 0;
  }
}/*# sourceMappingURL=imgheavy.css.map */