/**
 * Black theme for reveal.js. This is the opposite of the 'white' theme.
 *
 * Reveal Theme CSS For Exhibition - Can be customized at will if needed.
 */
@import url(./fonts/source-sans-pro/source-sans-pro.css);
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,800&family=PT+Serif:wght@400;700&family=Roboto:wght@400;900&family=Sen:wght@400;800&family=Source+Sans+Pro:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,200");
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
  color: #222;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
:root {
  --r-background-color: #191919;
  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
  --r-main-font-size: 42px;
  --r-main-color: #fff;
  --r-block-margin: 20px;
  --r-heading-margin: 0 0 20px 0;
  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
  --r-heading-color: #fff;
  --r-heading-line-height: 1.2;
  --r-heading-letter-spacing: normal;
  --r-heading-text-transform: uppercase;
  --r-heading-text-shadow: none;
  --r-heading-font-weight: 600;
  --r-heading1-text-shadow: none;
  --r-heading1-size: 2.5em;
  --r-heading2-size: 1.6em;
  --r-heading3-size: 1.3em;
  --r-heading4-size: 1em;
  --r-code-font: monospace;
  --r-link-color: #42affa;
  --r-link-color-dark: #068de9;
  --r-link-color-hover: #8dcffc;
  --r-selection-background-color: #bee4fd;
  --r-selection-color: #fff;
}

.reveal-viewport {
  background: #191919;
  background-color: var(--r-background-color);
}

.reveal {
  font-family: var(--r-main-font);
}

.reveal .library,
.reveal .controls {
  font-size: var(--r-main-font-size);
  font-weight: normal;
  color: var(--r-main-color);
}

.reveal ::-moz-selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}

.reveal ::selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}

.reveal ::-moz-selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal .library h1,
.reveal .library h2,
.reveal .library h3,
.reveal .library h4,
.reveal .library h5,
.reveal .library h6 {
  margin: var(--r-heading-margin);
  color: var(--r-heading-color);
  font-family: var(--r-heading-font);
  font-weight: var(--r-heading-font-weight);
  line-height: var(--r-heading-line-height);
  letter-spacing: var(--r-heading-letter-spacing);
  text-transform: var(--r-heading-text-transform);
  text-shadow: var(--r-heading-text-shadow);
  word-wrap: break-word;
}

.reveal .library h1 {
  font-size: var(--r-heading1-size);
}

.reveal .library h2 {
  font-size: var(--r-heading2-size);
}

.reveal .library h3 {
  font-size: var(--r-heading3-size);
}

.reveal .library h4 {
  font-size: var(--r-heading4-size);
}

.reveal .library h1 {
  text-shadow: var(--r-heading1-text-shadow);
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: var(--r-block-margin) 0;
  line-height: 1.3;
}

/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
  margin-bottom: 0;
}

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%;
}

.reveal strong,
.reveal b {
  font-weight: bold;
}

.reveal em {
  font-style: italic;
}

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em;
}

.reveal ol {
  list-style-type: decimal;
}

.reveal ul {
  list-style-type: disc;
}

.reveal ul ul {
  list-style-type: square;
}

.reveal ul ul ul {
  list-style-type: circle;
}

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px;
}

.reveal dt {
  font-weight: bold;
}

.reveal dd {
  margin-left: 40px;
}

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: var(--r-block-margin) auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block;
}

.reveal q {
  font-style: italic;
}

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: var(--r-block-margin) auto;
  text-align: left;
  font-size: 0.55em;
  font-family: var(--r-code-font);
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.reveal code {
  font-family: var(--r-code-font);
  text-transform: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal;
}

.reveal .code-wrapper {
  white-space: normal;
}

.reveal .code-wrapper code {
  white-space: pre;
}

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.reveal table th {
  font-weight: bold;
}

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid;
}

.reveal table th[align=center],
.reveal table td[align=center] {
  text-align: center;
}

.reveal table th[align=right],
.reveal table td[align=right] {
  text-align: right;
}

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none;
}

