body {
  color: #000;
  font-family: Cormorant Infant, sans-serif;
  font-size: 16px;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.125;
}

.scaling_css {
  display: none;
}

.top_bar {
  z-index: 40;
  background-color: #fbf9f5;
  border-bottom: 1px solid #707070;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu_link {
  color: #000;
  border-right: 1px solid #707070;
  padding: .8125em 3.5em;
  font-weight: 500;
  text-decoration: none;
}

.menu_link.w--current {
  font-weight: 700;
}

.menu_link.facebook {
  border-right-style: none;
  padding: .8em 2.8em .4em;
}

.menu_text {
  font-size: 1.4375em;
}

.brand_name {
  text-transform: uppercase;
  font-size: 1.4375em;
  font-weight: 600;
}

.menu_icon {
  max-width: none;
  height: 1.5em;
  margin-top: -.4em;
}

.header_brand {
  padding-left: 5.8em;
  padding-right: 11.3em;
}

.home_slider {
  z-index: 0;
  height: auto;
  position: absolute;
  inset: 0%;
}

.slider_nav {
  display: none;
}

.slider_arrow {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 2.6875em;
  height: 2.6875em;
  margin-left: 0;
  margin-right: 0;
  font-size: 1vw;
  display: flex;
  position: absolute;
  inset: auto auto 2em 6.25em;
  overflow: visible;
}

.slider_arrow.right {
  left: 9.95em;
}

.mask_slide._1 {
  background-image: url('../images/HomePageSlider-Image-1.webp');
  background-position: 50% 70%;
  background-size: cover;
}

.mask_slide._2 {
  background-image: url('../images/HomePageSlider-Image-2.webp');
  background-position: 50%;
  background-size: cover;
}

.mask_slide._3 {
  background-image: url('../images/HomePageSlider-Image-3.webp');
  background-position: 50%;
  background-size: cover;
}

