@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Medium.woff2") format("woff2"), url("fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.6rem;
  -webkit-font-smoothing: antialiased;
  background-color: #efeeed;
}

img {
  width: 100%;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: 300;
  margin: 0 0 0.4em;
}

p {
  margin: 0 0 1em;
}

.container {
  margin: 0 auto;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "heroTxt" "heroImage" "galleries" "introTxt" "about" "siteFooter";
}
.site-grid .hero {
  grid-area: heroTxt;
}
.site-grid .intro-text {
  grid-area: introTxt;
  position: relative;
}
.site-grid .hero-image {
  grid-area: heroImage;
}
.site-grid .galleries {
  grid-area: galleries;
}
.site-grid .about {
  grid-area: about;
}
.site-grid .site-footer {
  grid-area: siteFooter;
}
@media (min-width: 1100px) {
  .site-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "heroTxt heroImage" "introTxt heroImage" "galleries galleries" "about about" "siteFooter siteFooter";
  }
}
@media (min-width: 2000px) {
  .site-grid {
    grid-template-columns: 3fr 4fr;
  }
}

.intro-text {
  padding: 48px 48px;
}
@media (min-width: 1100px) {
  .intro-text {
    padding: 8px 48px 96px 48px;
  }
}
@media (min-width: 2000px) {
  .intro-text {
    padding: 8px 48px 96px 96px;
  }
}

@media (max-width: 1100px) {
  .buy-art-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "heroImage" "heroTxt" "galleries" "about" "siteFooter";
  }
  .buy-art-grid .hero-image {
    height: 320px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #222;
}

h1 {
  font-size: clamp(3.2738rem, 2.3514rem + 3.9358vw, 5.5rem);
  line-height: clamp(3.9286rem, 2.8434rem + 4.6303vw, 6.5476rem);
  text-align: left;
  letter-spacing: 0.55rem;
  margin: 0 0 30px 0;
}

@media (min-width: 600px) {
  h1 {
    font-size: 5.5rem;
    line-height: 4rem;
    margin: 20px 0 40px 0;
  }
}
h2 {
  font-size: clamp(2.5rem, 1.7956rem + 3.0055vw, 4.2rem);
  line-height: clamp(3rem, 2.1713rem + 3.5359vw, 5rem);
  font-weight: 300;
  margin: 0 0 48px 0;
}
h2 + p {
  margin-top: 48px;
}
@media screen and (min-width: 1100px) {
  h2 + p {
    margin-top: 96px;
  }
}

h3 {
  font-size: 1.8rem;
  margin-top: 48px;
  font-weight: 300;
  line-height: 2.5rem;
}
@media screen and (min-width: 1100px) {
  h3 {
    margin-top: 96px;
  }
}

p {
  margin: 0 0 48px;
}