.reveal sup {
  vertical-align: super;
  font-size: smaller;
}

.reveal sub {
  vertical-align: sub;
  font-size: smaller;
}

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top;
}

.reveal small * {
  vertical-align: top;
}

.reveal img {
  margin: var(--r-block-margin) 0;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: var(--r-link-color);
  text-decoration: none;
  transition: color 0.15s ease;
}

.reveal .roll span:after {
  color: #fff;
  background: var(--r-link-color-dark);
}

/*********************************************
 * Frame helper
 *********************************************/
.reveal .r-frame {
  border: 4px solid var(--r-main-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.reveal a .r-frame {
  transition: all 0.15s linear;
}

.reveal a:hover .r-frame {
  border-color: var(--r-link-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: var(--r-link-color);
}

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: var(--r-link-color);
}

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: var(--r-background-color);
  }
}
.exhibition-presentation-view {
  background-color: white;
}

/* All Custom Sass */
html .slides {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section .library-mce {
  top: 15vh !important;
}

section .library {
  top: 15vh !important;
}

html body section {
  height: auto;
}

html .reveal-viewport {
  background-size: cover;
}

html .reveal .slide-background {
  background-color: rgb(0, 0, 0);
}

.no-slides-warning-image {
  font-size: 30px;
  text-align: center;
  margin-top: 3rem;
}

.slide-contain {
  display: flex !important;
  height: 100%;
}
.slide-contain .left-panel,
.slide-contain .right-panel {
  width: 40vw;
  margin: 0 auto;
}
.slide-contain .left-panel h1,
.slide-contain .right-panel h1 {
  text-align: left;
  font-family: "PT Serif", serif;
  font-size: 2.15rem;
  text-transform: none;
  text-align: left;
  color: #CBB989;
}
.slide-contain .left-panel p,
.slide-contain .right-panel p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 1.6em;
}
.slide-contain .left-panel img,
.slide-contain .right-panel img {
  max-height: 60vh;
}

.byline {
  font-size: 0.8rem;
  text-align: center !important;
  margin-top: -0.25rem;
  padding-top: 0rem;
  text-align: center;
}
.byline span a {
  color: #CBB989;
}

a.button-one {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #FFFFFF;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
  font-size: 1rem;
  width: 30%;
  display: block;
  min-height: 2rem;
}

html .no-slides-warning-image {
  display: flex;
  font-family: "Montserrat", sans-serif;
  max-width: 1200px;
  text-align: left;
  margin: auto;
  padding: 28vh 0;
  align-items: center;
  font-weight: 300;
}
html .no-slides-warning-image h1 {
  font-size: 47px;
  text-transform: uppercase;
  padding: 0px 0 40px 0;
  font-weight: 400;
}
html .no-slides-warning-image h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
html .no-slides-warning-image p {
  font-size: 14px;
}
html .no-slides-warning-image .material-symbols-outlined {
  font-size: 177px;
  padding: 0 100px;
}

.reveal .controls {
  color: #CBB989 !important;
}

.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #CBB989;
}

.reveal .controls .controls-arrow:after,
.reveal .controls .controls-arrow:before {
  width: 2em;
  height: 0.25rem;
}

.go-to-exhibition-edit {
  display: block;
  width: 4rem;
  height: 4rem;
}

.exbtn-return {
  position: absolute;
  z-index: 99999;
  cursor: pointer;
  top: 10px;
  left: 10px;
  background-color: grey;
  padding: 0.75rem;
  border-radius: 0.2rem;
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
  width: 4rem;
  height: 4rem;
}

.exbtn-return::before {
  content: "\f112";
  font-size: 4rem;
}

aside.controller:hover .material-symbols-outlined,
aside.controller:hover .center-btn {
  opacity: 1;
}

.controller.show-opacity .holder .material-symbols-outlined {
  opacity: 1;
}
.controller.show-opacity .holder .center-btn {
  opacity: 1;
}

aside.controller.show-opacity {
  opacity: 1;
}

.center-btn.show-opacity {
  opacity: 1;
}

