body, ul, li, p, figure, figcaption {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
}

a:link, a:visited {
  color: #144144;
}
a:hover, a:active, a:focus {
  color: #441441;
}

.Carousel-Item:not([hidden]) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
}

.Carousel-ImageContainer {
  flex: 1;
  overflow: hidden;
  text-align: center;
  background: black;
}

.Carousel-Image {
  max-width: 100%;
  height: calc(100% - 16px);
  object-fit: contain;
  border: 3px solid black;
  margin: 5px auto;
}

.Carousel-Caption {
  padding: 2rem 1rem calc(2.5rem + 44px);
}

.Carousel-Caption {
  display: flex;
  flex-direction: column;
}

.Image-Title {
  font-weight: bold;
  font-size: .9rem;
}

.Exhibit-Title {
  margin: .75rem 0 0 0;
  color: #441;
  order: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: calc(1vh + .25em);
  font-weight: normal;
}

.flickity-prev-next-button {
  opacity: .5;
  // transform: scale(.5);
  // top: 5%;
}

.flickity-prev-next-button:disabled {
  opacity: .25;
}