/* FOR WHEN THE ARTISTS PAGE GOES LIVE, TURN THIS OFF */

.associated-artist {
    display: none;
}

:root {
    --purple: #9933ff;
    --purple_tint: #B269FF;
    --purple_tint_light: #EEE2FE;
    --magenta: #ff00ff;
    /* --magenta_tint: rgba(255,0,255,0.6); */
    --regular: 16px;
    --large: 21px;
    --space-one: 2em;
    --space-two: 125px;
    --space-three: 250px;
    --column-center: 700px;
    --column-center-wide: 1200px;
}
  
body {
    font-family: 'Byrd';
    color: var(--purple);
    padding: 0 1.5em;
    margin: 0;
    font-size: var(--regular);
    overflow-x: hidden;
    /* cursor: url('../images/fire.gif') 12 12, auto; */
}

button {
    font-family: 'Byrd';
    color: var(--purple);
    font-size: 1em;
    cursor: pointer;
}

a {
    /* cursor: url('../images/fire.gif') 12 12, auto; */
}

input {
    font-family: 'Byrd';
    font-size: var(--large);
    border-radius: 10px;
    border: 1px solid var(--purple);
    padding: 5px 6px;
    color: var(--purple);
}

input::placeholder {
    color: var(--purple);
}

input.button {
    border-radius: 10px;
    background: var(--purple);
    color: white;
    background: var(--purple_tint_light);
    color: var(--purple);
}

#top { height: 1.5em; }

section.event-secondary figure:first-of-type,
section.exhibition-secondary figure:first-of-type {
    margin-top: calc(var(--space-one) * 2);
}

figure {
    margin: 0;
    margin: 1em 0;
}

figcaption {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-family: 'Orator', monospace;
    font-size: var(--regular);
}

figcaption *:first-of-type {
    margin-top: 0;
}

img {
    max-width: 100%;
}

hr {
    border: 0;
    margin: 2.75em 0 3.5em;
}

hr:after {
    position: absolute;
    content: "*   *   *   *   *   *   *   *";
    color: var(--purple);
}

/* h1 {
    font-family: 'Orator';
    font-weight: normal;
} */

ul, 
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearer {
    clear: both;
}

/* HEADER */

header {
    text-align: center;
}

.home-link-container {
    position: absolute;
    top: 2em;
    /* left: 0; */
    right: 1em;
    text-align: center;
    margin: var(--space-one) 0;
    width: max-content;
}

img.animated-logo {
    margin-top: -30px;
    /* top: 0;
    left: 0; */
    /* position: absolute; */
}

.animaged-logo-container {
    position: relative;
    width: 200px;
    height: 125px;
    /* margin-top: -30px; */
}

.animaged-logo-container div {
    position: absolute; /* Position images absolutely to overlap them */
    top: 0;
    left: 0;
    width: 100%; /* Set images to fill the container */
    height: auto; /* Maintain aspect ratio */
}

.animaged-logo-container:hover div.magenta {
    opacity: 1;
}

.animaged-logo-container:hover div.normal {
    opacity: 0.1;
    opacity: 0;
}

.animaged-logo-container div.normal {
    z-index: 2;
}

.animaged-logo-container div.magenta {
    opacity: 0.1;
    opacity: 0;
}

a.home {
    display: inline-block;
}

.ily2-logo,
.ily2-too-logo {
    fill: var(--purple);
    max-width: 100%;
    height: 125px;
    width: 125px;
}

.ily2-logo:hover,
.ily2-too-logo:hover {
    fill: var(--magenta);
}

ul.main {
    position: absolute;
    top: 1.5em;
    right: 2em;
    width: max-content;
    text-align: right;
    z-index: 12;
}

ul.main a {
    color: var(--purple);
    text-decoration: none;
}

ul.main a:hover {
    color: var(--magenta);
    /* text-decoration: underline; */
}

ul.main li.current a {
    text-decoration: underline;
}