.controller {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 13rem;
  height: 10rem;
  z-index: 99999;
}

.controller .holder {
  position: relative;
}

.controller .holder .material-symbols-outlined {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  color: #CBB989;
  font-size: 4.2rem;
}
.controller .holder .center-btn {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  top: -4px;
  left: 24%;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  background-color: #CBB989;
  transition: 0.3s all ease all;
  z-index: 99999;
  color: black !important;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.controller .holder .material-symbols-outlined:hover,
.controller .holder .center-btn:hover {
  cursor: pointer;
}
.controller .holder .material-symbols-outlined.up {
  bottom: 0px;
  right: 50%;
}
.controller .holder .material-symbols-outlined.right {
  right: 25%;
  bottom: -3rem;
}
.controller .holder .material-symbols-outlined.left {
  right: 75%;
  bottom: -3rem;
}
.controller .holder .material-symbols-outlined.down {
  right: 50%;
  bottom: -6.3rem;
}

.controller .holder {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * Variables
 */
/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
  .modal-overlay-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay-notice.active {
    opacity: 1;
    visibility: visible;
  }
}
/**
 * Modal
 */
.modal-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 600px;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal-notice .close-modal-notice {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal-notice .close-modal-notice svg {
  width: 1.75em;
  height: 1.75em;
}
.modal-notice .modal-content-notice {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal-notice h3#noticeMessage {
  font-family: Source Sans Pro, Helvetica, sans-serif;
  max-height: 90vh;
}
.modal-notice.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal-notice.active .modal-content-notice {
  opacity: 1;
}
.modal-notice.active .close-modal-notice {
  transform: translateY(10px);
  opacity: 1;
}

/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.5rem;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
  }
  .close-modal {
    right: 20px !important;
  }
}
.menu-overlay {
  position: absolute;
  color: white;
  background: rgba(34, 34, 3, 0.95);
  width: 25%;
  margin: 5vh 50px;
  left: -1000px;
  top: 0;
  bottom: 0;
  z-index: 4;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  box-shadow: 6px 7px 17px 0px rgba(0, 0, 0, 0.15);
  transition: 0.8s ease all;
}
.menu-overlay .fa-times {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ababab;
  font-size: 20px;
  cursor: pointer;
}
.menu-overlay .ex-menu-text.menu-items {
  padding: 0rem 2rem 2rem 0rem;
  overflow: auto;
  height: 63vh;
}
.menu-overlay p {
  white-space: pre-line;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 25ch;
}
.menu-overlay p.active-menu-item {
  font-weight: bold;
}

.menu-overlay.on-screen {
  left: 0px;
}

.ex-menu-inner {
  padding: 50px;
  position: relative;
}

.ex-menu-heading {
  color: #CBB989;
  font-family: "PT Serif", serif;
  font-size: 67px;
  margin-bottom: 50px;
}

.ex-menu-text p {
  font-size: 22px;
  font-weight: 200;
  margin: 25px 0;
  transition: 0.2s all ease;
  cursor: pointer;
}
.ex-menu-text p:hover {
  font-weight: 500;
}

.apply-vertical-text span {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: 1fr !important;
  direction: rtl !important;
}
.apply-vertical-text span p {
  -ms-writing-mode: tb-rl !important;
      writing-mode: vertical-rl !important;
  line-height: 1.2 !important;
}
.apply-vertical-text span div {
  -ms-writing-mode: tb-rl !important;
      writing-mode: vertical-rl !important;
  line-height: 1.2 !important;
}

.single-asset-center-mce .apply-vertical-text span p,
.single-asset-center-mce .apply-vertical-text span div {
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important;
  line-height: 1.2 !important;
  max-height: 80vh;
}

.single-asset-center-below-mce .apply-vertical-text span p,
.single-asset-center-below-mce .apply-vertical-text span div {
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important;
  line-height: 1.2 !important;
  max-height: 20vh;
}

#exhibitionPresentationContain {
  width: 100%;
  height: 100%;
}

.library .left-panel img {
  max-width: 60%;
}

