@media@font-face {
  font-family: "Ebgaramond Initialsf 2";
  src: url('../fonts/EBGaramond-InitialsF2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramond 08";
  src: url('../fonts/EBGaramond08-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramond 12 Allsc";
  src: url('../fonts/EBGaramond12-AllSC.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramondsc 08";
  src: url('../fonts/EBGaramondSC08-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramond Initialsf 1";
  src: url('../fonts/EBGaramond-InitialsF1.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramond 12";
  src: url('../fonts/EBGaramond12-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond Initials;
  src: url('../fonts/EBGaramond-Initials.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramond 08";
  src: url('../fonts/EBGaramond08-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramondsc 12";
  src: url('../fonts/EBGaramondSC12-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ebgaramond 12";
  src: url('../fonts/EBGaramond12-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --coral: #f17144;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h2 {
  color: var(--coral);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.full-page {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  border: 2px none var(--coral);
  flex-flow: column;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.full-page.is-horizontal-scroll-section.is-two {
  width: 50vw;
}

.full-page.is-horizontal-scroll-section.is-three {
  width: 500px;
}

.full-page.is-black {
  background-color: #000;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
}

.height {
  background-image: none;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  overflow: visible;
}

.sticky {
  border: 2px solid #e600ff;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  display: flex;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.h1 {
  text-align: center;
  font-size: 3rem;
}

.h1.text-color-white {
  color: #fff;
}

.artwork_image {
  text-align: left;
  max-width: 35rem;
  max-height: 28rem;
}

.comma2 {
  color: #5f5f5f;
}

.comma2.artwork_description {
  display: none;
}

.title-wrapper2 {
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  width: 70%;
  max-width: none;
  padding-right: 2rem;
  display: flex;
}

.title-wrapper2.is-title-small {
  width: 100%;
  padding-right: 5rem;
}

.title-wrapper2.is-bigger {
  width: auto;
}

.lightbox {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
}

.title-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  order: -9999;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  padding-right: 0;
  display: flex;
}

.title_name {
  color: #5f5f5f;
  margin-bottom: 1.5rem;
  font-style: italic;
  display: inline;
}

.title_name.artwork_description {
  margin-bottom: 1rem;
  font-style: italic;
  display: block;
}

.title_name.is-margin {
  margin-bottom: 1.5rem;
}

.card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #f5f5f500;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: auto;
  max-width: none;
  margin: 4rem 0;
  padding: 1rem 0 0;
  font-family: PT Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.title_technique {
  color: #5f5f5f;
  display: inline;
}

.title_technique.artwork_description {
  display: block;
}

.title_size {
  color: #5f5f5f;
  display: inline;
}

.title_size.artwork_description {
  display: block;
}

.title_year {
  color: #5f5f5f;
  display: block;
}

.title_year.artwork_description {
  display: block;
}

.nav_button {
  padding: 1rem;
}

.nav_component {
  background-color: #fff;
  border: 1px solid #0000;
  width: 100%;
  height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_links_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.close_button {
  z-index: 5;
  color: #222;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 2rem 2rem auto auto;
}

.nav_fixed {
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-3 {
  color: #222;
}

.nav_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: .75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-1 {
  font-family: "Ebgaramond 08", Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  position: static;
}

.nav_menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.nav_menu_link {
  color: #5f5f5f;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1rem;
}

.nav_menu_link.w--current {
  color: #5f5f5f;
  text-underline-position: under;
  text-decoration: underline;
  display: block;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.trigger {
  background-color: #d65757;
  width: 100%;
  height: 1rem;
}

.page-wrapper {
  overflow: hidden;
}

.wrapper-bio {
  z-index: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #5f5f5f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.bio_container {
  text-align: center;
  max-width: 30rem;
  font-family: "Ebgaramond 08", Times New Roman, sans-serif;
}

.buttons_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-family: "Ebgaramond 12 Allsc", Times New Roman, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-10 {
  position: static;
}

.image-5 {
  z-index: auto;
  max-width: 10rem;
  position: static;
  inset: auto 0% 0% auto;
}

.is-bigger {
  width: 100%;
  padding-right: 4rem;
}

.title-wrapper3 {
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  padding-right: 2rem;
  display: flex;
}

.title-wrapper3.is-title-small {
  width: 100%;
  padding-right: 5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .full-page {
    flex: none;
  }

  .artwork_image {
    max-width: 30rem;
    max-height: 25rem;
    display: inline-block;
    overflow: clip;
  }

  .title-wrapper2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    flex: none;
    order: -9999;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch start;
    width: 90%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .title-wrapper2.is-title-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .title-wrapper2.is-bigger {
    flex: 0 auto;
    width: 100%;
    padding-right: 2rem;
  }

  .title-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .title_name {
    color: #5f5f5f;
  }

  .title_name.artwork_description {
    display: inline;
  }

  .card {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    box-shadow: none;
    background-color: #f5f5f500;
    border: 1px #000;
    border-radius: 0;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 3rem 1.5rem;
    padding-top: 2rem;
    display: flex;
    overflow: visible;
  }

  .title_technique {
    color: #5f5f5f;
  }

  .title_technique.artwork_description {
    display: block;
  }

  .title_size {
    color: #5f5f5f;
  }

  .title_size.artwork_description {
    display: inline;
  }

  .title_year {
    color: #5f5f5f;
  }

  .title_year.artwork_description {
    display: inline;
  }

  .nav_button {
    color: #fff;
  }

  .nav_menu_link {
    font-family: PT Sans, sans-serif;
  }

  .bio_container {
    max-width: 30rem;
    font-size: 1rem;
  }

  .title-wrapper3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    flex: none;
    order: -9999;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch start;
    width: 10rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .title-wrapper3.is-title-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .full-page {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 1rem;
    display: flex;
  }

  .height {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 7rem;
  }

  .artwork_image {
    width: 100%;
    max-width: none;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .comma2.artwork_description {
    padding-right: .125rem;
    display: block;
  }

  .title-wrapper2 {
    flex-flow: wrap;
    order: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding-left: 0;
    font-size: .9rem;
    display: flex;
  }

  .title-wrapper2.is-title-small, .title-wrapper2.is-bigger {
    padding-right: 0;
  }

  .lightbox {
    text-decoration: none;
  }

  .title-container {
    flex: none;
    order: 9999;
    width: 100%;
    display: block;
  }

  .title_name {
    margin-bottom: 10px;
  }

  .title_name.artwork_description {
    margin-bottom: 0;
    display: block;
  }

  .card {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    width: 75%;
    margin: 0 2rem 1rem;
    padding-top: 0;
    padding-left: .125rem;
    padding-right: .125rem;
    font-size: 2.5rem;
  }

  .title_technique {
    flex: none;
    margin-bottom: 10px;
    display: block;
  }

  .nav_button {
    color: #030000;
    background-color: #fff;
    margin-bottom: -.7rem;
    padding: 0 .25rem;
    line-height: 1;
  }

  .nav_button.w--open {
    color: #030000;
    background-color: #fff;
  }

  .nav_links_wrapper {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .close_button {
    z-index: 5;
    color: #222;
    text-decoration: none;
    display: block;
    position: fixed;
    inset: 2rem 2rem auto auto;
  }

  .paragraph-3 {
    z-index: 1;
    color: #222;
    font-size: 3rem;
    line-height: 2rem;
    position: relative;
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .navbar-2 {
    color: #000;
    margin-bottom: .25rem;
  }

  .heading-1 {
    margin-top: .5rem;
    margin-bottom: auto;
    padding-left: 1rem;
    line-height: 100%;
  }

  .nav_menu {
    z-index: 10;
    background-color: #c8c8c808;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .nav_menu_link {
    color: #403e3e;
    background-color: #ffffffcf;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    font-size: 3rem;
    display: flex;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar {
    display: block;
  }

  .icon {
    font-size: 3rem;
    line-height: 100%;
  }

  .page-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .wrapper-bio {
    margin-top: 0;
  }

  .bio_container {
    max-width: 20rem;
  }

  .buttons_wrapper {
    max-width: none;
  }

  .button {
    width: auto;
    max-width: none;
    padding: .25rem 1rem;
  }

  .image-5 {
    max-width: 8rem;
  }

  .title-wrapper3 {
    flex-flow: wrap;
    order: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding-left: 0;
    font-size: .9rem;
    display: flex;
  }

  .title-wrapper3.is-title-small {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .full-page {
    flex-flow: column;
    width: auto;
    padding-bottom: 0;
  }

  .height {
    margin-top: 5rem;
  }

  .sticky, .mover {
    flex-flow: column;
  }

  .flex-offset {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .artwork_image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .comma2.artwork_description {
    font-size: .6rem;
    display: inline;
    margin-bottom: 0px;
  }

  .title-wrapper2 {
    text-align: center;
    flex-flow: wrap;
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .6rem;
    display: flex;
  }

  .title-wrapper2.is-bigger {
    padding-right: 0;
  }

  .lightbox {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .title-container {
    flex: 0 auto;
    width: auto;
    margin-top: .25rem;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .title_name {
    display: inline;
    margin-bottom: 0px;
  }

  .title_name.artwork_description {
    font-size: .6rem;
    display: inline;
  }

  .card {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    border-radius: 2rem;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    width: auto;
    margin: 1rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    display: flex;
    overflow: hidden;
  }

  .title_technique {
    display: inline;
    margin-bottom: 0px;
  }

  .title_technique.artwork_description {
    font-size: .6rem;
    display: inline;
  }

  .title_size {
    display: inline;
    margin-bottom: 0px;
  }

  .title_size.artwork_description {
    font-size: .6rem;
    display: inline;
  }

  .title_year {
    display: inline;
    margin-bottom: 0px;
  }

  .title_year.artwork_description {
    font-size: .6rem;
    display: inline;
  }

  .nav_button {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  .nav_fixed {
    inset: 0% 0% auto;
  }

  .nav_container {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .navbar-2 {
    width: auto;
    margin-bottom: auto;
    padding: 0;
    bottom: auto;
  }

  .heading-1 {
    letter-spacing: -.07rem;
    margin-top: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .icon {
    font-size: 2rem;
    line-height: 1;
  }

  .bio_container {
    text-align: center;
    max-width: 15rem;
  }

  .button {
    padding: .125rem 1rem;
    font-size: 1rem;
  }

  .title-wrapper3 {
    text-align: center;
    flex-flow: wrap;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .6rem;
    display: block;
  }
}


@font-face {
  font-family: 'Ebgaramond Initialsf 2';
  src: url('../fonts/EBGaramond-InitialsF2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond 08';
  src: url('../fonts/EBGaramond08-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond 12 Allsc';
  src: url('../fonts/EBGaramond12-AllSC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramondsc 08';
  src: url('../fonts/EBGaramondSC08-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Initialsf 1';
  src: url('../fonts/EBGaramond-InitialsF1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond 12';
  src: url('../fonts/EBGaramond12-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Initials';
  src: url('../fonts/EBGaramond-Initials.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond 08';
  src: url('../fonts/EBGaramond08-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramondsc 12';
  src: url('../fonts/EBGaramondSC12-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond 12';
  src: url('../fonts/EBGaramond12-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