ul.main li {
    display: inline-block;
    margin: 0 0.5em;
}

ul.main li:last-child {
    margin-right: 0;
}

/* FOOTER */

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


footer {
    cursor: pointer;
    margin-top: calc(var(--space-one) * 2);
    font-family: 'Orator', monospace;
    padding-right: 312px;
    padding-bottom: 1.5em;

}

footer * {
    margin: 0;
}

.back-to-top {
    position: fixed;
    right: 1.35em;
    bottom: 1.35em;
    display: none;
    width: 50px;
    height: 50px;
    z-index: 40;
}

.back-to-top a {
    color: var(--purple);
    text-decoration: none;
    font-size: var(--large);
    font-family: serif;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top a:hover {
    text-decoration: none !important;
    /* background: var(--purple_tint_light); */
}

/* MARQUEE */

body.marquee main#activities,
body.marquee ul.artists,
body.marquee section.info,
body.marquee nav.artist,
body.marquee nav.exhibition,
body.marquee nav.event,
body.marquee section.default {
    margin-top: 1em;
}

body.marquee main#activities h2 {
    padding-top: 0;
}

body.marquee nav#primary {
    top: 1em;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    background: var(--purple_tint_light);
}

.marquee-content {
    display: flex;
    animation: marquee 50s linear infinite;
    padding: 0 0.5em 0.15em;
    font-family: "Orator", monospace;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

body.home .marquee-container,
body.youth .marquee-container
 {
    background: var(--purple);
    color: var(--purple_tint_light);
}

/* Style for the individual paragraphs (optional) */
.marquee-content p {
    margin-right: 20px; /* Adjust the spacing between paragraphs */
}

/* STICKY NOTES */

.image-sticky-note {
    width: 280px;
    height: 280px;
    position: fixed;
    z-index: 11;
}
.sticky-note {
    width: 280px;
    height: 280px;
    padding: 12px;
    padding-right:24px;
    box-sizing: border-box;
    position: fixed;
    background-color: var(--purple_tint);
    color: var(--purple_tint_light);
    box-shadow: 3px 3px 10px 0px var(--purple);
    cursor: grab;
    border-radius: 3px;
    z-index: 11;
    overflow: auto;

    &:active {
        cursor: grabbing;
    }

    &#permanent-sticky-note {
        background-color: var(--purple);
        bottom: 72px;
        right: 48px;
        cursor: default;
        transform: rotate(-2deg);

        & .sticky-heart-container {
            background-color: var(--purple_tint);
        }
    }

    &.movable-sticky-note {
        opacity: 0;
        &:hover {
            box-shadow: 5px 5px 15px 0px var(--purple);

        }
    }


    
    & .sticky-heart-container {
        z-index: 0;
        position: absolute;
        mask-image: url('../images/ily2-heart.svg');
        height: calc(100% - 24px);
        width: calc(100% - 24px);
        background-color: var(--purple);
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: contain;
    }

    & p {
        position: relative;
        font-size: 16px;
        padding: 6px;
        margin-top: 0;
        margin-bottom: 8px;
        word-break: break-word;
        overflow-wrap: break-word;
        &:last-of-type {
            margin-bottom: 0;
        }
    }
    & h2 {
        padding: 6px;
        position: relative;
        margin-top: 0;
        word-break: break-word;
        overflow-wrap: break-word;
        margin-bottom: 12px;
    }

    & .sticky-x-button {
        display: flex;
        width: 36px;
        height: 36px;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;
        right: 0px;
        color: var(--purple_tint_light);
        cursor: pointer;
        font-size: 16px;
        &:hover {
            color: var(--magenta)
        }
    }
}

/* DEFAULT */

section.default {
    font-size: var(--large);
    max-width: var(--column-center);
}

section.default *:first-child {
    margin-top: 0;
}


/* HOME */

body.home,
body.youth {
    background: var(--purple_tint_light);
}

nav#primary {
    /* margin-top: 2em; */
}

nav#primary {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

