/*-----------------------------------------------------------------------------------*/
/*	Base Styles
/*-----------------------------------------------------------------------------------*/

/* basic styles */

body {
  font-family:"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-size: clamp(0.75rem, 1rem, 1.25rem);
  background-color: #FFFFF0;
}

div#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: inherit;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 720px;
  --items: 6;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

div.item {
  position: absolute;
  width: 600px;
  height: inherit;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

h1 {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: clamp(1.96875rem, 2.625rem, 3.28125rem);
  font-weight:700;
  font-variant:normal;
  line-height:40px;
  padding-bottom: 10px;
}

h2 {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: clamp(1.21875rem, 1.625rem, 2.03125rem);
  font-style:normal;
}

h3 {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: clamp(0.9375rem, 1.25rem, 1.5625rem);
  font-style:normal;
}

h4 {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: clamp(0.84375rem, 1.125rem, 1.40625rem);
  font-style:normal;
}

input {
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #21618c;
  transition: 0.2s all linear;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

input:checked {
  border: 6px solid #21618c;
}

button,
legend {
  color: #ffffff;
  background-color: #21618c;
  padding: 5px 10px;
  border-radius: 0;
  border: 0;
  font-size: clamp(0.65625rem, 0.875rem, 1.09375rem);
}

button:hover,
button:focus {
  color: #21618c;
}

button:active {
  background-color: transparent;
  color: #21618c;
  outline: 1px solid #21618c;
}

p {
  font-family:"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-size: clamp(0.75rem, 1rem, 1.25rem);
  font-style:normal;
  line-height:18px;
  width: inherit;
}

blockquote {
  font-family:"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-size: clamp(0.9375rem, 1.25rem, 1.5625rem);
  font-style:italic;
}

a {
  color:#21618c; 
  text-decoration:underline;
}

a:hover, a:focus {
  text-decoration:none;
}

@font-face {
  font-family: 'mrleopoldepro-regular'; 
  src: url('https://umisarchive.com/fonts/mrleopoldepro-regular-webfont.woff') format('woff'), url('https://umisarchive.com/fonts/mrleopoldepro-regular-webfont.woff') format('woff2');
}

/* page background color */
.cruise-gradient {
  background-image: linear-gradient(#B5E0CF,#E0F2E2,#FFFFF0);
}

.ivory-gradient {
  background-image: linear-gradient(#F9F7EB,#FFFFF0);
}

.pink-lace-gradient {
  background-image: linear-gradient(#F7C3D4,#FBE0E2,#FFFFF0);
}

.riptide-gradient {
  background-image: linear-gradient(#7CD3CE,#CFEFE3,#FFFFF0);
}

.spring-wood-gradient {
  background-image: linear-gradient(#E7E2DD,#F9F7EB,#FFFFF0);
}

.thistle-gradient {
  background-image: linear-gradient(#CEB5D0,#F0E8E6,#FFFFF0);
}

.tickle-me-pink-gradient {
  background-image: linear-gradient(#EE799F,#F6BBC7,#FFFFF0);
}

/* Container & Structural Styles */

/*.btn-exhibit {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}*/

.tenpx-padding-top {
  padding-top: 10px;
}

.collection-column {
  flex-direction: column;
}

.collection-padding {
  padding-bottom: 30px;
}

.column-padding {
  justify-content: space-between !important;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.container {
  width: 100%;
}

.container > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ua-info-container {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-start;
  flex-wrap: wrap;*/
}

.ua-info-container {
  width: 80%;
}

.ua-info-container > div {
  display: flex;
  flex-direction: row;
}

.ua-info-text {
  /*width: 68%;*/
  padding-right: 32px;
}

.ua-info-image {
  width: 32%;
}

.content {
  padding: 16px;
}

.curators-notes {
  padding-top: 30px;
  padding-bottom: 30px;
}

.enter-button-container {
  padding: 32px;
}

.footer-container-alignment {
  align-items: center;
}

.footer-text-padding {
  padding: 10px;
}

.hide-direction-text {
  visibility: hidden;
}

.img-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 32px;
}

.inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  padding-right: 16px;
}

/* Instagram container - responsive layout */
.insta-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.instagram-width {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 20px;
}

.img-container-exhibit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 32px;
  align-items: center;
  width: 100%;
}

.left {
  float: left;
}

.live-stream {
  max-width:73%;
  max-height:73%;
  min-width:40%;
  min-height:40%
}

.location-date-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px; 
}

.locale-date-top {
  padding-top: 10px;
}

.locale-date-left {
  float: left;
}

.locale-date-right {
  float: right;
}

.location-alignment {
  float: left;
}

.date-alignment {
  float: right;
}

.next-arrrow-container {
  float: left;
}

.right {
  float: right;
}

.round-loupe {
  border-radius: 50%;
}

.ua-spacer {
  padding: 10px;
}

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  padding: 0;
  /*margin: -1px;*/
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 104px;
}

.structure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}

.timeline-description-padding {
  padding-top: 10px;
}

.title-width {
  width: inherit;
  flex-wrap: wrap;
}

.top-container {
background-color: #f1f1f1;
padding: 30px;
text-align: center;
}

/* Umi's Archive Custom Styles */

.ua-breadcrumb { 
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: clamp(0.563rem, 0.75rem, 0.9375rem);
  padding-top: 10px;
  word-wrap: break-word; /* Better browser support */
}

.ua-btn {
  display: inline-block;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color:#fff;
  border-color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #21618c;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: clamp(0.75rem, 1rem, 1.25rem);
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ua-btn-text:hover, .ua-btn-text:focus {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#21618c; 
  text-decoration:underline;
  background-color: #fff;
  border-color: #21618c;
}

.ua-column { 
  float: left;
  width: 50%;
  padding: 10px;
}

.ua-container {
  background-color: #fff000;
  -webkit-backdrop-filter: blur( 14.5px );
  backdrop-filter: blur( 14.5px );
}

.ua-dropshadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ua-exhibit-title {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size: clamp(1.5rem, 2rem, 2.5rem);
  font-style:normal;
}

.ua-home-padding {
  padding-top: 40%;
}

.ua-img-gallery {
  width: 304px;
}

.ua-glass-box {
  background: rgba( 255, 255, 255, 0.55 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  -webkit-backdrop-filter: blur( 14.5px );
  backdrop-filter: blur( 14.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  width: 500px;
}

.ua-img-landscape {
  width: 800px;
}

.ua-img-home {
  width: 160px;
}

.ua-img-exhibit {
  width: 720px;
}

.ua-img-other {
  width: 440px;
}

.ua-img-dual-exhibit {
  width: 360px;
  margin: 10px 20px;
}

.ua-img-dual-exhibit-text {
  width: 800px;
}

.ua-img-triple-exhibit-text {
  width: 1200px;
}

.ua-img-gallery > img {
  animation: slideUp 1.4s ease
}

.ua-img-home {
    width: 240px;
  }

.ua-img-home > img {
animation: slideUp 1.4s ease
}

.ua-img-home:hover {
  transform: scale(1.25);
  transition: .5s ease;
  cursor: zoom-in;
}

.ua-home-text {
  width: 240px;
  flex-wrap: wrap;
  overflow-wrap: break-word; 
  word-wrap: break-word; 
  padding: 10px;
}

.ua-close-btn {
  position: relative;
  right: 0;
  width: 22px; 
  height:22px
}
.ua-close-btn:hover {
  -webkit-filter: invert(100%);
  filter:invert(100%)
}

/* Only apply container queries if supported */
/*@supports (container-type: inline-size) {
  .ua-home-text {
    container-type: inline-size;
  }
}*/

/*.ua-img-portrait {
  width: 424px;*
  /*width: 304px;;*/
  /*width: 360px;;*/
  /*width: 400px;;*/
  /*width: 720px;;
}*/

/*.ua-img-portrait {
  width: 424px;*
  /*width: 304px;;*/
  /*width: 360px;;*/
  /*width: 400px;;*/
  /*width: 720px;;
}*/

.ua-img-portrait:hover {
  transform: scale(1.25);
  transition: .5s ease;
  cursor: zoom-in;
}

.ua-link {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: clamp(0.75rem, 1rem, 1.25rem);
}

.ua-line {
  border:0;
  height:2px;
  background-color:#000000;
}

.ua-logo {
    font-weight: 400; 
    font-style: normal;
    align-items: center;
    max-width: 290px;
    width: 100%;
    height: auto;
    max-height: 60px;
} 

.ua-logo-overlay {
  content: url("../images/png/umi-logo-mrleopold-horizontal-white.png");
  z-index: 2; 
  position: absolute; 
  top: 33%;
  left: 33%;
  /*width: 100%;
  height: 100%;*/
}

.ua-more-btn:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%); 
}

.ua-quote {
  font-style: italic;
}

.ua-row:after { 
  content: "";
  display: table;
  clear: both;
}

.ua-next-padding {
  padding-left: 440px;
}

.ua-home-alignment {
  justify-content: space-between; 
  padding-right: 16px;
}

.ua-controlBar { 
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: center; 
  align-items: center; 
  overflow: hidden;
  height: 40px;
  width: 100%;
  padding: 0 9px;
  background-color: inherit;
  color: #fff;
}

.ua-accordion {
  color: #21618c;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.25;
  font-family: 'Hoefler Text';
            }
.active, .ua-accordion  {background-color: transparent;
}

.ua-panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.25;
}

.ua-form-input{
    text-align: left; 
    margin:0; 
    width:350px; 
    border-top-style: hidden; 
    border-right-style: hidden; 
    border-left-style: hidden; 
    border-bottom-style: groove; 
    background-color: inherit;
}
.ua-submit {
clear: both;
background-color: #aaa;
border: 0 none;
border-radius: 4px;
transition: all 0.23s ease-in-out 0s;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: normal;
height: 32px;
line-height: 32px;
margin: 0 5px 10px 0;
padding: 0 22px;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
width: auto;
}
label {
    font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    font-weight:400;
}
.ua-videoWrapper {
  position: relative;
  /* falls back to 16/9, but otherwise uses ratio from HTML */
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); 
  height: 0;
}
.ua-videoWrapper iframe,
.ua-videoWrapper embed,
.ua-videoWrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ua-exhibition-quote {
    color: rgba(255,255,255,1);
  }

/*-----------------------------------------------------------------------------------*/
/*	Animations
/*-----------------------------------------------------------------------------------*/

body {
  transition: opacity 0.5s ease-in-out;
}

body.fade-out {
  opacity: 0;
}

body.fade-in {
  opacity: 1;
}

.detail-reveal {
  animation:fadeIn 6s ease
}

.exhibit-card>h2 {
animation:slideUp 1.4s ease
}

.exhibit-card>h3 {
animation:slideUp 2.4s ease
}

.exhibit-card-header>img {
animation:slideUp 1.4s ease
}

.exhibit-reveal>img {
animation:fadeIn 6s ease
}

/* fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
  
@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fadeIn {
  0% {
    opacity:30%
  }
  100% {
    opacity:100%
  }
}

.falling-element {
  opacity: 0;
  transform: scale(2) translateY(-100px); /* Starts larger and above */
  animation: fall-into-place 1.5s ease-out forwards; /* Apply the animation */
}

@keyframes fall-into-place {
  0% {
    opacity: 0;
    transform: scale(2) translateY(-100px); /* Initial state */
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); /* Final state */
  }
}

.moveOver {
animation:slideOver 3.5s ease-in
}

.reveal {
  opacity: .85;
  display: block;
  pointer-events: auto;
  visibility: visible;
}

@keyframes slideOver {
  0% {
    transform:translateX(270px)
  }
  100% {
    transform:translateY(0)
  }
}

@keyframes slideUp {
  0% {
  transform:translateY(270px)
  }
  100% {
  transform:translateY(0)
  }
}

.timeline-detail-reveal {
  animation:fadeIn 6s ease
}

.transition-title { 
  transition: opacity 0.3s ease;
 }
  
/*-----------------------------------------------------------------------------------*/
/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1512px) {
  .ua-img-portrait {
    width: 600px;
  }
  .ua-img-gallery {
  width: 336px;
  }
  .ua-img-home .ua-home-text{
    width: 280px;
  }
  .ua-line {
    width: inherit;
  }
  .location-date {
    width: inherit;
  }
  .title-width {
    width: inherit;
  }
  .column-padding {
    padding-left: 224px;
  }
  .gallery-line {
    width: inherit;
  }   
  .ua-home-title {
    color: rgba(255, 255, 255, 1);  
  }
  .structure {
    max-width: 1440px;
  }
}

