/*
Theme Name: AiOP 2026 UTOPIAS
Theme URI: https://lauriewaxman.com
Author: Laurie Waxman & Ross Mabbett
Author URI: https://rossmabbett.com
Description: The 2026 theme for Art in Odd Places
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: utopias, green, yellow
Text Domain: aiop-utopias
*/
@font-face {
  font-family: oskon;
  src: url("assets/fonts/ZTBrosOskon90s-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: oskon;
  src: url("assets/fonts/ZTBrosOskon90s-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@keyframes slide-in {
  from {
    transform: translateY(10rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  overscroll-behavior-y: none;
}

body {
  color: #0d4400;
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.d1,
h1,
.h1 {
  display: block;
  font-family: "oskon", sans-serif;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  color: #0d4400;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  display: block;
  font-family: "degular-variable", sans-serif;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  color: #0d4400;
}

.d1 {
  font-size: 3.5rem;
  line-height: 0.8em;
}

.d2 {
  font-size: 2.2rem;
  padding-bottom: 0.5em;
  line-height: 0.8em;
}

h1,
.h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 2.2rem;
  font-variation-settings: "wght" 600, "opsz" 72;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-variation-settings: "wght" 600, "opsz" 40;
  line-height: 1.5rem;
}

h4,
.h4 {
  font-size: 1rem;
  font-variation-settings: "wght" 400, "opsz" 20;
  line-height: normal;
}

p,
a,
.p {
  font-family: "degular-variable", sans-serif;
  font-variation-settings: "wght" 400, "opsz" 6;
  margin: 0;
  margin-bottom: 0.25em;
  line-height: 1.1em;
}
p span.italic,
p .italic,
a span.italic,
a .italic,
.p span.italic,
.p .italic {
  font-variation-settings: "ital" 1;
}

.p1,
span.p1,
.p1r {
  font-size: 1.2rem;
  line-height: 1.1em;
  font-variation-settings: "wght" 400, "opsz" 12;
}

span.highlight {
  font-size: 5rem;
}

.lh-8em {
  line-height: 0.8em;
}

.f-weight-250 {
  font-variation-settings: "wght" 250;
}

.bold {
  font-variation-settings: "wght" 600;
}

.semi-bold {
  font-variation-settings: "wght" 500;
}

h1.hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip-path: rect(1px, 1px, 1px, 1px);
}

.espanol {
  color: #348618;
}

/*
==== buttons =====
*/
a.button,
div.button {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
a.button::after,
div.button::after {
  content: url("assets/arrow-right-dark.svg");
  margin-left: 0.5rem;
  transition: all 500ms;
}
a.button,
div.button {
  padding: 0.2rem 0.5rem 0.13rem 0.88rem;
  border-radius: 1.875rem;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  line-height: 1.125rem;
  width: fit-content;
  height: fit-content;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  transition: all 500ms;
}
a.button:focus,
div.button:focus {
  border: 1px solid #fff;
  box-shadow: 0.4rem 0.4rem black;
  outline: none;
}
a.button:focus::after,
div.button:focus::after {
  margin-left: 1rem;
}
a.button.down-arrow::after,
div.button.down-arrow::after {
  transform: rotate(90deg);
}
a.button.up-arrow::after,
div.button.up-arrow::after {
  transform: rotate(-90deg);
}
a.button.lemon-lime,
div.button.lemon-lime {
  background: #e1da64;
  border: 1px solid #e1da64;
  color: #0d4400;
}
a.button.lemon-lime:hover::after,
div.button.lemon-lime:hover::after {
  margin-left: 1rem;
}
a.button.bright-green,
div.button.bright-green {
  background: #95ac56;
  border: 1px solid #95ac56;
  color: #0d4400;
}
a.button.bright-green:hover::after,
div.button.bright-green:hover::after {
  margin-left: 1rem;
}
a.button.secondary,
div.button.secondary {
  border: 1px solid #0d4400;
  color: #0d4400;
}
a.button.secondary:hover::after,
div.button.secondary:hover::after {
  margin-left: 1rem;
}
a.button.inline,
div.button.inline {
  padding: 0 0 0.25rem;
  border-radius: 0;
  color: #fff;
}
a.button.inline::after,
div.button.inline::after {
  margin-left: 1rem;
}
a.button.inline:hover,
div.button.inline:hover {
  opacity: 0.8;
}
a.button.black,
div.button.black {
  color: #000;
}
a.button.black::after,
div.button.black::after {
  content: url("assets/arrow-right-dark.svg");
}

div.button p {
  display: inline-block;
}

.content-section-padding {
  padding: 1.75rem 1.5rem;
}

.display-none {
  display: none;
}

.flex-container {
  display: flex;
}

.just-flex-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-base {
  align-items: baseline;
}

.flex-col-nw {
  flex-flow: column nowrap;
}

.flex-col-left {
  align-self: flex-start;
}

.flex-col-right {
  align-self: flex-end;
}

.flex-col-center {
  align-self: center;
}

.grid-container-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  max-width: 100%;
}

.positioner {
  position: relative;
  width: 100%;
}

.parallax {
  z-index: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
}

.parallax.ellipse-dot {
  height: clamp(1rem, 5vh, 5rem);
}

.parallax.ellipse-cell {
  height: clamp(5rem, 19vh, 13rem);
}

.stop-scroll-menu {
  height: 100vh;
  overflow: hidden;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.menu-overlay.visible {
  opacity: 1;
  pointer-events: all;
  display: block;
}

#fullpage-texture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 9999;
  pointer-events: none;
  background: url("assets/Overlay_Mobile.jpg");
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.5;
  will-change: transform;
}

.marquee-container {
  background-color: #348618;
  overflow-x: hidden;
  white-space: nowrap;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  padding: 0.5em;
}

.marquee-container span {
  display: block;
}
.marquee-container span.eng {
  color: #95ac56;
}

nav.top {
  position: fixed;
  box-sizing: border-box;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
  padding: 0 1.5rem;
  background-color: #e1da64;
}
nav.top.nav-green {
  background-color: #348618;
}
nav.top a#skip-content {
  position: absolute;
  top: -4rem;
}
nav.top a#skip-content:focus {
  padding: 1.5rem;
  text-align: center;
  background: #004056;
  color: white;
  left: 9rem;
  top: 0;
}
nav.top .nav-bar-flex {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
nav.top a#home {
  margin: 1rem 0 5px;
  display: inline-block;
}
nav.top a#home img#aiopLogo {
  width: 5rem;
  z-index: 11;
}
nav.top a#menuToggleAnchor {
  margin: auto;
  width: auto;
  height: auto;
  z-index: 14;
}
nav.top .menuVisible {
  display: none;
}
nav.top .menuFull {
  padding-top: 1rem;
  z-index: 12;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100dvh;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.66s ease, opacity 0.3s ease;
  transform: translateX(140vw); /* Off-screen initially */
  opacity: 0;
  pointer-events: none;
}
nav.top .menuFull.open {
  opacity: 1;
  pointer-events: all;
}
nav.top .menuFull::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: #0d4400;
  inset: -72px 0 0;
}
nav.top .menuFull a {
  color: #bee9fd;
  text-decoration: none;
}
nav.top .menuFull ul {
  margin: 0;
  padding: 0;
}
nav.top .menuFull ul#menu-full-navigation li {
  display: block;
  list-style: none;
  font-size: 1.8rem;
  border-top: 1px solid #348618;
}
nav.top .menuFull ul#menu-full-navigation li:hover a {
  color: #348618;
}
nav.top .menuFull ul#menu-full-navigation li a {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  display: block;
  font-variation-settings: "opsz" 40;
  font-family: "degular-display", sans-serif;
  font-weight: 400;
}
nav.top .menuFull ul#menu-full-navigation li a:focus {
  background-color: #d2eff5;
}
nav.top .menuFull ul#menu-full-navigation .submenu:not(.submenu ~ .submenu) {
  margin-top: -0.2rem;
}
nav.top .menuFull ul#menu-full-navigation .submenu {
  font-size: 1.4rem;
  display: block;
  list-style: none;
  margin: 0.6rem 1.5rem;
}