main#activities {
    /* margin-top: var(--space-three); */
    margin-bottom: calc(var(--space-one) * 3);
    max-width: 75vw;
    /* margin-left: auto; */
    /* margin-right: auto; */
    font-size: var(--large);
    font-weight: normal;
    margin-top: -1em;
}

main#activities .time-block {
    position: relative;
    margin-bottom: 2em;
}

main#activities h2 {
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    font-size: var(--regular);
    font-weight: normal;
    
    position: -webkit-sticky;
    position: sticky;
    z-index: 10; /* higher than the content so it sticks on top */
    padding-top: 1em;
    text-transform: uppercase;
    letter-spacing: 0.25px;

}
  
  /* Specific top values assuming each header is 50px tall */
  main#activities .current h2 {
    top: 0; /* The current section stays at the top */
  }
  
  main#activities .upcoming h2 {
    top: 0;
  }
  
  main#activities .past h2 {
    top: 0;
  }
  
ul.activities {
    margin-left: 150px;
    margin-top: -2em;
    padding-top: 1em;
    /* text-align: center; */
}

ul.activities a {
    color: var(--purple);
    text-decoration: none;
}

ul.activities a:hover {
    color: var(--magenta);
    /* text-decoration: underline; */
}

ul.activities li.event {
    display: flex;
    color: var(--purple);
}

ul.activities li.event .activity-type-tag-container {
    background-image: url('../images/cloud-tag.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain ;
    padding: 2px;
    width: 120px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    transform: rotate(-10deg);
    position: relative;
    top: -7px;
    margin: 2px;
}

ul.activities li.event a:hover + .activity-type-tag-container {
    background-image: url('../images/cloud-tag-magenta.svg');
    color: var(--magenta);

}

ul.activities li.event .activity-type-tag {
    text-transform: uppercase;
    font-family: 'Orator', monospace;
    font-size: 12px;
}

ul.activities li.event a,
ul.activities li.event {
    color: var(--purple);
}

ul.activities li.event a:hover {
    color: var(--magenta);
    /* text-decoration: underline; */
}

#press-release-text .more-content {
    display: none;
}

/* ARTISTS */

body.artists footer {
    display: none;
}

li.artist {
    /* position: absolute; */
    font-size: var(--large);
    /* text-align: center; */
    margin-bottom: 2.5em;
    /* padding: 1em; */
    margin-right: 2.5em;
}


li.artist .image-container {
    display: inline-block;
    max-width: 125px;
    margin: 1em auto;
}

li.artist img {
    max-width: 125px;
    margin-bottom: 0.25em;
    display: block;
}

body.artists {
    overflow-y: scroll; /* Show scrollbars */
}

ul.artists {
    /* margin-top: var(--space-three); */
    /* text-align: center; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 75vw;
}

ul.artists a {
    color: var(--purple);
    text-decoration: none;
}

ul.artists a:hover {
    color: var(--magenta);
    /* text-decoration: underline; */
}

/* INFO */

body.info {
    overflow-x: hidden;
}

nav.info {
    font-size: var(--regular);
    max-width: 75vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

nav.info h2 {
    font-size: var(--regular);
    font-weight: normal;
    margin: 0;
}

nav.info p {
    margin-top: 0;
}

body.info h2 {
    font-size: var(--large);
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 1em;
}

body.info .text {
    font-size: var(--large);
}

section.info-details {
    margin-bottom: var(--space-two);
    margin-top: calc(var(--space-one) * 2);
}

body.info section.info-details h2,
body.info section.info-details .text {
    font-size: var(--regular);
}

body.info section.info-details h2 {
    margin-top: 2em;
}

/* .info-block {
    display: inline-block;
    vertical-align: top;
} */

#info-background img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* or object-fit: contain; */
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.1;
}

body.info,
body.info a,
body.info ul.main a {
    /* color: var(--magenta); */
}

body.info a {
    text-decoration: none;
}