@media (max-width: 1440px) {
  .ua-img-portrait {
    width: 512px;
  }
  .ua-img-exhibit {
    width: 512px;
  }
  .ua-img-gallery {
    width: 400px;
  }
  .ua-img-home .ua-home-text{
    width: 280px;
  }
  .ua-line .location-date .title-width {
    width: inherit;
  }
  .column-padding {
    padding-left: 320px;
  }   
  .ua-home-title {
    color: rgba(255, 255, 255, 1);  
}
}

@media (max-width: 1280px) {
  .ua-img-portrait .ua-img-exhibit {
    width: 424px;
  }
  .ua-img-gallery  {
    width: 360px;
  } 
  .ua-img-home .ua-home-text{
    width: 200px;
  }
  .ua-line .gallery-line{
    width: inherit;
  }
  .location-date {
    width: inherit;
  }
  .title-width {
    width: inherit;
  }
  .column-padding {
    padding-left: 328px;
  }/**/ 
  .ua-home-title {
    color: rgba(255, 255, 255, 1);  
  }
}

/* Large desktop screens - optimal Instagram width */
@media (min-width: 1200px) {
  .instagram-width {
    max-width: 600px;
  }
  
  .insta-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .glass-container {
    max-width: 1000px;
    padding: 30px;
  }
}