h2,
h3,
p {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

a,
li,
p,
figcaption,
button {
  font-size: clamp(1.125rem, 1.0833rem + 0.208vw, 1.25rem);
  line-height: clamp(1.65rem, 1.575rem + 0.375vw, 1.875rem);
}

p {
  max-width: 970px;
}

button {
  font-weight: 500;
}

h2.standardHeading {
  font-weight: 300;
  margin: 2rem 0 1rem 0;
  color: rgba(57, 62, 64, 0.72);
}
@media (min-width: 600px) {
  h2.standardHeading {
    margin: 4rem 0 2rem 0;
  }
}

a {
  color: #1b67a9;
  text-decoration-color: #5da4e1;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:active,
a:hover {
  outline: 0;
}

a:focus,
a:hover {
  color: #0e3b62;
  text-decoration-color: #1b67a9;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ship-name {
  font-style: italic;
}

.heading-ship-name {
  display: block;
  font-size: clamp(1.75rem, 1.4807rem + 1.1492vw, 2.4rem);
  margin-top: 8px;
}

.buyPrints-link {
  border-left: none;
}

span.sold {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #ff0000;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.text-semibold {
  font-weight: 500;
}

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

a.forSaleLink {
  text-decoration: none;
}

.forSale-btn,
a.forSaleLink {
  padding: 4px 16px;
  border: 1px solid #005b00;
  border-radius: 5px;
  color: #fff;
  background-color: #01ae23;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.forSale-btn:hover,
a.forSaleLink:hover {
  cursor: pointer;
  background-color: #00730c;
  color: #fff;
}
@media (min-width: 940px) {
  .forSale-btn,
  a.forSaleLink {
    font-size: inherit;
    font-weight: 500;
  }
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #342A26;
}

.nav-inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 940px) {
  .nav-inner {
    border-top: 1px solid #7B8589;
    border-bottom: 1px solid #7B8589;
  }
}

.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: none;
  border: none;
  color: #e0e0e0;
  font-size: 1.375rem;
  cursor: pointer;
  order: 1;
}
@media (min-width: 940px) {
  .nav-toggle {
    display: none;
  }
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 3;
  background-color: #342A26;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.nav-links.is-open {
  max-height: 400px;
}
@media (min-width: 940px) {
  .nav-links {
    flex-direction: row;
    max-height: none;
    overflow: visible;
    order: 2;
    flex: 1;
    justify-content: space-around;
  }
}
.nav-links li {
  min-width: 0;
  flex: 1;
}
.nav-links li a {
  display: block;
  padding: 16px 16px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: #494240;
  margin-bottom: 1px;
  text-decoration: none;
}
.nav-links li a:hover {
  background-color: #757575;
}
@media (min-width: 940px) {
  .nav-links li a {
    color: #e0e0e0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    padding: 8px 8px;
    height: 100%;
    width: 100%;
    background-color: #342A26;
    margin-bottom: 0;
  }
}
.nav-links li.is-active a {
  background: #0090C9;
  color: #ffffff;
  position: relative;
  font-weight: 600;
}
.nav-links li.is-active a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #19BBFB;
  height: 3px;
}

.nav-utility {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0;
  order: 2;
}
@media (min-width: 940px) {
  .nav-utility {
    order: 3;
    padding: 0;
  }
}

.btn-contact {
  background: #01ae23;
  color: #fff;
  border: none;
  padding: 0 32px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  height: 48px;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media (min-width: 940px) {
  .btn-contact {
    height: 100%;
  }
}
.btn-contact:hover {
  background: #00730c;
}

.btn-facebook {
  color: #fff;
  background-color: #1877f2;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 100%;
}
.btn-facebook:hover {
  background-color: #034cac;
}
.btn-facebook svg {
  width: 34px;
  fill: #fff;
}

.nav-my-name {
  display: none;
}
@media (min-width: 1400px) {
  .nav-my-name {
    display: inline;
  }
}

.jump-menu {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 48px;
  z-index: 90;
  background-color: #f8f8f8;
}

.jump-menu-inner {
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 780px) {
  .jump-menu-inner {
    padding: 16px 24px 8px 24px;
  }
}
@media (min-width: 1100px) {
  .jump-menu-inner {
    grid-template-columns: 1fr 8fr;
  }
}
@media (min-width: 1350px) {
  .jump-menu-inner {
    grid-template-columns: 1fr 10fr;
  }
}
@media (min-width: 1400px) {
  .jump-menu-inner {
    padding: 16px 48px;
  }
}
@media (min-width: 2000px) {
  .jump-menu-inner {
    padding: 16px 96px;
  }
}

.jump-menu-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .jump-menu-label {
    margin-top: 6px;
  }
}

.jump-menu-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.jump-menu-list::-webkit-scrollbar {
  height: 4px;
}
.jump-menu-list::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 2px;
}

.jump-menu-item {
  flex: 0 0 auto;
}