body.info a:hover {
    color: var(--magenta);
}

body.info .ily2-logo {
    /* fill: var(--magenta); */
}

body.info a {
    color: var(--purple);
    text-decoration: none;
}

section.info {
    max-width: var(--column-center);
    font-size: var(--large);
}

section.info p {
    margin-top: 0;
}

body.info b,
body.info strong {
    font-weight: normal;
    /* background: var(--purple);
    color: white; */
}

body.info i,
body.info em {
    font-style: normal;
    /* background: var(--purple_tint_light); */
}

.ily2-images {
    margin-top: 1.5em;
}

body.info .ily2-images .thumb {
    width: 150px;
    height: 100px;
    display: inline-block;
    margin: 0;
    margin-right: 4px;
    margin-bottom: 8px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid var(--purple_tint_light);
    background-size: cover;
}

body.info .ily2-images .thumb:hover {
    border-color: var(--purple);
}

#images-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: var(--purple);
  cursor: pointer;
}

/* EVENTS & EXHIBITIONS */

/* .video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
} */

.video-container video {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .75s opacity;
    /* -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px); */
}

video.shown {
  opacity: 1;
  /* filter: brightness(70%); */
}

body.event {
    /* background: var(--purple_tint);
    color: white !important; */
}

body.event h2,
body.exhibition h2,
body.event h3,
body.exhibition h3 {
    font-size: var(--regular);
    margin: 0;
    font-weight: normal;
}

nav.event {
    position: relative;
}

.event-type {
    display: inline-block;
    font-family: 'Orator';
    /* background-image: url('../images/cloud-tag.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain ; */
    padding: 0 0.5em 0.15em;
    margin-top: 0.25em;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 175px;
    margin-top: 3.5em;
    /* opacity: 0;
    transition: 0.25s opacity ease; */
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-type svg {
    stroke: var(--purple);
    width: 130px;
    height: 35px;
    position: absolute;
    top: 1.5px;
}

/* body.special .event-type {
    opacity: 1;
} */

nav.event,
nav.exhibition {
    max-width: 50vw;
}

nav.event {
    position: relative;
}

.nav-extended {
    margin-top: 1em;
    font-size: var(--regular);
    /* display: none; */
}

main.event,
main.exhibition {
    /* max-width: var(--column-center); */
    margin-bottom: calc(var(--space-one) * 3);
    /* margin-left: auto;
    margin-right: auto; */
    /* float: right; */
}

section.event-primary,
section.exhibition-primary,
section.event-secondary,
section.exhibition-secondary {
    /* margin-top: calc(var(--space-one) * 2);
    margin-bottom: calc(var(--space-one) * 2); */
    /* margin-left: 150px; */
    font-size: var(--large);
    line-height: 1.35;
    position: relative;
}

section.event-primary,
section.exhibition-primary {
    margin-top: calc(var(--space-one) * 2);
    margin-bottom: 0;
}

section.event-secondary,
section.exhibition-secondary {
    margin-top: var(--space-one);
    margin-bottom: calc(var(--space-one) * 2);
}

section.event-primary {
    margin-top: calc(var(--space-one) * 2.5);
}

section.event-primary h3,
section.exhibition-primary h3,
section.event-secondary h3,
section.exhibition-secondary h3 {
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    font-size: var(--regular);
    font-weight: normal;
    pointer-events: none;
    /* text-transform: uppercase; */
}

section.event-primary .text,
section.exhibition-primary .text,
section.event-secondary .text,
section.exhibition-secondary .text {
    margin-left: 150px;
    max-width: var(--column-center);
}

section.event-primary a,
section.exhibition-primary a,
section.event-secondary a,
section.exhibition-secondary a {
    text-decoration: underline !important;
}

section.event-primary *:first-child,
section.exhibition-primary *:first-child {
    margin-top: 0;
}

section.event-secondary .text,
section.exhibition-secondary .text{
    font-family: 'Orator';
    font-weight: normal;
    font-size: var(--large);  
    line-height: 1;
    margin-top: 3.5em;
}

section.event-secondary figure,
section.exhibition-secondary figure {
    margin: var(--space-one) 0;
}


section.event-secondary figcaption,
section.exhibition-secondary figcaption {
    font-size: var(--regular); 
}

section.event-secondary h2,
section.exhibition-secondary h2 {
    font-size: 1em;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 1em;
}

body.event a,
body.exhibition a {
    color: var(--purple);
    text-decoration: none;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--purple);
    overflow: auto;
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.exhibition-secondary figure img,
.event-secondary figure img {
    border: 1px solid transparent;
}

.exhibition-secondary figure img:hover,
.event-secondary figure img:hover {
    cursor: pointer;
    border-color: var(--purple);
}

button#toggleButton {
    background: transparent;
    border: 0;
    padding: 0;
    margin-right: 1.25em;
}