main.home {
  overflow: hidden;
  background: #bee9fd;
  position: relative;
  z-index: 0;
}
main.home section {
  position: relative;
  z-index: 2;
}
main.home section .parallax {
  z-index: -2;
}
main.home section .parallax.ellipse-dot {
  z-index: -1;
}
main.home #ellipse-1 {
  bottom: -400vh;
  left: 19vh;
}
main.home #ellipse-2 {
  bottom: -31vh;
  left: 12vh;
}
main.home #ellipse-3 {
  bottom: -75vh;
  right: 6vh;
}
main.home #ellipse-4 {
  bottom: -17vh;
  right: 13vh;
}
main.home #ellipse-5 {
  bottom: 8vh;
  right: 10vh;
}
main.home #ellipse-6 {
  bottom: -160vh;
  right: 7vh;
}
main.home #ellipse-7 {
  bottom: -40vh;
  left: 6vh;
}
main.home #ellipse-treeline {
  bottom: -43vh;
  left: -4vh;
}
main.home #ellipse-canal {
  bottom: -55vh;
  right: 3vh;
}
main.home #ellipse-dome {
  bottom: -38vh;
  right: -10vh;
}
main.home #ellipse-shrooms {
  height: clamp(6rem, 32vh, 19rem);
  top: 22vh;
  left: -3vh;
}
main.home #vector-map {
  height: clamp(25rem, 80vh, 45rem);
  bottom: -126vh;
  right: -8vh;
}
main.home #heading-vector {
  position: absolute;
  top: 20px;
  width: 100%;
  height: auto;
  pointer-events: none;
  max-height: 100dvh;
  min-height: 99dvh;
  object-fit: cover;
  object-position: bottom left;
}
main.home #bottom-vector {
  position: absolute;
  z-index: -1;
  transform: translateY(-100%);
  pointer-events: none;
  width: 100%;
  height: clamp(50dvh, 1600px, 420dvh);
  object-fit: cover;
  object-position: bottom;
  opacity: 0.4;
}
main.home #heading {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
main.home #heading #title {
  padding: 3rem 1.5rem;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
main.home #heading #title .title-group {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
main.home #heading #title .title-group p {
  text-align: center;
  margin-bottom: 0;
}
main.home #heading #title .title-group #masthead {
  font-size: 28vw;
}
main.home #dates {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
main.home #dates .date-text {
  padding-bottom: 1rem;
}
main.home #dates .date-text span {
  display: block;
}
main.home #about {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
main.home #about .about-text .byline {
  margin-bottom: 2rem;
}
main.home #about .about-text .byline span {
  display: block;
}
main.home #about .about-text div.curatorial {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  padding-bottom: 1rem;
}
main.home #about .about-text div.curatorial p:last-child {
  margin-bottom: 0.5rem;
}
main.home #artists .artists-heading h2 {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
main.home #artists .artists-buttons {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
}
main.home #artists .artists-list li {
  margin-top: 0.5rem;
}
main.home #volunteer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  max-width: 100%;
  gap: 1rem 0;
}
main.home #volunteer p {
  grid-area: 1/2/2/8;
  padding-right: 2rem;
}
main.home #volunteer div.text {
  grid-area: 1/8/1/13;
}
main.home #support {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  max-width: 100%;
  position: relative;
  padding-bottom: 2rem;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