.jump-menu-link {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 16px;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.jump-menu-link:hover, .jump-menu-link:focus-visible {
  background-color: #0090C9;
  border-color: #0090C9;
  color: #fff;
  font-weight: 500;
}

.hero {
  background: #20130C;
  padding-bottom: 48px;
  padding-top: 48px;
  padding-left: 24px;
  color: #fff;
}
@media (min-width: 1100px) {
  .hero {
    padding-bottom: 16px;
    padding-left: 48px;
  }
}
@media (min-width: 2000px) {
  .hero {
    padding-left: 96px;
  }
}

.hero-copy {
  transition: width 1s ease-in-out, margin 1s ease-in-out;
  width: 100%;
  margin: 8px 0;
}
@media (min-width: 780px) {
  .hero-copy {
    width: 550px;
    margin: 16px 0;
  }
}
@media (min-width: 1100px) {
  .hero-copy {
    width: 650px;
    margin: 24px 0;
  }
}
@media (min-width: 1400px) {
  .hero-copy {
    width: 720px;
    margin: 48px 0;
  }
}
@media (min-width: 2000px) {
  .hero-copy {
    width: 840px;
  }
}
.hero--gallery .hero-copy {
  margin: 16px 0;
}

.hero--gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 48px;
  padding-top: 48px;
  padding-left: 24px;
  background-color: #20130C;
  color: #fff;
}
.hero--gallery img {
  display: none;
}
@media (min-width: 780px) {
  .hero--gallery {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .hero--gallery img {
    display: block;
    width: 340px;
  }
}
@media (min-width: 1100px) {
  .hero--gallery {
    padding-left: 48px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hero--gallery img {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .hero--gallery {
    min-height: 350px;
  }
}
@media (min-width: 2000px) {
  .hero--gallery {
    min-height: 550px;
  }
}
@media (min-width: 780px) and (max-width: 1100px) {
  .hero--gallery---illust .darrell-logo {
    width: 280px;
  }
}
@media (min-width: 0) and (max-width: 580px) {
  .hero--gallery---illust .hero-heading {
    letter-spacing: 0.15rem;
  }
}
@media (min-width: 780px) and (max-width: 1100px) {
  .hero--gallery---illust .hero-heading {
    letter-spacing: 0.2rem;
    font-size: 4.9rem;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .hero--gallery---illust .hero-heading {
    letter-spacing: 0.32rem;
  }
}

.hero-image {
  display: none;
  background-image: url(images/close-ups/sydney-awd-close-up.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.buy-art-grid .hero-image {
  display: block;
}
@media (min-width: 1100px) {
  .hero-image {
    display: block;
  }
}

.hero-image--navy {
  background-image: url(images/galleries/gallery-imgs-navy-hover.jpg);
  background-position: center -60px;
}

.hero-image--sea {
  background-image: url(images/galleries/gallery-imgs-sea-hover.jpg);
}

.hero-image--land {
  background-image: url(images/galleries/gallery-imgs-land-hover.jpg);
}

.hero-image--illust {
  background-image: url(images/galleries/gallery-imgs-illust-hover.jpg);
}

.hero-image--buy-art {
  background-image: url(images/galleries/buy-art-hero.jpg);
}

.intro-text {
  background: #20130C;
  color: rgba(255, 255, 255, 0.92);
}
.intro-text p {
  max-width: 820px;
}

#hero-image-caption {
  display: none;
}
@media (min-width: 1100px) {
  #hero-image-caption {
    display: block;
    position: absolute;
    bottom: 24px;
    right: 48px;
    margin: 0;
  }
  #hero-image-caption a {
    color: #e0e0e0;
    font-size: 1rem;
    font-style: italic;
    letter-spacing: 0.08rem;
    text-decoration: underline;
  }
  #hero-image-caption a:hover {
    color: #fff;
  }
}

.galleries {
  background: #ACB9BF;
  position: relative;
}

.galleries-inner {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 1100px) {
  .galleries-inner {
    align-items: flex-start;
    margin-top: 48px;
  }
}
@media (min-width: 1400px) {
  .galleries-inner {
    align-items: flex-start;
    margin-top: 96px;
  }
}
@media (min-width: 2000px) {
  .galleries-inner {
    align-items: flex-start;
    margin-top: 96px;
  }
}

.galleries-heading-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 96px;
}
.galleries-heading-wrapper img {
  display: none;
}
@media (min-width: 780px) {
  .galleries-heading-wrapper img {
    max-width: 220px;
    display: block;
  }
}
@media (min-width: 1100px) {
  .galleries-heading-wrapper img {
    max-width: 420px;
  }
}

.galleries-heading {
  color: #fff;
  font-size: 4rem;
  line-height: 4.5rem;
  pointer-events: none;
  letter-spacing: 0.4rem;
  margin: 48px 16px;
}
@media (min-width: 780px) {
  .galleries-heading {
    margin: 48px 0 48px 24px;
  }
}
@media (min-width: 1100px) {
  .galleries-heading {
    font-size: 8rem;
    letter-spacing: 1.2rem;
    margin: 144px 0 144px 48px;
  }
}
@media (min-width: 2000px) {
  .galleries-heading {
    margin: 144px 0 144px 96px;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 780px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-card {
  display: block;
  padding: 48px 24px 0 24px;
  transition: background-color 0.42s ease-in-out;
  text-decoration: none;
}
.gallery-card:first-child {
  background-color: #A4B2B8;
}
.gallery-card:first-child:hover {
  background-color: rgb(144.4518518519, 161.4592592593, 168.7481481481);
}
.gallery-card:nth-child(2) {
  background-color: #9CAAB1;
}
.gallery-card:nth-child(2):hover {
  background-color: rgb(137.3745762712, 154.0084745763, 162.3254237288);
}
.gallery-card:nth-child(3) {
  background-color: #92A2A9;
}
.gallery-card:nth-child(3):hover {
  background-color: rgb(128.3923076923, 146.9769230769, 155.1076923077);
}
.gallery-card:last-child {
  background-color: #8A9BA2;
  padding-bottom: 48px;
}
@media (min-width: 780px) {
  .gallery-card:last-child {
    padding-bottom: 0;
  }
}
.gallery-card:last-child:hover {
  background-color: rgb(121.2857142857, 140.7142857143, 148.7142857143);
}
@media (min-width: 780px) {
  .gallery-card {
    padding: 48px 0 4px 0;
  }
  .gallery-card + .gallery-card {
    border-left: 1px solid #7B8589;
  }
}
@media (min-width: 1100px) {
  .gallery-card {
    padding: 48px 0 220px 0;
  }
  .gallery-card + .gallery-card {
    border-left: 1px solid #7B8589;
  }
}
.gallery-card .gallery-label {
  margin: 0 0 24px 0;
  font-size: 2rem;
  font-weight: 300;
  color: #2c3236;
}
@media (min-width: 780px) {
  .gallery-card .gallery-label {
    text-align: center;
    margin: 0 0 48px 0;
    font-size: 3rem;
  }
}
.gallery-card:hover .gallery-card-img:before {
  opacity: 0;
}

.gallery-card-img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery-card-img::before {
  display: none;
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.42s ease;
}
@media (min-width: 780px) {
  .gallery-card-img::before {
    display: block;
  }
}
@media (min-width: 1100px) {
  .gallery-card-img {
    height: 500px;
  }
}

.gallery-card-img--sea {
  background-image: url("images/galleries/gallery-imgs-sea-hover.jpg");
}
.gallery-card-img--sea:before {
  background-image: url("images/galleries/gallery-imgs-sea.jpg");
}

.gallery-card-img--navy {
  background-image: url("images/galleries/gallery-imgs-navy-hover.jpg");
}
.gallery-card-img--navy:before {
  background-image: url("images/galleries/gallery-imgs-navy.jpg");
}

.gallery-card-img--land {
  background-image: url("images/galleries/gallery-imgs-land-hover.jpg");
}
.gallery-card-img--land:before {
  background-image: url("images/galleries/gallery-imgs-land.jpg");
}

.gallery-card-img--illust {
  background-image: url("images/galleries/gallery-imgs-illust-hover.jpg");
}
.gallery-card-img--illust:before {
  background-image: url("images/galleries/gallery-imgs-illust.jpg");
}

.art-section {
  margin-top: 48px;
}
@media (min-width: 780px) {
  .art-section {
    margin-top: 96px;
  }
}
@media (min-width: 1100px) {
  .art-section {
    margin-top: 144px;
  }
}
.art-section:first-of-type {
  margin-top: 0;
}
.art-section:first-of-type .art-panel {
  background-image: url("images/art-panel-bg-san-paper.jpg");
}
.art-section--buy-art h2 {
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .art-section--buy-art h2 {
    margin-top: 96px;
  }
}

.art-panel,
.illust-panel {
  padding-top: 96px;
}
@media (min-width: 780px) {
  .art-panel,
  .illust-panel {
    padding-top: 240px;
  }
}
@media (min-width: 2000px) {
  .art-panel,
  .illust-panel {
    padding-top: 300px;
  }
}

.article-panel {
  width: 100%;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 780px) {
  .article-panel {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1100px) {
  .article-panel {
    width: 970px;
  }
}

.art-panel,
.illust-panel {
  background-image: url("images/art-panel-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 180%;
  color: #222;
}
@media (min-width: 780px) {
  .art-panel,
  .illust-panel {
    background-size: 120%;
  }
}
.art-panel h2,
.illust-panel h2 {
  color: #393e40;
}
.art-panel h3,
.illust-panel h3 {
  color: #393e40;
}

.close-up-panel {
  margin-top: 48px;
}
@media (min-width: 780px) {
  .close-up-panel {
    margin-top: 96px;
  }
}

.art-panel--heading {
  text-align: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.heading-ship-name {
  display: block;
}

.art-panel-aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 24px auto 48px auto;
  transition: width 1s ease-in-out;
}
.art-panel-aside p,
.art-panel-aside a:not(.forSaleLink) {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  margin: 0;
}
.art-panel-aside a {
  font-weight: 500;
}
.art-panel:has(.large) + .article-panel .art-panel-aside {
  width: 100%;
  padding-left: 0;
}
@media (min-width: 780px) {
  .art-panel-aside {
    padding: 0 24px;
    width: 550px;
  }
}
@media (min-width: 1100px) {
  .art-panel-aside {
    width: 640px;
  }
}
@media (min-width: 1400px) {
  .art-panel-aside {
    width: 720px;
  }
}
@media (min-width: 2000px) {
  .art-panel-aside {
    width: 820px;
  }
}

.aside-forSale {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 580px) {
  .aside-forSale {
    justify-content: flex-start;
  }
}

.read-more-detail {
  display: none;
}
.read-more-detail.open {
  display: block;
}

.art-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  transition: width 1s ease-in-out;
}
.art-container:has(.large) {
  width: 100%;
}
@media (min-width: 780px) {
  .art-container {
    width: 550px;
  }
  .art-container:has(.large) {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1100px) {
  .art-container {
    width: 640px;
  }
  .art-container:has(.large) {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (min-width: 1400px) {
  .art-container {
    width: 720px;
  }
}
@media (min-width: 2000px) {
  .art-container {
    width: 820px;
  }
  .art-container:has(.large) {
    width: 1620px;
  }
}

.container-sketches {
  margin: 0 24px;
}
@media (min-width: 780px) {
  .container-sketches {
    margin: 0 96px;
  }
}
.sketch-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1100px) {
  .sketch-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 2000px) {
  .sketch-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sketch-section-heading {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
}

.gallery-image-thumb {
  width: 96%;
  height: auto;
  margin: 0 auto;
  background-image: url(images/paint-loader-art.gif);
  background-repeat: no-repeat;
  background-size: 6%;
  background-position: center;
  width: 100%;
  display: block;
  transition: max-height 0.5s ease-in-out, width 0.5s ease-in-out, border-left-width 0.5s ease-in-out, border-right-width 0.5s ease-in-out, border-top-width 0.5s ease-in-out, border-bottom-width 0.5s ease-in-out;
  border-color: #e0e0e0;
  border-style: solid;
  border-top-width: 9px;
  border-right-width: 9px;
  border-bottom-width: 11px;
  border-left-width: 9px;
  filter: drop-shadow(3px 5px 10px #393e40);
}
.gallery-image-thumb.large {
  border-top-width: 19px;
  border-right-width: 19px;
  border-bottom-width: 25px;
  border-left-width: 19px;
  width: 100%;
}
.gallery-image-thumb.large:hover {
  cursor: default;
}

.sketch-section img {
  margin-bottom: 0;
  border-color: #e0e0e0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  filter: drop-shadow(1px 3px 5px #393e40);
}

.no-border-img {
  border: 0px !important;
  filter: drop-shadow(0 0 0);
}

.gallery-image-thumb:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.gallery-image-thumb.large.portrait-img {
  width: auto;
  max-height: 800px;
  max-width: calc(100vw - 20px);
  margin: 0 auto;
}

.gallery-image-thumb.no-enlarge:hover {
  cursor: auto;
}

a img.staticBanner:hover {
  cursor: pointer;
}

.sketch-card {
  margin: 0;
}

.sketch-card figcaption {
  text-align: center;
  padding: 24px 0;
}

.about {
  background: #f5f4f1;
  padding: 0;
}

.about-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 780px) {
  .about-inner {
    flex-direction: row;
    align-items: stretch;
  }
}

.about-photo {
  background-color: #20130C;
}
@media (min-width: 780px) {
  .about-photo {
    flex: 0 0 30%;
  }
}
.about-photo img {
  width: 100%;
  height: auto;
}

.about-copy {
  padding: 48px;
}
@media (min-width: 780px) {
  .about-copy {
    padding: 96px 48px 48px;
  }
}
@media (min-width: 1100px) {
  .about-copy {
    padding: 96px;
  }
}
@media (min-width: 2000px) {
  .about-copy {
    padding: 144px 96px 144px 240px;
  }
}
.about-copy p {
  max-width: 920px;
}

.contact-overlay {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.contact-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.contact-overlay.is-open .contact-modal {
  transform: translateY(0);
}
@media (min-width: 580px) {
  .contact-overlay {
    right: 8px;
  }
}

.contact-modal {
  background: #fff;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5), 1px 1px 22px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 620px;
  padding: 36px 32px 32px;
  position: relative;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}
.contact-modal h2 {
  margin: 8px 0 16px;
}
@media (min-width: 580px) {
  .contact-modal h2 {
    margin: 16px 0 48px;
  }
}

.modal-subtitle {
  margin: 16px 0;
}
@media (min-width: 580px) {
  .modal-subtitle {
    margin: 24px 0;
  }
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  padding: 8px;
}
.modal-close:hover {
  color: #222;
}

.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #444;
}
.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #01ae23;
}
.form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.form-group .error-msg {
  display: none;
  color: #cc2411;
  font-weight: 400;
  margin-top: 4px;
}
.form-group.invalid input,
.form-group.invalid textarea {
  border-color: #cc2411;
}
.form-group.invalid .error-msg {
  display: block;
}

.modal-submit {
  width: 100%;
  background: #01ae23;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.modal-submit:hover {
  background: #00730c;
}
.modal-submit:disabled {
  opacity: 0.7;
  cursor: default;
}

.modal-success {
  display: none;
  text-align: center;
  padding: 48px 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.modal-success.visible {
  display: block;
}

.site-footer {
  background: #ACB9BF;
  color: #20130C;
  text-align: center;
  margin-top: 48px;
  padding: 48px 0;
}
@media (min-width: 1100px) {
  .site-footer {
    margin-top: 96px;
  }
}
.index-page .site-footer {
  margin-top: 0;
}

.margin-top-sm {
  margin-top: 8px;
}

.margin-top-md {
  margin-top: 24px;
}

.margin-top-lg {
  margin-top: 48px;
}

.margin-top-xl {
  margin-top: 96px;
}

.margin-bottom-sm {
  margin-bottom: 8px;
}

.margin-bottom-md {
  margin-bottom: 24px;
}

.margin-bottom-lg {
  margin-bottom: 48px;
}

.margin-bottom-xl {
  margin-bottom: 96px;
}

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