button#toggleButton:hover {
    color: var(--magenta);
}

section.event-primary a.pdf,
section.exhibition-primary a.pdf,
section.event-secondary a.pdf,
section.exhibition-secondary a.pdf,
a.pdf,
button#toggleButton {
    text-decoration: none !important;
}

body.event a:hover,
body.exhibition a:hover {
    /* text-decoration: underline; */
    color: var(--magenta);
}

a.pdf,
a.purchase,
.more,
#toggle-text,
button#toggleButton {
    font-size: var(--regular) !important;
    text-transform: uppercase !important;
}

#toggle-text {
    cursor: pointer;
    margin-right: 1em;
    display: inline-block;
}

.names * {
    margin: 0;
}

a.individual-artist {
    /* border: 1px solid var(--purple);
    padding: 1em;
    border-radius: 20px; */
    display: inline-block;
}

a.individual-artist:hover {
    border-color: var(--magenta);
}

a.individual-artist .artist-name {
    font-size: var(--regular);
    text-transform: uppercase;
}


a.individual-artist .bio-excerpt {
    font-size: var(--regular);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

a.individual-artist .bio-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Adjust the number of lines you want to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 0;
}

/* ARTIST */

nav.artist {
    /* position: absolute; */
    top: 1.5em;
    left: 1.5em;
}

nav.artist h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

nav.artist a,
.artist-exhibitions a,
.artist-press a,
.artist-publications a {
    color: var(--purple);
    text-decoration: none;
}

nav.artist a:hover,
.artist-exhibitions a:hover,
.artist-press a:hover,
.artist-publications a:hover {
    color: var(--magenta);
    /* text-decoration: underline; */
}

main.artist {
    margin-top: 4.5em;
    max-width: 75vw;
    /* max-width: var(--column-center);
    margin-left: auto;
    margin-right: auto; */
    /* float: right; */
}

main.video {
    max-width: 75vw;
}

.artist-block {
    position: relative;
    margin-bottom: 3.5em;
}

.artist-block h3 {
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    font-size: var(--regular);
    font-weight: normal;
}

.artist-block .text,
.associated-artist {
    margin-left: 150px;
    max-width: var(--column-center);
    font-size: var(--large);
}

body.exhibition .associated-artist h3 {
    margin-bottom: 1em;
}

.artist-block .text figure {
    margin-bottom: 0;
}

.artist-block .text.extended {
    max-width: 100%;
    font-size: var(--regular);
}

.bio {
    margin-top: var(--space-one);
    font-size: var(--large);
}

.cv {
    margin-top: var(--space-one);
    font-family: 'Orator', monospace;
}

.artist-exhibitions,
.artist-press,
.artist-publications {
    margin-top: var(--space-one);
}

.individual-press,
.individual-publication {
    margin-top: 1em;
}

a.individual-exhibition,
a.individual-event {
    margin-bottom: 1em;
    display: inline-block;
}

.artist-block a.pdf,
.artist-block a.purchase,
.more {
    display: inline-block;
    margin-top: 0.5em;
}