main.home #support #support-frame {
  z-index: -3;
  background-color: #e1da64;
  opacity: 0.88;
  position: absolute;
  grid-column: 2/12;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
main.home #support .tshirt {
  width: 100%;
  z-index: 1;
  grid-area: 1/1/2/13;
  justify-self: center;
}
main.home #support #support-copy {
  grid-area: 2/3/3/11;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
main.home #mailing-list {
  position: relative;
  padding-bottom: 6rem;
  padding-top: 6rem;
  background: #57a8ce;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  max-width: 100%;
  gap: 1rem 0;
}
main.home #mailing-list .text {
  grid-area: 1/1/2/12;
}
main.home #mailing-list #mc_embed_shell {
  grid-area: 2/1/3/13;
  font-family: "degular-variable", sans-serif;
}
main.home #mailing-list #mc_embed_shell .asterisk {
  color: red;
}
main.home #mailing-list #mc_embed_shell .indicates-required {
  text-align: right;
  font-size: 0.8rem;
}
main.home #mailing-list #mc_embed_shell .mc-field-group {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
main.home #mailing-list #mc_embed_shell .mc-field-group input {
  padding: 0.5rem;
}
main.home #mailing-list #mc_embed_shell .optional-parent div {
  display: flex;
}
main.home #mailing-list #mc_embed_shell .optional-parent div input.button {
  font-size: 1.2rem;
  line-height: 1em;
  border: 1px solid #004056;
  background: #004056;
  color: white;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 1.875rem;
}
main.home #mailing-list #mc_embed_shell .optional-parent div p {
  display: flex;
  padding-top: 1rem;
}

main.about {
  background: #8ecdea;
  overflow: hidden;
  position: relative;
}
main.about section {
  position: relative;
  z-index: 1;
}
main.about section:not(#utopias) h2 {
  color: #fff;
  margin-bottom: 1rem;
}
main.about section .parallax {
  z-index: -2;
}
main.about section .parallax.ellipse-dot {
  z-index: -1;
}
main.about #about-ellipse-1 {
  right: 10vh;
}
main.about #about-ellipse-2 {
  display: none;
}
main.about #about-ellipse-3 {
  right: 18vh;
}
main.about #ellipse-headline {
  height: clamp(6rem, 30vh, 19rem);
  left: -9vh;
}
main.about #ellipse-lake {
  height: clamp(5rem, 33vh, 19rem);
  right: 10vh;
  bottom: -40vh;
  opacity: 0.6;
}
main.about #ellipse-yellow-pink {
  right: 4vh;
  bottom: -50vh;
}
main.about #ellipse-blue-green {
  left: 15vh;
}
main.about #ellipse-city {
  height: clamp(5rem, 28vh, 19rem);
  opacity: 0.6;
  left: 25vh;
}
main.about #ellipse-dark-blue {
  right: -15vh;
}
main.about #ellipse-yellow-orng {
  left: 8vh;
  bottom: -58vh;
}
main.about #ellipse-flowers {
  left: 36vh;
  bottom: -55vh;
}
main.about #headline-vector {
  position: absolute;
  width: clamp(5rem, 100%, 600px);
  right: 0;
  top: 20px;
}
main.about .marquee-container {
  margin-top: 6rem;
}
main.about #utopias {
  padding: 6rem 1.5rem 2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
main.about #utopias #headline-eng {
  color: #fff;
  margin-bottom: 2rem;
}
main.about #utopias #c-statement {
  margin-top: 4rem;
  z-index: 1;
}
main.about #utopias #c-statement .p1 {
  margin-bottom: 1rem;
}
main.about #people {
  z-index: 1;
  position: relative;
}
main.about #people > * {
  z-index: 10;
}
main.about #people a {
  color: #0d4400;
}
main.about #people .staff-item,
main.about #people .thinker-item {
  margin-bottom: 1rem;
  border-top: 1px solid #bee9fd;
  padding-top: 1rem;
}
main.about #people .staff-item .staff-links,
main.about #people .thinker-item .thinker-links {
  display: flex;
  flex-flow: row wrap;
  gap: 0 1rem;
}
main.about #people #thinkers {
  margin-top: 3rem;
}
main.about #people #thinkers #thinkers-title {
  color: #fff;
  margin-bottom: 0.5rem;
}
main.about #dedication {
  position: relative;
}
main.about #dedication a,
main.about #dedication p {
  color: #0d4400;
}
main.about #dedication .partner-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
main.about #dedication .partner-container:last-child {
  margin-bottom: 0;
}
main.about #dedication .partner-container img {
  max-width: 100%;
  height: auto;
  padding: 0;
}
main.about #dedication .partner-container .partner {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
main.about #support {
  z-index: 1;
  position: relative;
}
main.about #support > * {
  z-index: 10;
}
main.about #support a {
  color: #000;
}
main.about #support a:visited {
  color: #443f43;
}
main.about #support h3 {
  color: #fff;
  margin-bottom: 1rem;
}
main.about #support #support-copy {
  margin-bottom: 2rem;
}
main.about #support #support-logos {
  display: flex;
  flex-flow: row nowrap;
  place-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}