@media (max-width: 1080px) {
  .ua-img-portrait {
    width: 400px;
  }
  .ua-img-home .ua-home-text{
    width: 180px;
  }
  .ua-img-exhibit {
    width: 400px;
  }
  .ua-img-gallery {
    width: 400px;
  }
  .ua-line .gallery-line .location-date .title-width {
    width: inherit;
  }
  .column-padding {
    padding-left: 192px;
  }/**/
  .ua-home-title {
    color: rgba(255, 255, 255, 1);
  }
  .ua-logo {
    width: 217.5px;
  }      
}

@media (max-width: 834px) and (min-width: 640px) {
  .ua-img-portrait .ua-img-exhibit .ua-img-gallery {
    width: 304px;
  }
  /*.ua-img-exhibit {
    width: 304px;
  }
  .ua-img-gallery {
    width: 304px;
  }*/
  .ua-img-home .ua-home-text {
    width: 160px;
  }
  .ua-line .location-date .title-width {
    width: inherit;
  }
  .column-padding {
    padding-left: 0px;
  }
  .ua-home-title {
    color: rgba(0, 0, 0, 1);
  }
  .ua-logo-overlay {  
    width: 50%;
  }
  
  /* Header responsive adjustments */
  .header {
    padding: 8px 12px;
    min-height: 60px;
  }
  
  .ua-logo {
    max-width: 200px;
    max-height: 45px;
  }
  
  .ua-logo-center {
    max-height: 60px;
  }
  
  .hamburger-shell {
    width: 4rem;
    height: 4rem;
  }
  
  .ua-home-text {
    flex-wrap: wrap;   
  }
  div#carousel {
    width: inherit;
    height: 480px;
    perspective: 432px;
  }
  div.item {
    width: 360px;
    height: inherit;
  }
  .ua-next-padding {
  padding-left: 264px;
  }
  #video-viewport {
  width: 100%;
  height: auto;
  }
  /* Tablet Portrait */
  div#carousel {
    width: 90vw;
    max-width: 500px;
    height: 360px;
    perspective: 324px;
    margin: 0 auto;
  }
  div.item {
    width: 300px;
    height: inherit;
  }
  .ua-next-padding {
    padding-left: 180px;
  }
}