.more {
    margin-top: 1em;
}

.individual-publication {
    margin-top: 2em;
}

.publication-image {
    max-width: 250px;
}

.publication-title {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1em;
    margin-top: 0.5em;
}

.publication-year {
    font-size: var(--regular);
    display: inline-block;
}

.publication-about {
    font-family: 'Orator', monospace;
    font-size: var(--regular);
    margin-top: 0.5em;
}

/* YOUTH PAGE */
section.youth {
    & a {
        color: var(--purple);
        &:active, &:visited {
            color: var(--purple);
        }
        &:hover {
            color: var(--magenta);
        }
    }
}

section.youth-details {
    padding-top: 1rem;
    max-width: var(--column-center);
    .text {
        font-size: var(--large);
        
    }
    .youth-link {
        padding-top: 1rem;
        & a {
            text-decoration: none;
            padding: 1rem;
            border-radius: 50px;
            border: 1px solid var(--purple);
            font-size: var(--large);
            &:active, &:visited {
                color: var(--purple);
            }
            &:hover {
                color: var(--purple_tint_light);
                background-color: var(--purple);
            }
        }

     
    }
    .youth-items {
        padding-top: 2rem;
        .youth-item {
            padding-bottom: 2rem;
            & h2 {
                margin-bottom: 0;
                font-size: var(--large);
            }
            & h3 {
                margin-top: 0;
                font-family: 'Orator', monospace;
                font-size: var(--regular);
            }
            .item-text {
                font-size: var(--regular);
            }
        }
    }
}

/* SHIMMER */

/* to come */

/* https://codepen.io/joshuapekera/pen/xGjMMq */

.shimmer {
    text-align: left;
    color: rgba(0, 0, 60, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#9933ff), to(#9933ff), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#9933ff), to(#9933ff), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#9933ff), to(#9933ff), color-stop(0.5, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 75px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #9933ff;
}

@-moz-keyframes shimmer {
    0% {
            background-position: top left;
    }
    100% {
            background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    0% {
            background-position: top left;
    }
    100% {
            background-position: top right;
    }
}

@-o-keyframes shimmer {
    0% {
            background-position: top left;
    }
    100% {
            background-position: top right;
    }
}

@keyframes shimmer {
    0% {
            background-position: top left;
    }
    100% {
            background-position: top right;
    }
}

/* FLOATING ICONS */

.image-container {
    width: 300px; /* You can adjust this width as needed */
    height: 300px; /* You can adjust this height as needed */
    overflow: hidden;
  }

figure.icon {
    width: 225px;
    width: 225px;
    overflow: hidden;
    z-index: 10;
    position: fixed;
    user-select: none;
    cursor: grab;
    opacity: 0;
}

figure.icon.shown {
    opacity: 1;
    transition: 0.25s opacity ease;
}

figure.icon:active {
    cursor: grabbing;
}

figure.icon img {
  /* -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,.35));
  filter: drop-shadow(3px 3px 3px  rgba(0,0,0,.35)); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mailchimp */

#mc_embed_signup button,
.mc-field-group,
.clear {
    display: inline-block;
}

.mc-field-group {
    margin-bottom: 0.5em;
}

input#mc-embedded-subscribe {
    cursor: pointer;
}

/* footer easter egg video */
#easter-egg-video-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    background-color: #EEE2FE;
    display: none;

    & div {
       width: 100vw;
       height: 56.25vw;
       max-width: 720px; 
       max-height: 405px;
       
    }
}




/* MEDIA QUERIES */

/* TABLET */

@media screen and (max-width: 850px) {

    #top {
        height: 0;
    }
    
    body.home nav#primary,
    nav.artist {
        display: block;
        position: static;
    }

    nav#primary {
        position: static;
    }

    .home-link-container,
    ul.main {
        position: static;
    }

    ul.main li {
        display: block;
        margin: 0;
    }

    .home-link-container,
    ul.main {
        width: 100%;
    }

    ul.main {
        text-align: center;
        line-height: 1.5;
        margin-bottom: 4.5em;
    }

    main#activities,
    ul.artists,
    main.artist,
    main.video {
        max-width: 100%;
    }

    li.artist {
        text-align: center;
        margin-right: 0;
        padding: 0 1em;
    }

    ul.activities,
    section.event-primary .text,
    section.exhibition-primary .text,
    section.event-secondary .text,
    section.exhibition-secondary .text,
    .artist-block .text {
        margin-left: 115px;
    }

    section.event-primary,
    section.exhibition-primary {
        margin-top: calc(var(--space-one) * 2.5);
        margin-left: 0;
    }

    nav.event,
    nav.exhibition {
        max-width: 100%;
    }

    .event-type {
        margin-left: 0.25em;
        margin-top: 3.5em;
    }

    nav.info {
        font-size: var(--regular);
        max-width: 100vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    img.animated-logo {
        max-width: 200px;
        margin-top: -30px;
        margin-bottom: -30px;
    }

    footer {
        padding-right: 0;
        margin-top: var(--space-one);
        line-height: 1;
    }

    .back-to-top {
        position: static;
    }

    figure.icon {
        width: 150px;
    }

}