main.about #support #support-logos img {
  flex: 1;
  min-width: 0;
  width: 100%;
  object-fit: cover;
}
main.about #support #thanks {
  margin-bottom: 2rem;
}

main.artist-listing {
  background: #e1da64;
  padding: 6rem 0;
}
main.artist-listing #artists span.artist-letter {
  margin-bottom: 1rem;
}
main.artist-listing #artists .artist-container {
  border-top: 1px solid #95ac56;
  padding: 1rem 0;
}
main.artist-listing #artists .artist-container .button {
  margin-top: 0.5rem;
}
main.artist-listing #artists .artist-container .list-thumb {
  display: none;
}
main.artist-listing #artists .artist-container .artist-copy h3,
main.artist-listing #artists .artist-container .artist-copy h4 {
  margin-top: 0.5rem;
}
main.artist-listing #artists .container-link {
  display: none;
}

main.artist-single {
  overflow: hidden;
  background: #bee9fd;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  padding: 6rem 0 0;
}
main.artist-single section {
  position: relative;
  z-index: 1;
}
main.artist-single section .parallax {
  z-index: -2;
}
main.artist-single section .parallax.ellipse-dot {
  z-index: -1;
}
main.artist-single #sa-ellipse-headline {
  z-index: 1;
  width: clamp(5rem, 25vh, 19rem);
  left: -9vh;
  bottom: 12vh;
}
main.artist-single #sa-ellipse-dot-1 {
  z-index: 1;
  right: 2vh;
  bottom: 5vh;
}
main.artist-single #sa-ellipse-cell {
  right: -10vh;
  bottom: 18rem;
}
main.artist-single #sa-ellipse-dot-2 {
  left: 10vh;
  top: 80vh;
}
main.artist-single #sa-ellipse-dot-3 {
  left: 18vh;
  bottom: -10vh;
}
main.artist-single #single-artist-bottom {
  position: absolute;
  z-index: -1;
  transform: translateY(-100%);
  pointer-events: none;
  width: 100%;
  height: clamp(15dvh, 600px, 120dvh);
  object-fit: cover;
  object-position: bottom;
  opacity: 0.4;
}
main.artist-single #project-img {
  display: flex;
  place-items: center;
}
main.artist-single #project-img #image-mask {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
main.artist-single #project-img #image-mask img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
main.artist-single #project-info-grid {
  position: relative;
}
main.artist-single #project-info-grid h3#project-artists {
  margin-bottom: 1em;
}
main.artist-single #project-info-grid .info-area {
  margin-bottom: 3rem;
}
main.artist-single #project-info-grid .info-area #project {
  margin-bottom: 1rem;
}
main.artist-single #project-info-grid .info-area a {
  color: #0d4400;
}
main.artist-single #project-info-grid .info-area a:visited {
  color: #348618;
}
main.artist-single #project-info-grid .info-area a:hover {
  color: #e1da64;
}
main.artist-single #project-info-grid .info-area .performances {
  margin-bottom: 1rem;
}
main.artist-single #project-info-grid .info-area #project-link {
  margin-top: 1rem;
}
main.artist-single #project-info-grid .day {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 1rem;
  align-items: top;
  padding-bottom: 0.5rem;
}
main.artist-single #project-info-grid .day h4 {
  border-top: 1px solid #000;
  grid-column: 1/7;
  grid-row: 1;
  padding: 0.5rem 0;
}
main.artist-single #project-info-grid .day p.time {
  grid-column: 1/3;
  grid-row: 2;
  margin: 0;
  padding: 0 1rem 0 0;
}
main.artist-single #project-info-grid .day p.location {
  grid-column: 3/7;
  grid-row: 2;
  margin: 0;
  padding: 0 1rem 0 0;
}
main.artist-single #project-info-grid .day.performance2 {
  border-top: none;
  padding-top: 0;
}

#artist-nav {
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#artist-nav .arrow {
  z-index: 0;
  padding: 0.5rem;
}
#artist-nav .arrow#prev {
  transform: rotate(180deg);
}
#artist-nav .arrow#next {
  right: 0;
}

main.schedule {
  background: #b4c85b;
  padding: 6rem 0;
}
main.schedule .day .day-nav {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
main.schedule .day .day-header,
main.schedule .day .fest-header {
  margin-bottom: 0.5rem;
  color: #fff;
}
main.schedule .day .day-header h2,
main.schedule .day .fest-header h2 {
  color: #fff;
}
main.schedule .day .pp-container {
  position: relative;
}
main.schedule .day .pp-container a.program-link {
  display: none;
}
main.schedule .day .pp-container {
  border-top: 1px solid #bee9fd;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}
main.schedule .day .pp-container .button {
  margin-top: 0.5rem;
}
main.schedule .day .listing-container {
  border-top: 1px solid #bee9fd;
  padding-top: 0.5rem;
}
main.schedule #map-link {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  max-width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 2rem;
}
main.schedule #map-link #map-frame {
  z-index: -1;
  grid-column: 2/12;
  border-radius: 16px;
  background-color: #e1da64;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  position: absolute;
}
main.schedule #map-link #map-image-link {
  width: 100%;
  grid-area: 1/3/2/11;
  place-self: center;
}
main.schedule #map-link #map-image-link img {
  width: 100%;
}
main.schedule #map-link #map-copy {
  justify-self: center;
  margin-top: 1rem;
  grid-area: 2/3/3/11;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