@media (max-width: 640px) and (min-width: 481px) {
  /* Large Mobile / Small Tablet */
  div#carousel {
    width: 85vw;
    max-width: 400px;
    height: 300px;
    perspective: 270px;
    margin: 0 auto;
  }
  div.item {
    width: 250px;
    height: inherit;
  }
  .ua-next-padding {
    padding-left: 150px;
  }
}

/* Container Query Enhancement (if supported) */
  @media (max-width: 600px) {
    div#carousel {
      width: 90%;
      height: calc(90% * 0.6);
  }
}

@media (max-width: 475px) {
  .ua-img-portrait .ua-img-gallery .ua-img-exhibit .ua-img-dual-exhibit .ua-img-dual-exhibit-text .ua-img-triple-exhibit-text {
    width: 304px;
  }
  .ua-img-home .ua-home-text {
    width: 280px;
  }
  /*.ua-img-gallery {
    width: 304px;
  }
  .ua-img-exhibit {
    width: 304px;
  }
  .ua-img-dual-exhibit {
  width: 304px;
  }
  .ua-img-dual-exhibit-text {
  width: 304px;
  }*/

  .ua-line .location-date .title-width{
    width: inherit;
  }
  .ua-logo {
    width: 145px;
    max-width: 145px;
    max-height: 35px;
  }

  .ua-exhibition-quote {
    /*font-size: clamp(0.75rem, 1rem, 1.25rem);*/
    color: rgba(255,255,255,1);
  }
  
  /* Extra responsive header adjustments for small screens */
  .header {
    padding: 6px 8px;
    min-height: 50px;
  }
  
  .ua-logo-center {
    max-height: 45px;
  }
  
  .hamburger-shell {
    width: 3rem;
    height: 3rem;
  }
  
  .structure {
    margin-left: 16px;
  }
  /*.container {
    margin-left: 16px;
  }*/
  .column-padding {
    padding-left: 0px;
  }
  .ua-home-title {
    color: rgba(0, 0, 0, 1);
  }
  .ua-logo-overlay {  
    width: 50%;
    top: 15%;
    left: 33%;
  }
  .ua-home-padding {
  padding-top: 32%;
  } 
  div#carousel {
    width: inherit;
    height: 288px;
    perspective: 259.2px;
  }
  div.item {
    width: 216px;
    height: inherit;
  }
  .ua-next-padding {
  padding-left: 158px;
}
.ua-info-text {
  width: 100%;
  flex-direction: column;
}