/* MOBILE */

@media screen and (max-width: 475px) {

    :root {
        --regular: 16px;
        --large: 20px;
        --space-one: 1em;
    }    

    body {
        padding: 0 0.75em;
    }

    ul.main {
        margin-bottom: 1.5rem;
    }

    nav {
        margin-right: 12px;
    }

    img.animated-logo {
        max-width: 200px;
        margin-top: -30px;
        margin-bottom: -30px;
        pointer-events: none;
    }

    main#activities {
        margin-right: 12px;
        margin-top: 0rem;
    }

    main#activities .time-block {
        margin-bottom: 0;
    }

    main#activities .time-block h2 {
        margin-bottom: 2em;
    }

    main#stickies {
        position: static;

        & .sticky-note {
            &#permanent-sticky-note {
                position: static;
                margin-left: -12px;
                width: 100vw;
                height: auto;
                box-shadow: none;
                border-radius: 0;
                transform: none!important;
                border-bottom: 1px solid var(--purple_tint_light);
                max-height: 250px;
                & .sticky-heart-container {
                    display: none
                }
            }


            &.movable-sticky-note {
                touch-action: none;
                & h2 {
                    font-size: 16px;
                }
                & p {
                    font-size: 14px;
                    line-height: 1.3;
                }
            }
            
        }
    }


    main#activities h2,
    section.event-primary h3,
    section.exhibition-primary h3,
    section.event-secondary h3,
    section.exhibition-secondary h3,
    .artist-block h3,
    section.info-details h2 {
        position: static;
        display: block;
        margin-bottom: 1.5em;
    }

    .text p {
        margin-top: 0;
    }

    ul.activities,
    section.event-primary .text,
    section.exhibition-primary .text,
    section.event-secondary .text,
    section.exhibition-secondary .text,
    .artist-block .text,
    section.info-details .text {
        margin-left: 0;
    }

    section.event-primary,
    section.exhibition-primar,
    section.event-secondary .text,
    section.exhibition-secondary .text {
        margin-top: calc(var(--space-one) * 2.25);
    }

    figure.icon {
        position: fixed;
        margin: 0;
        width: 150px;
        opacity: 0;
        display: inline-block;
        vertical-align: middle;
    }

    figure.icon,
    figure.icon:active {
        cursor: default;
    }

    nav.info {
        display: block;
    } 

    nav.event {
        position: static;
    }

    .event-type {
        position: relative;
        margin-top: 0.75em;
        margin-bottom: 1.5em;
    }

    .home-link-container {
        margin: 1em 0;
    }

    ul.artists {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.info {
        margin: calc(var(--space-one)) 0;
    }

    footer {
        padding-bottom: 0.75em;
        margin-right: 12px;
    }

}