.mask_slide._4 {
  background-image: url('../images/HomePageSlider-Image-4.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.home_quote_section {
  background-color: #fbf9f5;
  justify-content: center;
  align-items: center;
  height: 26.5em;
  display: flex;
}

.home_slider_section {
  min-height: 96vh;
  position: relative;
}

.quote_text {
  text-align: center;
  text-transform: uppercase;
  width: 21.3em;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2;
}

.quote_span {
  font-size: 1.33333em;
}

.home_about_section {
  background-color: #f7f4ee;
  background-image: url('../images/HomePageBackground-Shape2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 8.75em;
  display: flex;
}

.about_text_div {
  flex-direction: column;
  align-items: flex-start;
  width: 39.25em;
  margin-left: 13.375em;
  display: flex;
}

.about_image_date {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.6;
}

.about_more_link {
  color: #816c56;
  margin-top: .7em;
  margin-bottom: .7em;
  text-decoration: none;
  display: flex;
}

.more_text {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.5;
}

.more_arrow {
  width: 2.75em;
}

.about_sig {
  width: 6.125em;
}

.about_headshot {
  width: 30.625em;
  max-width: none;
}

.overlay_sig {
  z-index: 2;
  width: 7.125em;
  max-width: none;
  position: absolute;
  inset: auto 3.8125em 2.75em auto;
}

.home_h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2;
}

.home_h1_span {
  width: 5em;
  font-size: 3.5em;
  line-height: .95;
  display: block;
}

.home_h1_div {
  z-index: 2;
  position: absolute;
  inset: 11.25em auto auto 6.875em;
}

.arrow_icon {
  height: 50%;
}

.home_body {
  background-color: #f7f4ee;
}

.explore_section {
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8.5em;
  display: flex;
  position: relative;
}

.more_spacer {
  width: 1.25em;
}

.explore_heading {
  text-align: right;
  text-transform: uppercase;
  width: 5.3em;
  font-size: 5.25em;
  font-weight: 500;
  line-height: 1.2;
}

.explore_menu {
  z-index: 1;
  grid-column-gap: 4.25em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6.5em;
  display: grid;
  position: relative;
}

.explore_item {
  width: 21.5em;
  position: relative;
}

.explore_heading_div {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  padding-right: 14.375em;
  display: flex;
  position: relative;
}

.explore_image {
  width: 100%;
  max-width: none;
}

.hamburger {
  display: none;
}

.explore_item_title_div {
  color: #fff;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.explore_item_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}

.fsm {
  z-index: 20;
  background-color: #fff;
  display: none;
}

.header {
  height: 3em;
}

.menu_trigger {
  display: none;
}

.explore_line_1 {
  z-index: 0;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #70707066;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 3.8em;
}

.explore_line_2 {
  z-index: 0;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #70707066;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 22.4em;
}

.slider_min {
  height: 50em;
  position: static;
  inset: 0% auto auto 0%;
}

.about_section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about_content {
  z-index: 1;
  position: relative;
}

.about_column {
  flex-direction: column;
  align-items: flex-end;
  width: 35.125em;
  margin-left: 49.4375em;
  padding-top: 3.75em;
  padding-bottom: 10.375em;
  display: flex;
}

.about_p {
  width: 95.5%;
  font-size: 1.375em;
}

.about_portrait {
  width: 100%;
  max-width: none;
  margin-bottom: 3.75em;
}

.about_bg_top {
  z-index: 0;
  background-color: #f0ede8;
  width: 100%;
  height: 38.375em;
}

.about_bg_bottom {
  background-color: #fbf9f5;
  background-image: url('../images/about_semicircle.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 1;
  width: 100%;
}

.about_bg {
  z-index: 0;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about_quote_div {
  width: 34.4375em;
  position: absolute;
  top: 40.875em;
  left: 8em;
}

.about_quote {
  text-transform: uppercase;
  font-size: 1.6875em;
  font-weight: 600;
}

.about_signature {
  width: 20.4375em;
  position: absolute;
  top: 20.6875em;
  left: 16.4375em;
}

.about_name_div {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 0 0;
  position: absolute;
  top: 23.0625em;
  left: 87.5em;
  transform: rotate(-90deg);
}

.about_name {
  font-size: 2.875em;
}

.about_item_1 {
  flex-direction: column;
  align-items: flex-end;
  width: 30em;
  display: flex;
  position: absolute;
  top: 71.125em;
  left: 0;
}

.about_item_1_image {
  margin-bottom: 1.5em;
}

.about_item_1_p {
  color: #816c56;
  width: 90%;
  font-size: 1.25em;
}

.contact_section {
  background-image: url('../images/contactPageSemicircle.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.form_row {
  align-items: center;
  margin-bottom: 4.625em;
  display: flex;
}

.contact_form {
  z-index: 1;
  margin-top: 21.75em;
  margin-bottom: 10.375em;
  margin-right: 10.625em;
  position: relative;
}

.form_div {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.form_area {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 6.83333em;
  min-height: 6.83333em;
  max-height: 6.83333em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 700;
}

.form_area::placeholder {
  color: #000;
}

.form_field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #000;
  width: 18.0833em;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 1.16667em;
  font-size: 1.5em;
  font-weight: 700;
}

.form_field::placeholder {
  color: #000;
}

.form_submit {
  color: #000;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #000;
  width: 10em;
  height: 2.8em;
  padding: 0;
  font-size: 1.5625em;
  font-weight: 600;
}

.form_success {
  background-color: #fff0;
  width: 50em;
  height: 20em;
  padding: 0;
}

.form_error {
  background-color: #fff0;
  margin-top: 1em;
  padding: 0;
}

.success_text {
  font-size: 1.7em;
}

.error_text {
  color: red;
  text-align: right;
  font-size: 1.5em;
  font-weight: 600;
}

.form_spacer {
  width: 5.25em;
  height: 0;
}

.form_spacer_2 {
  width: 0;
  height: 4.75em;
}

.contact_h1 {
  color: #ece6db;
  text-transform: uppercase;
  font-size: 12.75em;
  line-height: 1.1;
}

.contact_h1_div {
  z-index: 0;
  position: absolute;
  inset: 8.25em auto auto 7.625em;
}

.contact_text_div {
  width: 22.25em;
  position: absolute;
  inset: 28.875em auto auto 11.25em;
}

.contact_text {
  color: #816c56;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3;
}

.contact_info_div {
  flex-direction: row;
  display: flex;
  position: absolute;
  inset: 41.875em auto auto 14.125em;
}

.contact_facebook {
  width: 3.25em;
  max-width: none;
}

.contact_info_inner {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2.5em;
  display: flex;
}

.contact_info_link {
  color: #000;
  font-size: 1.5625em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.about_item_image_2 {
  width: 30.75em;
  max-width: none;
  position: absolute;
  inset: 88.5em 0% auto auto;
}

.about_item_3 {
  flex-direction: column;
  align-items: flex-start;
  width: 30em;
  display: flex;
  position: absolute;
  top: 112.3em;
  left: 7.875em;
}

.about_item_3_image {
  margin-bottom: 1.5em;
}

.about_item_3_p {
  color: #816c56;
  width: 90%;
  font-size: 1.25em;
}

.about_body {
  background-color: #fbf9f5;
}

.ps_top_section {
  background-color: #f0ede8;
  align-items: center;
  padding: 7.625em 9.875em 4.625em 7.3125em;
  display: flex;
}

.ps_showcase_div {
  grid-column-gap: 1.375em;
  align-items: flex-start;
  display: flex;
}

.ps_showcase_single {
  color: #000;
  background-color: #fbf9f5;
  width: 11em;
  text-decoration: none;
}

.ps_showcase_single.experimental {
  margin-top: 3.1875em;
}

.ps_showcase_single.landscape {
  margin-top: 3.0625em;
}

.ps_showcase_single.portrait {
  margin-top: 4.8125em;
}

.ps_showcase_single.sculptures {
  margin-top: 6.125em;
}

.ps_showcase_image_div {
  height: 29.375em;
}

.ps_showcase_image_div.experimental {
  background-image: url('../images/Experiential-Image.webp');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps_showcase_image_div.landscape {
  background-image: url('../images/Landscape-Image.webp');
  background-position: 40%;
  background-size: cover;
}

.ps_showcase_image_div.portrait {
  background-image: url('../images/Portrait-Image.webp');
  background-position: 50%;
  background-size: cover;
}

.ps_showcase_image_div.religious {
  background-image: url('../images/HomePageSlider-Image-1.webp');
  background-position: 50%;
  background-size: cover;
}

.ps_showcase_image_div.sculptures {
  background-image: url('../images/HomePageSlider-Image-4.webp');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps_showcase_text_div {
  justify-content: center;
  align-items: center;
  height: 2.9375em;
  display: flex;
}

.ps_heading_div {
  margin-left: 7.625em;
}

.ps_h1 {
  text-transform: uppercase;
  font-size: 4.625em;
  font-weight: 700;
  line-height: 1.1;
}

.ps_h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
}

.ps_sig {
  width: 4em;
  max-width: none;
  margin-top: .4em;
}

.ps_showcase_text {
  font-size: 1.25em;
  font-weight: 500;
}

.ps_info_section {
  grid-column-gap: 2.375em;
  background-image: url('../images/BackgroundPaintingsSculptures.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 13.375em;
  padding-bottom: 5.625em;
  display: flex;
}

.ps_body {
  background-color: #fbf9f5;
}

.ps_info_p {
  font-size: 1.375em;
}

.ps_info_div {
  width: 26.75em;
}

.ps_gallery_section {
  border-top: 1px solid #dcdbd7;
  flex-direction: column;
  align-items: center;
  padding-top: 9em;
  padding-bottom: 8.75em;
  display: flex;
}

.ps_gallery_div {
  column-count: 4;
  column-rule-width: 0px;
  column-gap: .625em;
  width: 96.25em;
  margin-top: 8.5em;
}

.ps_gallery_image {
  width: 100%;
  max-width: none;
  margin-bottom: .625em;
}

.ps_gallery_heading {
  text-transform: uppercase;
  font-size: 3.5625em;
  font-weight: 600;
  line-height: 1.1;
}

.contact_body {
  background-color: #f7f4ee;
}

.mosaic_top_section {
  height: 53.125em;
  margin-bottom: -24.3em;
  position: relative;
}

.mosaic_heading_div {
  position: absolute;
  top: 7.625em;
  left: 7.375em;
}

.mosaic_h1 {
  text-transform: uppercase;
  font-size: 6.8125em;
  font-weight: 700;
  line-height: 1.1;
}

.mosaic_h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.mosaic_top_img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mosaic_top_img.fire {
  background-image: url('../images/Fire-Angel-Right.webp');
  width: 32.4375em;
  height: 25.625em;
  top: 24.25em;
  left: 7.375em;
}

.mosaic_top_img.water {
  background-image: url('../images/Head-detail---water-corner.webp');
  width: 28.125em;
  height: 37.375em;
  top: 11.75em;
  left: 84.6875em;
}

.mosaic_top_img.halo {
  background-image: url('../images/Head-Halo-detail---Fire-corner.webp');
  width: 34em;
  height: 16.625em;
  top: 7.625em;
  left: 45.25em;
}

.mosaic_top_img.fish {
  background-image: url('../images/Fish-detail---Water-corner.webp');
  width: 34em;
  height: 25.1875em;
  top: 27.9375em;
  left: 45.25em;
}

.mosaic_info_section {
  background-color: #fbf9f5;
  background-image: url('../images/BackgroundPaintingsSculptures.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  padding-top: 38em;
}

.mosaic_info_bar {
  border-top: 1px solid #dcdbd7;
  border-bottom: 1px solid #dcdbd7;
  justify-content: space-between;
  align-items: center;
  padding: 4.0625em 14em 4.0625em 7.375em;
  display: flex;
}

.mosaic_info_quote {
  width: 54.875em;
}

.mosaic_download_link {
  border: 1px solid #a76f25;
  justify-content: center;
  align-items: center;
  width: 27.8125em;
  height: 4.8125em;
  text-decoration: none;
  display: flex;
}

.mosaic_download_text {
  color: #000;
  font-size: 1.875em;
  font-weight: 600;
  text-decoration: none;
}

.mosaic_p_div {
  margin-bottom: 2.5em;
  display: flex;
}

.mosaic_p {
  width: 50%;
  display: inline-block;
}

.mosaic_info_link {
  align-items: center;
  margin-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.mosaic_info_link_text {
  color: #816c56;
  font-size: 1.875em;
  font-weight: 600;
  text-decoration: none;
}

.mosaic_link_arrow {
  width: 2.75em;
  max-width: none;
  margin-left: 1.4375em;
}

.mosaic_quote_p {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.mosaic_quote_attribution {
  color: #816c56;
  text-transform: uppercase;
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.8;
}

.mosaic_info_lower {
  flex-direction: column;
  align-items: flex-start;
  padding: 7.75em 13.375em 8.3125em;
  display: flex;
}

.mosaic_p_spacer {
  width: 3.125em;
  height: 0;
}

.explore_bg {
  background-color: #fbf9f5;
}

.body_mosaic {
  background-color: #f0ede8;
}

.std_gallery_section {
  background-color: #fbf9f5;
  flex-direction: column;
  align-items: center;
  padding: 0 3.375em 5.25em;
  display: flex;
}

.gallery_div {
  column-count: 3;
  column-rule-width: 0px;
  column-gap: .625em;
}

.gallery_image {
  width: 100%;
  max-width: none;
  margin-bottom: .375em;
}

.c_top_section {
  background-color: #f0ede8;
  height: 55.9375em;
  position: relative;
}

.c_h1 {
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2;
}

.c_subheading {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.c_h1_div {
  position: absolute;
  top: 9.3125em;
  left: 8.375em;
}

.c_hero_image_div_1 {
  background-image: url('../images/Crucifix-053.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58.6875em;
  height: 26.8125em;
  position: absolute;
  top: 25em;
  left: 8.0625em;
}

.c_hero_image_div_2 {
  background-image: url('../images/Dad-working-crucifix-008.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32.4375em;
  height: 31.0625em;
  position: absolute;
  top: 9.3125em;
  left: 74.8125em;
}

.c_body {
  background-color: #fbf9f5;
}

.c_info_section {
  background-color: #fbf9f5;
  background-image: url('../images/BackgroundPaintingsSculptures.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  padding-top: 19.5625em;
}

.c_info_bar {
  border-top: 1px solid #dcdbd7;
  border-bottom: 1px #dcdbd7;
  justify-content: center;
  align-items: center;
  padding: 8.125em 0 7.1875em;
  display: flex;
}

.c_info_lower {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 13.375em 6.75em;
  display: flex;
}

.c_quote {
  flex-direction: column;
  align-items: center;
  width: 89.5em;
  display: flex;
}

.c_quote_p {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.c_quote_attribution {
  color: #816c56;
  text-transform: uppercase;
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.8;
}

.c_p_div {
  margin-bottom: 2.5em;
  display: flex;
}

.c_p {
  width: 50%;
  display: inline-block;
}

.mosaic_p_spacer-copy, .c_p_spacer {
  width: 3.125em;
  height: 0;
}

.c_info_link {
  align-items: center;
  margin-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.c_info_link_text {
  color: #816c56;
  font-size: 1.875em;
  font-weight: 600;
  text-decoration: none;
}

.c_link_arrow {
  width: 2.75em;
  max-width: none;
  margin-left: 1.4375em;
}

.ps_contact_link {
  z-index: 5;
  color: #000;
  background-color: #fbf9f5;
  border: 1px solid #a76f25;
  justify-content: center;
  align-items: center;
  width: 25.375em;
  height: 3.8125em;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.3125em;
  right: 2.1875em;
}

.ps_contact_text {
  font-size: 1.375em;
  font-weight: 600;
}

.gallery_lightbox {
  width: 100%;
  max-width: none;
  margin-bottom: .375em;
  overflow: hidden;
}

.gallery_lightbox_image {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .top_bar {
    justify-content: space-between;
  }

  .header_menu {
    display: none;
  }

  .brand_name {
    font-size: 3.6em;
  }

  .header_brand {
    padding-left: 5em;
    padding-right: 0;
  }

  .slider_arrow {
    width: 6.7em;
    height: 6.7em;
    bottom: 3.8em;
    left: 7.5em;
  }

  .slider_arrow.right {
    left: 16.95em;
    right: 16.95em;
  }

  .mask_slide._1 {
    background-position: 50% 100%;
  }

  .home_quote_section {
    height: 51.25em;
  }

  .quote_text {
    width: 17.4em;
    font-size: 5em;
  }

  .home_about_section {
    background-image: url('../images/Home-Page-Background-Shape-Tablet-and-mobile.svg');
    flex-direction: column;
    padding-bottom: 27.5em;
  }

  .about_text_div {
    width: 76.25em;
    margin-top: 8.8em;
    margin-left: 0;
  }

  .about_image_date {
    font-size: 4.7em;
    line-height: 1.8;
  }

  .about_bio {
    font-size: 4em;
  }

  .about_more_link {
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }

  .more_text {
    font-size: 4.7em;
  }

  .more_arrow {
    width: 6.875em;
  }

  .about_sig {
    width: 15.625em;
  }

  .about_headshot {
    width: 76.5em;
  }

  .overlay_sig {
    width: 22.5em;
    inset: 8.4em 9em auto auto;
  }

  .home_h1 {
    font-size: 5em;
  }

  .home_h1_div {
    inset: auto auto 15.3em 8.4em;
  }

  .explore_section {
    padding-bottom: 9em;
  }

  .more_spacer {
    width: 3.125em;
  }

  .explore_heading {
    text-align: center;
    font-size: 13.125em;
  }

  .explore_menu {
    grid-column-gap: 3.125em;
    grid-row-gap: 3.125em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .explore_item {
    width: 53.4em;
    text-decoration: none;
  }

  .explore_heading_div {
    justify-content: center;
    padding-right: 0;
  }

  .hamburger {
    justify-content: center;
    align-items: center;
    width: 12.5em;
    height: 9.4em;
    margin-right: 4.4em;
    display: flex;
  }

  .hamburger_lottie {
    width: 65%;
  }

  .explore_item_title_div {
    background-color: #fbf9f5;
    justify-content: center;
    align-items: center;
    height: 7.5em;
    display: flex;
  }

  .explore_item_title {
    color: #000;
    font-size: 3.3em;
    font-weight: 600;
  }

  .fsm {
    flex-direction: column;
    align-items: center;
    padding-top: 21em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .header {
    height: 9.2em;
  }

  .fsm_link {
    color: #7f654a;
    text-transform: uppercase;
    font-size: 11.56em;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  .fsm_spacer {
    padding-bottom: 8em;
    padding-right: 0;
    font-size: .833333vw;
  }

  .explore_line_1 {
    top: 8.4em;
  }

  .explore_line_2 {
    top: 51em;
  }

  .slider_min {
    height: 130em;
  }

  .about_column {
    width: 55.625em;
    margin-left: 56em;
    padding-top: 18.0645em;
  }

  .about_p {
    font-size: 3.44em;
    line-height: 1.24;
  }

  .about_quote_div {
    width: 41.129em;
    top: 59.1936em;
    left: 7.74194em;
  }

  .about_quote {
    font-size: 3.06452em;
  }

  .about_signature {
    width: 29.3548em;
    top: 35.9677em;
    left: 17.0968em;
  }

  .about_name_div {
    display: none;
  }

  .about_item_1 {
    align-items: center;
    width: 45.9677em;
    top: 201.129em;
  }

  .about_item_1_image {
    margin-bottom: 2.41936em;
  }

  .about_item_1_p {
    width: 78%;
    font-size: 3.22581em;
  }

  .form_row {
    flex-direction: column;
    margin-bottom: 12.5em;
  }

  .contact_form {
    margin-top: 75em;
    margin-bottom: 74.1077em;
    margin-right: 16.0938em;
  }

  .form_div {
    align-items: flex-start;
  }

  .form_area {
    font-size: 3.75em;
  }

  .form_field {
    width: 22.7083em;
    padding-bottom: 1em;
    font-size: 3.75em;
  }

  .form_submit {
    width: 12.0192em;
    height: 2.91667em;
    font-size: 3.75em;
  }

  .form_spacer {
    width: 0;
    height: 8.75em;
  }

  .form_spacer_2 {
    height: 10.625em;
  }

  .contact_h1 {
    font-size: 20.4688em;
  }

  .contact_h1_div {
    top: 26.875em;
    left: 5.3125em;
  }

  .contact_text_div {
    width: 50.7813em;
    top: 55.7813em;
    left: 60em;
  }

  .contact_text {
    text-align: right;
    font-size: 2.96875em;
  }

  .contact_info_div {
    top: 183.719em;
    left: 12.0313em;
  }

  .contact_facebook {
    width: 8.125em;
  }

  .contact_info_inner {
    margin-left: 5em;
  }

  .contact_info_link {
    font-size: 3.75em;
  }

  .about_item_image_2 {
    width: 48.7097em;
    top: 280.645em;
    left: 3.3871em;
    right: auto;
  }

  .about_item_3 {
    width: 41.6129em;
    top: 392.258em;
  }

  .about_item_3_image {
    margin-bottom: 3.22581em;
  }

  .about_item_3_p {
    font-size: 3.22581em;
  }

  .ps_top_section {
    flex-direction: column-reverse;
    padding-top: 12.9688em;
    padding-left: 0;
    padding-right: 0;
  }

  .ps_showcase_div {
    grid-column-gap: 2.5em;
    margin-bottom: -45.7813em;
  }

  .ps_showcase_single {
    width: 19.5313em;
  }

  .ps_showcase_image_div {
    height: 52.3438em;
  }

  .ps_showcase_text_div {
    height: 6.875em;
  }

  .ps_heading_div {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 10.3125em;
    margin-left: 0;
    display: flex;
  }

  .ps_h1 {
    text-align: center;
    font-size: 11.5625em;
    line-height: 1.2;
  }

  .ps_h2 {
    text-align: center;
    font-size: 5em;
    line-height: 1.5;
  }

  .ps_sig {
    width: 10em;
  }

  .ps_showcase_text {
    font-size: 3.125em;
  }

  .ps_info_section {
    flex-direction: column;
    align-items: center;
    padding-top: 65.3125em;
    padding-bottom: 18.75em;
  }

  .ps_info_p {
    text-align: center;
    font-size: 3.4375em;
  }

  .ps_info_div {
    width: 96.5625em;
    margin-bottom: 4.2em;
  }

  .ps_gallery_section {
    padding-top: 13.2813em;
    padding-bottom: 14.8438em;
  }

  .ps_gallery_div {
    column-count: 3;
    column-gap: 2.03125em;
    width: 111.875em;
    margin-top: 12.8125em;
  }

  .ps_gallery_image {
    margin-bottom: 2.03125em;
  }

  .ps_gallery_heading {
    font-size: 6.40625em;
  }

  .mosaic_top_section {
    height: 144.219em;
    margin-bottom: -77.1em;
  }

  .mosaic_heading_div {
    top: 15.9375em;
    left: 7.5em;
  }

  .mosaic_h1 {
    font-size: 17.0313em;
  }

  .mosaic_h2 {
    font-size: 5em;
  }

  .mosaic_top_img.fire {
    width: 56.0938em;
    height: 44.375em;
    top: 53.5938em;
    left: 7.65625em;
  }

  .mosaic_top_img.water {
    width: 45.4688em;
    height: 60.4688em;
    top: 47.8125em;
    left: 67.5em;
  }

  .mosaic_top_img.halo {
    width: 56.25em;
    height: 27.5em;
    top: 100.469em;
    left: 7.65625em;
  }

  .mosaic_top_img.fish {
    width: 45.4688em;
    height: 33.5938em;
    top: 110.781em;
    left: 67.5em;
  }

  .mosaic_info_section {
    padding-top: 96.6em;
  }

  .mosaic_info_bar {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mosaic_info_quote {
    width: 98.2813em;
    margin-bottom: 9.53125em;
  }

  .mosaic_download_link {
    width: 69.5313em;
    height: 12.0313em;
  }

  .mosaic_download_text {
    font-size: 4.6875em;
  }

  .mosaic_p_div {
    margin-bottom: 4em;
  }

  .mosaic_p {
    font-size: 3.4375em;
  }

  .mosaic_info_link {
    margin-bottom: 2.4em;
  }

  .mosaic_info_link_text {
    font-size: 4.6875em;
  }

  .mosaic_link_arrow {
    width: 6.875em;
  }

  .mosaic_quote_p {
    text-align: center;
    font-size: 4.375em;
  }

  .mosaic_quote_attribution {
    text-align: center;
    margin-top: .65em;
    font-size: 2.96875em;
    line-height: 1.3;
  }

  .mosaic_info_lower {
    padding-top: 12.9688em;
    padding-left: 8.4375em;
    padding-right: 8.4375em;
  }

  .mosaic_p_spacer {
    width: 4.0625em;
  }

  .std_gallery_section {
    padding-top: 13.2813em;
    padding-bottom: 14.8438em;
  }

  .gallery_div {
    column-count: 2;
    column-gap: 2.03125em;
    width: 111.875em;
    margin-top: 12.8125em;
  }

  .gallery_image {
    margin-bottom: 2.03125em;
  }

  .c_top_section {
    height: 115.625em;
  }

  .c_h1 {
    font-size: 12.5em;
  }

  .c_subheading {
    font-size: 5em;
  }

  .c_h1_div {
    top: 25.7813em;
    left: 12.0313em;
  }

  .c_hero_image_div_1 {
    width: 65.4688em;
    height: 30em;
    top: 71.25em;
    left: 6.875em;
  }

  .c_hero_image_div_2 {
    width: 37.0313em;
    height: 35.3125em;
    top: 53.5938em;
    left: 76.25em;
  }

  .c_info_section {
    padding-top: 0;
  }

  .c_info_bar {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    padding-top: 13.4375em;
    padding-bottom: 0;
  }

  .c_info_lower {
    padding: 37.1875em 8.4375em 12.0313em;
  }

  .c_quote {
    width: 98.2813em;
    margin-bottom: 0;
  }

  .c_quote_p {
    text-align: center;
    font-size: 4.375em;
  }

  .c_quote_attribution {
    text-align: center;
    margin-top: .65em;
    font-size: 2.96875em;
    line-height: 1.3;
  }

  .c_p_div {
    margin-bottom: 4em;
  }

  .c_p {
    font-size: 3.4375em;
  }

  .mosaic_p_spacer-copy, .c_p_spacer {
    width: 4.0625em;
  }

  .c_info_link {
    margin-bottom: 2.4em;
  }

  .c_info_link_text {
    font-size: 4.6875em;
  }

  .c_link_arrow {
    width: 6.875em;
  }

  .ps_contact_link {
    width: 75.3125em;
    height: 8.4375em;
    bottom: 2.8125em;
    right: 22.3438em;
  }

  .ps_contact_text {
    font-size: 3.125em;
  }

  .gallery_lightbox {
    margin-bottom: 2.03125em;
  }

  .gallery_lightbox_image {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .slider_min {
    height: 172em;
  }
}

@media screen and (max-width: 479px) {
  .brand_name {
    font-size: 6.2em;
  }

  .header_brand {
    padding-left: 6.8em;
  }

  .slider_arrow {
    display: none;
  }

  .home_quote_section {
    height: 77.5em;
  }

  .quote_text {
    width: 14.1em;
    font-size: 7em;
  }

  .home_about_section {
    padding-bottom: 44em;
  }

  .about_text_div {
    width: 96.2em;
  }

  .about_image_date {
    font-size: 5.6em;
  }

  .about_bio {
    font-size: 6.48em;
  }

  .about_more_link {
    margin-top: 3.6em;
    margin-bottom: 6.9em;
  }

  .more_text {
    font-size: 6.79em;
  }

  .more_arrow {
    width: 13.41em;
  }

  .about_sig {
    width: 29.93em;
  }

  .about_headshot {
    width: 105em;
  }

  .overlay_sig {
    width: 44.5%;
    inset: 14.2em 27.75% auto;
  }

  .home_h1 {
    text-align: center;
  }

  .home_h1_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 17.2em;
    left: auto;
  }

  .explore_section {
    padding-bottom: 17em;
  }

  .more_spacer {
    width: 6.5em;
  }

  .explore_heading {
    font-size: 16.66em;
  }

  .explore_menu {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .explore_item {
    width: 105em;
  }

  .hamburger {
    width: 21.6em;
    height: 16.66em;
    margin-right: 6em;
  }

  .explore_item_title_div {
    height: 14.5em;
  }

  .explore_item_title {
    font-size: 6.48em;
  }

  .fsm {
    padding-top: 30.8em;
  }

  .header {
    height: 16.4em;
  }

  .explore_line_1 {
    top: 11.4em;
  }

  .explore_line_2 {
    top: 69.7em;
  }

  .about_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about_column {
    width: 94.4615em;
    margin-left: 0;
    padding-top: 19.0769em;
    padding-bottom: 0;
  }

  .about_p {
    width: 100%;
    font-size: 5.84615em;
    line-height: 1.18;
  }

  .about_portrait {
    margin-bottom: 16em;
  }

  .about_quote_div {
    text-align: center;
    width: 94.1539em;
    margin-top: 8.30769em;
    position: static;
  }

  .about_quote {
    font-size: 5.84615em;
  }

  .about_signature {
    width: 43.3846em;
    margin-top: 22.1538em;
    position: static;
  }

  .about_item_1 {
    align-items: center;
    width: 87.6923em;
    margin-top: 16em;
    position: static;
  }

  .about_item_1_image {
    margin-bottom: 4em;
  }

  .about_item_1_p {
    text-align: center;
    width: 85%;
    font-size: 5.23077em;
  }

  .contact_form {
    justify-content: center;
    width: 100%;
    margin-top: 84.9231em;
    margin-bottom: 132.923em;
    margin-right: 0;
    display: flex;
  }

  .form_div {
    align-items: center;
  }

  .form_area {
    height: 10.25em;
    min-height: 10.25em;
    max-height: 10.25em;
    font-size: 5.84615em;
  }

  .form_field {
    width: 18.6847em;
    font-size: 5.84615em;
  }

  .form_submit {
    font-size: 5.23077em;
  }

  .contact_h1 {
    font-size: 22.7692em;
  }

  .contact_h1_div {
    top: 16.3077em;
    left: 5.84615em;
  }

  .contact_text_div {
    width: 100em;
    top: 49.8462em;
    left: 10.1538em;
  }

  .contact_text {
    text-align: center;
    font-size: 5.23077em;
  }

  .contact_info_div {
    flex-direction: column;
    align-items: center;
    top: 252.069em;
    left: 25.2308em;
  }

  .contact_facebook {
    width: 14.1538em;
    margin-bottom: 11.3846em;
  }

  .contact_info_inner {
    grid-row-gap: 3.69231em;
    margin-left: 0;
  }

  .contact_info_link {
    text-align: center;
    font-size: 6.46154em;
  }

  .about_item_image_2 {
    width: 87.6923em;
    margin-top: 16em;
    position: static;
  }

  .about_item_3 {
    align-items: center;
    width: 87.6923em;
    margin-top: 16em;
    margin-bottom: 31.3846em;
    position: static;
  }

  .about_item_3_image {
    margin-bottom: 4em;
  }

  .about_item_3_p {
    text-align: center;
    font-size: 5.23077em;
  }

  .ps_top_section {
    padding-top: 32.3077em;
  }

  .ps_showcase_div {
    grid-column-gap: 0em;
    grid-row-gap: 6.46154em;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: -145.231em;
  }

  .ps_showcase_single {
    width: 97.5385em;
    position: relative;
  }

  .ps_showcase_single.experimental {
    margin-top: 0;
    margin-left: 11.3846em;
  }

  .ps_showcase_single.landscape {
    margin-top: 0;
    margin-left: 13.5385em;
  }

  .ps_showcase_single.portrait {
    margin-top: 0;
    margin-left: 9.84615em;
  }

  .ps_showcase_single.religious {
    margin-left: 13.5385em;
  }

  .ps_showcase_single.sculptures {
    margin-top: 0;
    margin-left: 11.3846em;
  }

  .ps_showcase_image_div {
    z-index: 0;
    height: 34.1538em;
    position: relative;
  }

  .ps_showcase_image_div.experimental {
    background-position: 50% 38%;
  }

  .ps_showcase_image_div.sculptures {
    background-position: 50% 30%;
  }

  .ps_showcase_text_div {
    z-index: 1;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .ps_heading_div {
    margin-bottom: 20.3077em;
  }

  .ps_h1 {
    font-size: 13.8462em;
  }

  .ps_h2 {
    font-size: 6.15385em;
  }

  .ps_sig {
    width: 12.6154em;
    margin-bottom: 1em;
  }

  .ps_showcase_text {
    color: #fff;
    text-transform: uppercase;
    font-size: 10.7692em;
    font-weight: 600;
  }

  .ps_info_section {
    padding-top: 167.077em;
    padding-bottom: 20.6154em;
  }

  .ps_info_p {
    font-size: 5.84615em;
  }

  .ps_info_div {
    width: 92.3077em;
    margin-bottom: 6.4em;
  }

  .ps_gallery_section {
    padding-top: 20.6154em;
    padding-bottom: 22.4615em;
  }

  .ps_gallery_div {
    column-count: 2;
    column-gap: 3.07692em;
    width: 112em;
    margin-top: 16.9231em;
  }

  .ps_gallery_image {
    margin-bottom: 3.07692em;
  }

  .ps_gallery_heading {
    text-align: center;
    width: 100%;
    font-size: 14.4615em;
    font-weight: 500;
  }

  .mosaic_top_section {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: -70.5em;
    display: flex;
  }

  .mosaic_heading_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 38.1538em;
    margin-bottom: 16em;
    display: flex;
    position: static;
  }

  .mosaic_h1 {
    font-size: 24.6154em;
  }

  .mosaic_h2 {
    font-size: 7.07692em;
  }

  .mosaic_top_img {
    width: 97.5385em;
    height: 34.1538em;
    position: static;
  }

  .mosaic_top_img.fire, .mosaic_top_img.water {
    width: 97.5385em;
    height: 34.1538em;
    margin-bottom: 5.84615em;
  }

  .mosaic_top_img.halo {
    width: 97.5385em;
    height: 34.1538em;
  }

  .mosaic_top_img.fish {
    width: 97.5385em;
    height: 34.1538em;
    display: none;
  }

  .mosaic_info_section {
    align-items: center;
    padding-top: 70.5em;
  }

  .mosaic_info_bar {
    padding-top: 44.3077em;
    padding-left: 0;
    padding-right: 0;
  }

  .mosaic_info_quote {
    width: 99.6923em;
    margin-bottom: 16.3077em;
  }

  .mosaic_download_link {
    width: 105.231em;
    height: 18.1538em;
  }

  .mosaic_download_text {
    font-size: 6.76923em;
  }

  .mosaic_p_div {
    flex-direction: column;
    align-items: center;
    width: 97.8462em;
    margin-bottom: 6.3em;
  }

  .mosaic_p {
    text-align: center;
    width: 100%;
    font-size: 5.84615em;
  }

  .mosaic_info_link {
    margin-bottom: 3.7em;
  }

  .mosaic_info_link_text {
    font-size: 5.84615em;
  }

  .mosaic_link_arrow {
    width: 8.61539em;
  }

  .mosaic_quote_p {
    font-size: 7.38462em;
  }

  .mosaic_quote_attribution {
    font-size: 5.84615em;
  }

  .mosaic_info_lower {
    align-items: center;
    padding: 23.0769em 0 0;
  }

  .body_mosaic {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .std_gallery_section {
    padding-top: 7.11538em;
    padding-bottom: 28.7615em;
  }

  .gallery_div {
    column-count: 2;
    column-gap: 2.15385em;
    width: 112.615em;
    margin-top: 16.9231em;
  }

  .gallery_image {
    margin-bottom: 2.15385em;
  }

  .c_top_section {
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .c_h1 {
    text-align: center;
    font-size: 16.6154em;
  }

  .c_subheading {
    text-align: center;
    font-size: 7.07692em;
  }

  .c_h1_div {
    padding-top: 45.5385em;
    position: static;
  }

  .c_hero_image_div_1 {
    width: 97.5385em;
    height: 34.1538em;
    margin-top: 16em;
    position: static;
  }

  .c_hero_image_div_2 {
    width: 97.5385em;
    height: 52em;
    margin-top: 5.84615em;
    margin-bottom: 26.4615em;
    position: static;
  }

  .c_info_section {
    align-items: center;
    padding-top: 0;
  }

  .c_info_bar {
    border-top-style: solid;
    border-top-color: #dcdbd7;
    padding-top: 20.6154em;
    padding-left: 0;
    padding-right: 0;
  }

  .c_info_lower {
    align-items: center;
    padding: 51.3846em 0 20.3077em;
  }

  .c_quote {
    width: 99.6923em;
    margin-bottom: 16.3077em;
  }

  .c_quote_p {
    font-size: 7.38462em;
  }

  .c_quote_attribution {
    margin-top: 0;
    margin-bottom: .901857em;
    font-size: 5.84615em;
  }

  .c_p_div {
    flex-direction: column;
    align-items: center;
    width: 97.8462em;
    margin-bottom: 6.3em;
  }

  .c_p {
    text-align: center;
    width: 100%;
    font-size: 5.84615em;
  }

  .c_info_link {
    margin-bottom: 3.7em;
  }

  .c_info_link_text {
    font-size: 5.84615em;
  }

  .c_link_arrow {
    width: 8.61539em;
  }

  .ps_contact_link {
    width: 104em;
    height: 14.7692em;
    bottom: 4.92308em;
    right: 8em;
  }

  .ps_contact_text {
    font-size: 5.23077em;
  }

  .gallery_lightbox {
    margin-bottom: 2.15385em;
  }

  .gallery_lightbox_image {
    margin-bottom: 0;
  }
}