.audio-image {
  max-width: 50% !important;
  display: block !important;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
}

.outer .left-panel p,
.outer .right-panel p {
  max-height: 40vh;
  overflow: auto;
}
.outer section .item {
  max-width: 80%;
  max-height: 65%;
  width: auto;
  height: auto;
}

.library-mce .right-panel,
.library-mce .left-panel {
  overflow: auto;
}
.library-mce .right-panel p,
.library-mce .left-panel p {
  overflow: hidden;
}
.library-mce .slide-contain {
  display: flex !important;
  height: 100%;
}
.library-mce .slide-contain .left-panel,
.library-mce .slide-contain .right-panel {
  width: 40vw;
  margin: 0 auto;
}
.library-mce .slide-contain .left-panel h1,
.library-mce .slide-contain .right-panel h1 {
  text-align: left;
  font-family: "PT Serif", serif;
  font-size: 2.15rem;
  text-transform: none;
  text-align: left;
  color: initial;
}
.library-mce .slide-contain .left-panel p,
.library-mce .slide-contain .right-panel p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 1.6em;
}
.library-mce .slide-contain .left-panel,
.library-mce .slide-contain .right-panel {
  max-height: 60vh;
}
.library-mce .slide-contain img {
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
}
.library-mce .byline {
  font-size: 0.8rem;
  text-align: center !important;
  margin-top: -0.25rem;
  padding-top: 0rem;
  text-align: center;
}
.library-mce .byline span a {
  color: initial;
}

.single-asset-center-mce {
  height: 100%;
  top: 0px;
  text-decoration: inherit;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
}
.single-asset-center-mce h1 {
  font-size: 2em;
}
.single-asset-center-mce h2 {
  font-size: 1.5em;
}
.single-asset-center-mce h3 {
  font-size: 1.17em;
}
.single-asset-center-mce h4 {
  font-size: 1em;
}
.single-asset-center-mce h5 {
  font-size: 0.83em;
}
.single-asset-center-mce h6 {
  font-size: 0.67em;
}
.single-asset-center-mce p {
  font-size: 1em;
}
.single-asset-center-mce .slide-contain {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.single-asset-center-mce .slide-contain .col {
  flex: 1;
}
.single-asset-center-mce .slide-contain .left-side {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-asset-center-mce .slide-contain .center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.single-asset-center-mce .slide-contain .right-side {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

section .single-asset-center-below-mce .slide-contain .centered {
  width: 100%;
  text-align: center;
}
section .single-asset-center-below-mce .slide-contain .centered h1 {
  font-size: 2em;
}
section .single-asset-center-below-mce .slide-contain .centered h2 {
  font-size: 1.5em;
}
section .single-asset-center-below-mce .slide-contain .centered h3 {
  font-size: 1.17em;
}
section .single-asset-center-below-mce .slide-contain .centered h4 {
  font-size: 1em;
}
section .single-asset-center-below-mce .slide-contain .centered h5 {
  font-size: 0.83em;
}
section .single-asset-center-below-mce .slide-contain .centered h6 {
  font-size: 0.67em;
}
section .single-asset-center-below-mce .slide-contain .centered p {
  font-size: 16px;
}
section .single-asset-center-below-mce .slide-contain .centered .centered {
  text-align: center;
}
section .single-asset-center-below-mce .slide-contain .centered img {
  height: 55vh;
}
section .single-asset-center-below-mce .slide-contain .centered img.audio-image {
  height: 35vh;
}

@-moz-document url-prefix() {
  .exbtn-return {
    top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .slide-contain {
    align-items: center;
  }
  html .slide-contain .left-panel {
    min-width: 500px;
    margin: 20px;
    min-height: 0;
  }
  .slide-contain .right-panel {
    max-height: unset;
  }
  .slide-contain {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reveal img {
    max-height: 30vh;
    margin-top: 40px;
  }
  .slide-contain .right-panel {
    width: 90vw;
  }
}/*# sourceMappingURL=exhibition-presentation-view.css.map */