/* .artist-container {
      border-top: 1px solid $light-blue;
      position: relative;

      a.schedule-link {
        display: none;
      }

      p.location {
        font-variation-settings: "wght" 300;
      }

      margin-bottom: 1rem;
      padding: 0.5rem 0;

      .button {
        margin-top: 0.5rem;
        justify-self: end;
      }

      .schedule-thumb {
        display: none;
      }
     }
   */
main.public-programs {
  padding: 6rem 0;
  background-color: #348618;
}
main.public-programs .program-container:not(:first-child) {
  margin-top: 2rem;
}
main.public-programs .program-container {
  border-top: 1px solid #e1da64;
  padding-top: 1rem;
}
main.public-programs .program-container h3 {
  color: #fff;
  margin-bottom: 0.75rem;
}
main.public-programs .program-container p {
  color: #fff;
}
main.public-programs .program-container .date,
main.public-programs .program-container .location,
main.public-programs .program-container .time {
  padding: 0.5rem 0;
  border-top: 1px dashed #e1da64;
}
main.public-programs .program-container .date h4,
main.public-programs .program-container .location h4,
main.public-programs .program-container .time h4 {
  display: none;
  color: #fff;
}
main.public-programs .program-container .date p,
main.public-programs .program-container .location p,
main.public-programs .program-container .time p {
  color: #fff;
}

main#press-listing {
  background: #348618;
  padding: 6rem 0;
}
main#press-listing .press-container h3,
main#press-listing .press-container p {
  color: #fff;
}
main#press-listing .press-container:not(:first-child) {
  margin-top: 2rem;
}
main#press-listing .press-container {
  border-top: 1px solid #e1da64;
}
main#press-listing .press-container .press-publication {
  padding: 1rem 0 0.5rem;
}
main#press-listing .press-container .press-title {
  padding: 0.5rem 0;
  border-top: 1px dashed #e1da64;
}
main#press-listing .press-container .press-date {
  padding: 0.5rem 0;
  border-top: 1px dashed #e1da64;
  margin-bottom: 0.5rem;
}
main#press-listing .press-container .button {
  margin-top: 1rem;
}

main.donate {
  background: #8ecdea;
  padding: 6rem 0;
}
main.donate #donate-proclaim {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
main.donate div.payment-method {
  border-top: 1px solid #0d4400;
  padding-top: 1rem;
}
main.donate div.payment-method:not(:first-child) {
  margin-top: 2rem;
}
main.donate div.payment-method p {
  margin: 1rem 0;
}
main.donate div.payment-method #aiop {
  font-style: italic;
}
main.donate #support {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
main.donate #support #support-frame {
  z-index: -3;
  background-color: #e1da64;
  opacity: 0.88;
  position: absolute;
  grid-column: 2/12;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
main.donate #support .tshirt {
  width: 100%;
  z-index: 1;
  grid-area: 1/1/2/13;
  justify-self: center;
}
main.donate #support #support-copy {
  grid-area: 2/3/3/11;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

main.partners {
  width: calc(100% - 3rem);
  margin: 4rem 1.5rem 0 1.5rem;
}
main.partners .page-title {
  color: #2c2c2c;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 2rem;
}
main.partners .partner_images {
  margin: 1rem 0;
}
main.partners .partner_images img.sreenshot {
  width: 100%;
  margin-bottom: -3rem;
}
main.partners .partner {
  margin-bottom: 3rem;
}
main.partners .partner img.logo {
  width: 6rem;
  margin-bottom: 1rem;
}
main.partners .partner p {
  margin-bottom: 1.5rem;
}