.ua-info-image {
  width: 100%;
  flex-direction: column;
}

.ua-img-other {
  width: 280px;
}
.ua-info-container > div {
  display: flex;
  flex-direction: column;
  max-width: 960px; 
  margin: 0 auto;
}
.ua-info-text {
  width: 100%;
  padding-right: 0px;
}
/* Standard Mobile */
  div#carousel {
    width: 90vw;
    max-width: 320px;
    height: 240px;
    perspective: 216px;
    margin: 0 auto;
  }
  div.item {
    width: 200px;
    height: inherit;
  }
  .ua-next-padding {
    padding-left: 120px;
  }
  .insta-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .instagram-width {
    max-width: 480px;
    padding: 0 15px;
  }
  
  .glass-container {
    width: 95%;
    padding: 15px;
    margin-top: 3vh;
  }
}

@media (max-width: 375px) {
  .ua-img-portrait {
    width: 264px;
  }
  .ua-img-gallery {
    width: 264px;
  }
  .ua-img-home {
    width: 264px;
  }
  .ua-img-exhibit {
    width: 264px;
  }
  .ua-img-dual-exhibit {
  width: 264px;
  }
  .ua-img-dual-exhibit-text {
  width: 264px;
  }/**/
  .ua-img-triple-exhibit-text {
  width: 264px;
  }
  .ua-line {
    width: inherit;
  }
  .ua-logo {
    width: 145px;
  }
  .location-date {
    width: inherit;
  }
  .title-width {
    width: inherit;
  }
  .structure {
    margin-left: 16px;
    padding: 0 8px;
  }
  
  .insta-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .instagram-width {
    max-width: 100%;
    padding: 0 5px;
  }
  /*.container {
    margin-left: 16px;
  }*/
  .column-padding {
    padding-left: 0px;
  }
  .ua-home-title {
    color: rgba(0, 0, 0, 1);
  }
  .ua-logo-overlay {  
    width: 50%;
  }
  .ua-home-padding {
  padding-top: 50%;
  }
  div#carousel {
    width: inherit;
    height: 172.8px;
    perspective: 155.52px;
  }
  div.item {
    width: 129.6px;
    height: inherit;
  }
  .column {
    width: 375px;
  }
  .ua-next-padding {
  padding-left: 95px;
  }
  .ua-breadcrumb { 
    width: 300px;        
  }
  .ua-line {
    width: 300px;
  }
  h1 {
    width: 300px;
  }
  .location-date-container {
    width: 300px;
  }
  .curators-notes {
    width: 300px;
  }
  .footer-container-alignment {
    width: 300px;
  }
  .hamburger-shell {
    left: calc(100% - 20px);
  }
  .ua-controlBar { 
    width: 280px;
  }
    /* Small Mobile */
  div#carousel {
    width: 95vw;
    max-width: 280px;
    height: 200px;
    perspective: 180px;
    margin: 0 auto;
  }
  div.item {
    width: 160px;
    height: inherit;
  }
  .ua-next-padding {
    padding-left: 80px;
  }
  .insta-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .instagram-width {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .glass-container {
    width: 98%;
    padding: 10px;
    margin-top: 2vh;
  }
}

