*,
*::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;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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;
}

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

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

.hero-image {
  grid-area: heroImage;
}

.galleries {
  grid-area: galleries;
}

.about {
  grid-area: about;
}

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

h1 {
  font-weight: 300;
  font-size: 4rem;
  text-align: center;
  line-height: 3rem;
  margin: 0 0 30px 0;
}

@media (min-width: 600px) {
  h1 {
    font-size: 5rem;
    line-height: 4rem;
    margin: 20px 0 40px 0;
  }
}
h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 300;
}
@media screen and (min-width: 780px) {
  h2 {
    font-size: 3.5rem;
  }
}
h2 + p {
  margin-top: 48px;
}
@media screen and (min-width: 1100px) {
  h2 + p {
    margin-top: 96px;
  }
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (min-width: 600px) {
  h3.title-indent {
    text-indent: -12px;
  }
  h3.title-indent span {
    color: #888;
    vertical-align: top;
    margin: 0 3px;
    display: inline;
  }
}

p {
  margin: 0 0 48px;
}

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

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

a,
li,
p {
  font-size: clamp(1.125rem, 1.0833rem + 0.208vw, 1.25rem);
  line-height: clamp(2.025rem, 1.95rem + 0.375vw, 2.25rem);
}

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 {
  background: 0 0;
  text-underline-offset: 4px;
}

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

a {
  color: #428bca;
}

a:focus,
a:hover {
  color: #2a6496;
}

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

.remove-bottom-margin {
  margin-bottom: 0;
}

.art-panel span.forSale,
.art-panel a.forSaleLink,
.art-panel .buyPrints-link,
.art-panel .buyPrints-link:active,
.art-panel .buyPrints-link:visited {
  display: inline-block;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid #022802;
  color: #022802;
  margin: 8px 0 0 24px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.art-panel span.forSale:hover,
.art-panel a.forSaleLink:hover,
.art-panel .buyPrints-link:hover,
.art-panel .buyPrints-link:active:hover,
.art-panel .buyPrints-link:visited:hover {
  cursor: pointer;
  background-color: rgba(11, 212, 11, 0.5);
  color: #022802;
}

.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;
}

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

.nav-inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 780px) {
  .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: 780px) {
  .nav-toggle {
    display: none;
  }
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 3;
  background-color: #222;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.nav-links.is-open {
  max-height: 400px;
}
@media (min-width: 780px) {
  .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: #e0e0e0;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: rgb(56.1, 56.1, 56.1);
  margin-bottom: 1px;
}
.nav-links li a:hover {
  background-color: #757575;
}
@media (min-width: 780px) {
  .nav-links li a {
    font-size: 1rem;
    padding: 8px 16px;
    height: 100%;
    width: 100%;
    background-color: #222;
    margin-bottom: 0;
  }
}
.nav-links li.is-active a {
  background: #0090C9;
  color: #ffffff;
  position: relative;
}
.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: 780px) {
  .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: 780px) {
  .btn-contact {
    height: 100%;
  }
}
.btn-contact:hover {
  background: #019a1f;
}

.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 svg {
  width: 34px;
  fill: #fff;
}

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

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

.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-image {
  display: none;
}
@media (min-width: 1100px) {
  .hero-image {
    display: block;
    background: url(images/close-ups/sydney-awd-close-up.jpg) center center no-repeat;
    background-size: cover;
  }
}

.intro-text {
  background: #222;
  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;
  gap: 32px;
}
@media (min-width: 1100px) {
  .galleries-inner {
    flex-direction: row;
    align-items: flex-start;
  }
}

.galleries-heading {
  position: absolute;
  color: #fff;
  font-size: 4rem;
  margin: 0;
  top: 48px;
  left: 24px;
  pointer-events: none;
  letter-spacing: 0.4rem;
}
@media (min-width: 1100px) {
  .galleries-heading {
    left: 48px;
    top: 82px;
    font-size: 5rem;
  }
}

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

.gallery-card {
  display: block;
  padding: 120px 24px 48px 24px;
}
.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;
}
.gallery-card:last-child:hover {
  background-color: rgb(121.2857142857, 140.7142857143, 148.7142857143);
}
@media (min-width: 780px) {
  .gallery-card {
    padding: 200px 48px 48px 48px;
  }
}
.gallery-card .gallery-label {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 300;
  color: #2c3236;
}
.gallery-card:hover .gallery-card-img:before {
  opacity: 0;
}

.gallery-card-img {
  display: block;
  width: 100%;
  height: 400px;
  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;
  }
}

.gallery-card-img--coastal {
  background-image: url("images/galleries/gallery-imgs-coast-hover.jpg");
}
.gallery-card-img--coastal:before {
  background-image: url("images/galleries/gallery-imgs-coast.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");
}

.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: #222;
}
@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;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  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);
}

.contact-modal {
  background: #fff;
  width: 100%;
  max-width: 420px;
  padding: 36px 32px 32px;
  position: relative;
  transform: translateY(16px);
  transition: transform 0.25s ease;
}
.contact-modal h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.modal-subtitle {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

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

.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: 0.85rem;
  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: #c0392b;
  font-size: 0.8rem;
  margin-top: 4px;
}
.form-group.invalid input,
.form-group.invalid textarea {
  border-color: #c0392b;
}
.form-group.invalid .error-msg {
  display: block;
}

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

.modal-success {
  display: none;
  text-align: center;
  padding: 12px 0 4px;
  font-size: 0.95rem;
}
.modal-success.visible {
  display: block;
}

.site-footer {
  background: #ACB9BF;
  color: #222;
  text-align: center;
  padding: 48px 0;
}

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