footer {
  box-sizing: border-box;
  background: #0d4400;
  z-index: 10;
  padding: 3rem 1.5rem;
  color: #bee9fd;
}
footer p,
footer p a {
  margin: 0 0 0.5rem;
  font-weight: 400;
  font-family: "degular-variable", sans-serif;
}
footer a {
  font-weight: 500;
  color: #95ac56;
  text-decoration: none;
}
footer a svg path {
  fill: #bee9fd;
}
footer a:hover {
  color: #8ecdea;
}
footer a:hover svg path {
  fill: #8ecdea;
}
footer a img {
  width: 8rem;
}
footer .footer-col {
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
footer .social {
  margin-top: 0.5rem;
}
footer .social .social-icon {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}
footer .social .social-icon svg {
  width: 2rem;
  height: auto;
}

@media screen and (720px <= width) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 0.875rem;
  }
  .p1,
  span.p1,
  .p1r,
  .p1 p {
    font-size: 1.5rem;
  }
  .p2,
  span.p2,
  .p2r,
  .p2 p {
    font-size: 1.2rem;
  }
  a.button,
  div.button {
    padding: 0.2em 0.5em 0.1em 0.8em;
  }
  #fullpage-texture {
    background: 100% 100%/cover url("assets/texture-overlay-2026.png");
    opacity: 0.6;
  }
  nav.top.nav-green .menuVisible ul > li > a {
    color: #bee9fd;
  }
  nav.top.nav-green .menuVisible ul > li > a:hover {
    color: #8ecdea;
  }
  nav.top .menuVisible {
    display: block;
    margin-right: 1rem;
  }
  nav.top .menuVisible ul.display-none {
    display: none;
  }
  nav.top .menuVisible ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    list-style: none;
    align-items: center;
    text-align: center;
  }
  nav.top .menuVisible ul li a {
    font: 1rem "degular-variable", sans-serif;
    font-variation-settings: "wght" 600, "opsz" 40, "ital" 0;
    text-decoration: none;
    color: #0d4400;
    letter-spacing: 1px;
  }
  nav.top .menuVisible ul li a:hover {
    color: #348618;
  }
  nav.top .menuVisible ul li a:focus {
    border-bottom: 1px solid #0d4400;
  }
  main.home #ellipse-1 {
    bottom: -450vh;
    left: 19vh;
  }
  main.home #ellipse-2 {
    bottom: -31vh;
    left: 19vh;
  }
  main.home #ellipse-3 {
    bottom: -68vh;
    right: 12vh;
  }
  main.home #ellipse-4 {
    bottom: -40vh;
    right: 20vh;
  }
  main.home #ellipse-treeline {
    bottom: -49vh;
    left: 2vh;
  }
  main.home #ellipse-canal {
    bottom: -55vh;
    right: 19vh;
  }
  main.home #ellipse-dome {
    bottom: -15vh;
    left: 80vw;
  }
  main.home #ellipse-shrooms {
    height: clamp(6rem, 28vh, 19rem);
    top: 6vh;
    left: -3vh;
  }
  main.home #vector-map {
    height: clamp(45vh, 55vw, 70vh);
    bottom: -29vh;
    right: 0;
  }
  main.home #heading-vector {
    height: 115dvh;
  }
  main.home #bottom-vector {
    height: clamp(80dvh, 1700px, 244vh);
  }
  main.home #dates,
  main.home #about,
  main.home #artists,
  main.home #mailing-list,
  main.home #support {
    padding-bottom: 5.5rem;
  }
  main.home #dates {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
    padding-top: 0;
    margin-top: -10vh;
    gap: 1rem 0;
  }
  main.home #dates .date-text {
    grid-area: 1/3/2/8;
    padding-bottom: 0;
  }
  main.home #dates .date-text #date-line-2 {
    text-align: center;
  }
  main.home #dates a {
    grid-area: 1/8/2/11;
    align-self: center;
  }
  main.home #about {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
    padding-top: 4rem;
  }
  main.home #about .about-text {
    grid-column: 3/13;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 0 1rem;
  }
  main.home #about .about-text .byline {
    grid-area: 1/1/2/6;
    margin: 0;
    padding-bottom: 7rem;
    display: flex;
    flex-flow: column nowrap;
  }
  main.home #about .about-text .byline #byline-1 {
    align-self: center;
  }
  main.home #about .about-text .byline #byline-2 {
    align-self: flex-end;
  }
  main.home #about .about-text .byline #byline-4 {
    align-self: flex-end;
  }
  main.home #about .about-text .curatorial {
    grid-area: 2/2/3/9;
  }
  main.home #about .about-text a {
    grid-area: 3/2/4/6;
  }
  main.home #artists {
    padding-top: 4rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.home #artists .artists-heading {
    margin: 0;
    grid-column: 6/12;
  }
  main.home #artists .artists-buttons {
    grid-column: 3/6;
    grid-row: 1/2;
    align-self: center;
  }
  main.home #artists .artists-list {
    column-count: 3;
  }
  main.home #support {
    padding-bottom: 2rem;
    align-items: center;
  }
  main.home #support .tshirt {
    grid-area: 1/1/2/7;
  }
  main.home #support #support-copy {
    grid-area: 1/7/2/11;
  }
  main.home #volunteer {
    column-gap: 1rem;
  }
  main.home #volunteer p {
    grid-area: 1/3/2/8;
    padding-right: 2rem;
  }
  main.home #volunteer div.text {
    grid-area: 1/8/1/12;
    padding-right: 2rem;
  }
  main.home #mailing-list {
    column-gap: 1rem;
  }
  main.home #mailing-list .text {
    grid-area: 1/3/2/7;
    padding-right: 4rem;
  }
  main.home #mailing-list #mc_embed_shell {
    grid-area: 1/7/2/11;
    font-family: "degular-variable", sans-serif;
  }
  main.artist-single #sa-ellipse-headline {
    left: 7vh;
  }
  main.artist-single #sa-ellipse-dot-1 {
    right: 16vh;
  }
  main.artist-single #sa-ellipse-cell {
    right: 12vh;
    bottom: 0;
  }
  main.artist-single #single-artist-bottom {
    height: clamp(15dvh, 650px, 120dvh);
  }
  main.artist-single #project-img {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.artist-single #project-img #image-mask {
    grid-area: 1/3/2/11;
    place-self: center;
  }
  main.artist-single #project-info-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.artist-single #project-info-grid #primary-info {
    grid-area: 1/3/2/11;
  }
  main.artist-single #project-info-grid #description {
    grid-area: 2/3/3/10;
  }
  main.artist-single #project-info-grid .info-area {
    margin-bottom: 0;
  }
  main.schedule .day {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.schedule .day:last-child {
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
  main.schedule .day .day-header {
    grid-column: 1/5;
    grid-row: 2/3;
  }
  main.schedule .day .day-nav {
    grid-column: 5/13;
    grid-row: 1/2;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }
  main.schedule .day .public-program {
    grid-column: 5/13;
  }
  main.schedule .day .pp-time,
  main.schedule .day .artist-time {
    margin: 0;
    flex-shrink: 0;
  }
  main.schedule .day .project-schedule {
    grid-column: 5/13;
  }
  main.schedule .day .pp-container a.program-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  main.schedule .day .pp-container {
    display: flex;
    gap: 1rem;
  }
  main.schedule #map-link {
    align-items: center;
    column-gap: 0;
  }
  main.schedule #map-link #map-image-link {
    grid-area: 1/3/2/6;
  }
  main.schedule #map-link #map-copy {
    grid-area: 1/7/2/11;
  }
  main.public-programs {
    min-height: 50%;
  }
  main.public-programs .program-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.public-programs .program-container h3 {
    grid-column: 1/3;
  }
  main.public-programs .program-container p {
    grid-column: 3/7;
  }
  main.public-programs .program-container .date-time {
    grid-column: 7/11;
  }
  main.public-programs .program-container a {
    grid-column: 11/13;
    justify-self: right;
  }
  main.public-programs .program-container div.date {
    border: none;
    padding-top: 0;
  }
  main.artist-listing #artists .artist-container {
    border-top: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    padding: 0 0 1rem;
    margin: 0;
  }
  main.artist-listing #artists .artist-container.new-index:not(:first-child) {
    margin-top: 2rem;
  }
  main.artist-listing #artists .artist-container span.artist-letter {
    place-self: self-end;
    position: absolute;
    height: 100%;
    grid-column: 1/4;
    font-size: 6rem;
    line-height: 1em;
    padding-left: 1rem;
    margin: 0;
    display: block;
  }
  main.artist-listing #artists .artist-container .artist-copy {
    grid-column: 4/11;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0 1rem;
    position: relative;
    border-top: 1px solid #95ac56;
    padding-top: 0.5rem;
  }
  main.artist-listing #artists .artist-container .artist-copy .artist-title {
    grid-column: 1/4;
  }
  main.artist-listing #artists .artist-container .artist-copy .project-title {
    grid-column: 4/8;
  }
  main.artist-listing #artists .artist-container a.button {
    display: none;
  }
  main.artist-listing #artists .artist-container .list-thumb {
    width: clamp(10rem, 22vh, 19rem);
    height: clamp(10rem, 22vh, 19rem);
    background-color: #95ac56;
    border-radius: 50%; /* Make the background circular */
    overflow: hidden; /* Ensure the image fits within the circle */
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 10/13;
    position: absolute;
    opacity: 0;
    transform: scale(0); /* Initially small */
    top: -45;
    transition: all ease-out 0.3s;
  }
  main.artist-listing #artists .artist-container .list-thumb-image {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 50%;
  }
  main.artist-listing #artists .artist-container:hover .list-thumb {
    transform: scale(1); /* Initially small */
    opacity: 0.85;
  }
  main.artist-listing #artists .container-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  main.donate {
    position: relative;
    min-height: 50%;
    padding-top: 8rem;
  }
  main.donate .payment-method {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
    z-index: 1;
  }
  main.donate .payment-method h3 {
    grid-column: 1/6;
  }
  main.donate .payment-method p {
    grid-column: 7/12;
  }
  main.donate .payment-method a {
    grid-column: 7/12;
    justify-self: end;
  }
  main.donate .payment-method.paypal {
    margin-top: -2rem;
  }
  main.donate #support {
    align-items: center;
  }
  main.donate #support .tshirt {
    grid-area: 1/1/2/7;
  }
  main.donate #support #support-copy {
    grid-area: 1/7/2/11;
  }
  main#press-listing {
    min-height: 50%;
  }
  main#press-listing .press-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main#press-listing .press-container .press-publication {
    grid-column: 1/5;
    grid-row: 1/2;
  }
  main#press-listing .press-container .press-title {
    border-top: none;
    margin-top: 0.5rem;
    grid-column: 5/9;
    grid-row: 1/2;
  }
  main#press-listing .press-container .press-date {
    margin-top: 1rem;
    border-top: 0;
    padding-top: 0;
    grid-column: 9/11;
    grid-row: 1/2;
  }
  main#press-listing .press-container .button {
    grid-column: 11/13;
    justify-self: end;
    grid-row: 1/2;
  }
  main.about #ellipse-headline {
    bottom: -45vh;
  }
  main.about #headline-vector {
    width: clamp(5rem, 80%, 900px);
    top: 0;
  }
  main.about #ellipse-flowers {
    bottom: -45vh;
    left: 92vh;
  }
  main.about #utopias {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
    align-items: center;
  }
  main.about #utopias #headline-eng {
    grid-column: 3/11;
    grid-row: 1/2;
    place-self: center;
  }
  main.about #utopias #headline-esp {
    grid-column: 2/10;
    grid-row: 2/3;
  }
  main.about #utopias #c-statement {
    grid-column: 3/11;
    grid-row: 3/4;
  }
  main.about #utopias #c-statement p {
    margin-bottom: 1rem;
  }
  main.about #mission {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.about #mission * {
    grid-column: 2/8;
  }
  main.about #history {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.about #history * {
    grid-column: 4/10;
  }
  main.about #people {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  main.about #people h2 {
    grid-area: 1/2/2/13;
  }
  main.about #people #curator-bio {
    grid-area: 2/2/3/9;
    margin-bottom: 2rem;
  }
  main.about #people .staff-item {
    grid-template-columns: repeat(10, 1fr);
    margin-bottom: 0.2rem;
    grid-column: 2/12;
    display: grid;
    column-gap: 1rem;
    align-items: baseline;
  }
  main.about #people .staff-item .staff-title {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  main.about #people .staff-item .staff-name {
    grid-column: 4/7;
    grid-row: 1/2;
  }
  main.about #people .staff-item .staff-links {
    display: flex;
    flex-flow: column nowrap;
    grid-column: 7/11;
    grid-row: 1/2;
  }
  main.about #people #thinkers {
    grid-column: 5/12;
  }
  main.about #people #thinkers .thinkers-title {
    margin-bottom: 1rem;
  }
  main.about #people #thinkers .thinker-item {
    margin-bottom: 0.3rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 1rem;
    align-items: baseline;
  }
  main.about #people #thinkers .thinker-item .thinker-name {
    grid-column: 1/5;
  }
  main.about #people #thinkers .thinker-item .thinker-links {
    display: flex;
    grid-column: 5/8;
    flex-flow: column;
  }
  main.about #people #blog-button {
    grid-column: 5/8;
  }
  main.about #dedication {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
    row-gap: 1rem;
  }
  main.about #dedication h2 {
    grid-area: 1/3/2/11;
  }
  main.about #dedication .partner-container {
    grid-area: 2/3/3/12;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  main.about #dedication .partner-container img {
    grid-column: 1/3;
    width: 100%;
    max-width: 200px;
    margin: 0;
  }
  main.about #dedication .partner-container .partner {
    grid-column: 3/10;
    flex-flow: row nowrap;
    justify-content: space-evenly;
  }
  main.about #dedication .partner-container .partner .button {
    flex: none;
  }
  main.about #support {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
    row-gap: 1rem;
    padding-bottom: 6rem;
  }
  main.about #support h2 {
    grid-column: 2/12;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  main.about #support #support-copy {
    grid-column: 2/9;
    grid-row: 2/3;
  }
  main.about #support #support-logos {
    grid-column: 2/9;
    grid-row: 3/4;
    gap: 6vw;
  }
  main.about #support #thanks {
    grid-column: 5/12;
    grid-row: 4/5;
  }
  main.about #support #volunteers {
    grid-column: 5/12;
    grid-row: 5/6;
  }
  footer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1rem;
    max-width: 100%;
  }
  footer p,
  footer a {
    font-size: 1rem;
  }
  footer #footer-festival {
    grid-column: 1/3;
  }
  footer #footer-people {
    grid-column: 4/7;
  }
  footer #footer-contact {
    grid-column: 7/9;
  }
  footer #footer-social {
    grid-column: 10/11;
  }
  footer #footer-social .social {
    margin-top: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  footer #footer-social .social-icon svg {
    width: 1.75rem;
    display: inline-block;
  }
  footer #footer-copyright {
    grid-column: 11/13;
  }
}
@media screen and (1080px <= width) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  .p2,
  span.p2,
  .p2r,
  .p2 p {
    font-size: 1.4rem;
  }
  .content-section-padding {
    padding: 3.5rem 3rem;
  }
  nav.top {
    padding: 0 3rem;
  }
  main.home #ellipse-3 {
    bottom: -66vh;
  }
  main.home #vector-map {
    bottom: -35vh;
    height: clamp(45vh, 50vw, 70vh);
  }
  main.home #heading-vector {
    min-height: 120dvh;
  }
  main.home #bottom-vector {
    height: clamp(80dvh, 1850px, 275vh);
  }
  main.about .people .staff-item {
    grid-column: 2/12;
  }
  main.about .people .thinkers {
    grid-column: 5/12;
  }
  main.artist-listing {
    min-height: 60%;
  }
  main.artist-single #single-artist-bottom {
    height: clamp(15dvh, 750px, 120dvh);
  }
  main.public-programs {
    min-height: 50%;
  }
  main.public-programs .program-container p {
    grid-column: 3/6;
  }
  main.public-programs .program-container .date-time {
    grid-column: 7/11;
  }
  main.public-programs .program-container a {
    grid-column: 11/13;
  }
  main.public-programs .program-container .date,
  main.public-programs .program-container .time,
  main.public-programs .program-container .location {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.5rem;
  }
  main.public-programs .program-container .date h4,
  main.public-programs .program-container .time h4,
  main.public-programs .program-container .location h4 {
    width: 6vw;
    display: block;
    flex-shrink: 0;
  }
  main.donate {
    min-height: 60%;
  }
  main#press-listing {
    min-height: 50%;
  }
  footer {
    padding: 3rem;
  }
  footer #footer-social {
    grid-column: 9/11;
  }
}
@media screen and (1400px <= width) {
  h1,
  .h1,
  span.h1 {
    font-size: 5rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.1rem;
  }
  p {
    font-size: 1.1rem;
  }
  .p1,
  span.p1,
  .p1r,
  .p1 p {
    font-size: 2rem;
  }
  .p2,
  span.p2,
  .p2r,
  .p2 p {
    font-size: 1.5rem;
  }
  a,
  a.button {
    font-size: 1.5rem;
  }
  nav.top .menuFull ul#menu-full-navigation li a {
    font-size: 2.5rem;
  }
  nav.top .menuFull ul#menu-full-navigation .submenu a {
    font-size: 2rem;
  }
  main.home #heading-vector {
    min-height: 125dvh;
  }
  main.home #bottom-vector {
    height: clamp(80dvh, 2050px, 275vh);
  }
}

/*# sourceMappingURL=style.css.map */