/* on smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

.bar-1, .bar-2, .bar-3 {
  position: absolute;
  width: 1.875rem; /*30px*/
  height: 0.188rem; /*3px*/
  background-color: #000;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  top: 1.25rem; /*20px*/
}

.bar-2 {
  top: 2.5rem; /*40px*/
}

.bar-3 {
  top: 1.875rem; /*30px*/
}

.bg-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fffff0;
  z-index: 1000; /*originally 1000*/
  transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hamburger-shell {
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 6.25rem; /*100px, *originally 70px*/
  height: 6.25rem; /*100px, originally 100px*/
  overflow: auto;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none; /*originally none*/
  z-index: 1000; 
}

/*header {
  width: 100%;
  height: 6rem; 96px, originally *120px;
  display: block;
  width: 100%;
  top: 0;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}*/

/* header/navigation styles */
.header {
  color: #f1f1f1;
  padding: 10px 16px;
  /*background: rgba( 255, 255, 240, 0.35 );*/
  background: none;
  /*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );*/
  -webkit-backdrop-filter: blur( 14.5px );
  backdrop-filter: blur( 14.5px );
  /*border-radius: 10px;*/
  /*border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-style: solid; border-color: rgba(120, 0, 200, 1);*/
  width: 100%; 
  z-index: 1000;
  /* Flexbox layout for three-section header */
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

/* Header sections */
.header-logo-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.header-logo-center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

/* Center logo styling */
.ua-logo-center {
  max-height: 100px;
  width: auto;
  transition: transform 0.3s ease;
}

.ua-logo-center:hover {
  transform: scale(1.05);
}

#menu {
  position: fixed;
  left: calc(100% - 322px);
  top: 10px;
  color: #000;
  display: none;
  margin: 7.5rem 1.875rem; /*120px, 30px*/
  text-decoration: none;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: clamp(0.9375rem, 1.25rem, 1.5625rem); /*20px*/
  color: #000;
  padding: 1.5rem; /*24px*/
  width: 12.5rem; /*200px*/
  text-align: right;
  z-index: 1200;
  background: none;
  background-color: rgba( 255, 255, 240, 0.75 );/*original*/
  -webkit-backdrop-filter: blur( 14.5px );
  backdrop-filter: blur( 14.5px );
}

#menu a {
  text-decoration: none;
  color: inherit;
}

#menu li {
  text-decoration: none!important;
  padding-bottom: 0.625rem; /*10px*/
  margin-bottom: 0.75rem; /*12px*/
  border-bottom: 0.063rem solid black; /*1px*/
  list-style: none;
  color: #000;
  transition: all 150ms ease;
  /*display:inline;*/
}

#menu li:hover {
  color: #21618c;
  padding-right: 0.188rem; /*3px*/
}

.menu-open .bar-1 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 1.875rem; /*30px*/
  background-color: #21618c;
  height: 0.125rem; /*2px*/
  z-index: 4;
}

.menu-open .bar-2 {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 1.875rem; /*30px*/
  background-color: #21618c;
  height: 0.125rem; /*2px*/
  z-index: 4;
}

.menu-open .bar-3 {
  visibility: hidden;
}

.ua-horizontal-menu {
  background: none;
  -webkit-backdrop-filter: blur( 14.5px );
  backdrop-filter: blur( 14.5px );
  font-family: Helvetica, sans-serif;
  font-size: clamp(0.9375rem, 1.25rem, 1.5625rem);
  color: rgba(0, 0, 0, 1);
}
.ua-horizontal-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  color: rgba(0, 0, 0, 1);
}
.ua-horizontal-menu ul li {
  margin: 0 16px;
  color: rgba(0, 0, 0, 1);
}
.ua-horizontal-menu ul li a {
  text-decoration: none;
}
/*.ua-horizontal-menu ul li a.active {
  background-color: #21618c;
}
.ua-horizontal-menu ul li a:hover {
  color: #21618c;
}*/
.ua-horizontal-menu-dropdown {
  position: relative;
  display: inline-block;
}

.ua-horizontal-menu-dropdown-content {
  display: none;
  position: inherit;
  background-color: inherit;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 10;
}

.ua-horizontal-menu-dropdown:hover .ua-horizontal-menu-dropdown-content {
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	Gallery Modal Slideshow
/*-----------------------------------------------------------------------------------*/

.gallery-active,
.gallery-demo:hover {
  opacity: 1;
}

.gallery-caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  font-size: clamp(0.75rem, 1rem, 1.25rem);
}

.gallery-demo {
  opacity: 0.6;
}

/* The Close Button */

.gallery-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: clamp(1.64063rem, 2.1875rem, 2.73438rem);
  font-weight: bold;
}
  
.gallery-close:hover,
.gallery-close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}  

.gallery-column {
float: left;
width: 25%;
}

.gallery-container-spacing {
  justify-content: space-between;
  padding-right: 16px;
}

.gallery-cursor {
cursor: pointer;
}

.gallery-hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}

/*img.gallery-hover-shadow {
transition: 0.3s;
}*/

.gallery-line {
  border:0;
  height:2px;
  background-color:#000000;
}

/* The Modal (background) */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Modal Content */
.gallery-modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
display: block;
padding: 10px, 0;
width: 80%;
max-width: 840px;
}

/* Modal content container for positioning close button */
.modal-content-container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

/* Position close button at top-right of image */
.gallery-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 5px;
  transition: background-color 0.3s ease;
}

.gallery-modal .close:hover {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-mySlides {
  display: none;
  }

/* Position the "next button" to the right */
.gallery-next {
  right: 0;
  border-radius: 3px 0 0 3px;
  }    

  /* Number text (1/3 etc) */
.gallery-numbertext {
  color: #f2f2f2;
  font-size: clamp(0.563rem, 0.75rem, 0.9375rem);
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }
  
/* Next & previous buttons */
.gallery-prev,
.gallery-next {
cursor: pointer;
position: absolute;
top: 33%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: clamp(1.125rem, 1.5rem, 1.875rem);
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
user-select: none;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-prev:hover,
.gallery-next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

.gallery-row > .gallery-column {
padding: 0 8px;
}

.gallery-row:after {
content: "";
display: table;
clear: both;
}

.magnifier-cursor {
cursor: zoom-in;
}

.glass-container {
  z-index: 4; 
  position: relative;
  width: 90%;
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px;
  background-color: none; 
  -webkit-backdrop-filter: blur( 14.5px );
  backdrop-filter: blur( 14.5px ); 
  border-radius: 30px;
  margin-top: 1vh;
  margin-bottom: 40px;
}

.home-tagline {
  font-size: clamp(.75rem, 2rem, 2.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 22%; 
  padding-left: 5%;
}

/*-----------------------------------------------------------------------------------*/
/*	In-page Slideshow
/*-----------------------------------------------------------------------------------*/

/* the dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ede90e;
}

/* position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: clamp(1.125rem, 1.5rem, 1.875rem);
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.5rem, 1.875rem);
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
}

/* on hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(238,121,159,0.55);
}

.slideImg { 
  vertical-align: middle;
}

/* caption text */
.text {
  color: #f2f2f2;
  font-size: clamp(0.70313rem, 0.9375rem, 1.17188rem);
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* slideshow container */
.uaslide-container {
  max-width: inherit;
  position: relative;
  margin: auto;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	Timeline
/*-----------------------------------------------------------------------------------*/

* {
  outline: none;
}

.timeline-carousel {
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: inherit;
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: clamp(2.1625rem, 2.875rem, 3.59375rem);
  line-height: 50px;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
  width: 15%;
  height: 15%;
}
.timeline-carousel__item {
  cursor: default;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.85;
  padding-bottom: 300%;
  padding-top: 300%;/**/
  padding-left: 300%;
  padding-right: 300%;
  -webkit-transition: all 0.4s cubic-bezier(1.0, 0.085, 1.0, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 85%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 1.0);
}
.timeline-carousel__item-inner .year {
  font-size: clamp(1.6875rem, 2.25rem, 2.8125rem);
  line-height: 36px;
  color: #ffffff;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #1d1d1e;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #1d1d1e;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: clamp(0.75rem, 1rem, 1.25rem);
  text-transform: uppercase;
  color: #8F7042;
  /*color: #b38c52;*/
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: clamp(0.75rem, 1rem, 1.25rem);
  line-height: 18px;
  color: black;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: clamp(0.563rem, 0.75rem, 0.9375rem);
  color: #8F7042;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #8F7042;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #8F7042;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #8F7042;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #8F7042;
  border-color: #8F7042;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #8F7042;
  border-color: #8F7042;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: clamp(1.3125rem, 1.75rem, 2.1875rem);
  margin-right: 8px;
  color: #fff;
}
.timeline-location {
  font-weight: 700;
}

.timeline-scroll {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;/**/
}