@charset "UTF-8";
/* CSS Document */

/*
 * Custom styles for the Pickney Place page template
 * Applies only when using template-pickney-place.php
 */

/* Background for Pickney Place template */
body.page-template-template-pickney-place {
  background-color: #f0a830;
  background-image: url('assets/images/pickney_tile_bg.png');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-position: top left;
  background-blend-mode: normal;
  min-height: 100vh;
}

/* Remove background from content wrappers */
body.page-template-template-pickney-place .site,
body.page-template-template-pickney-place .site-content,
body.page-template-template-pickney-place .content-area,
body.page-template-template-pickney-place .entry-content {
  background: transparent !important;
  box-shadow: none !important;
}

/* Optional: Add padding and light container to content */
body.page-template-template-pickney-place .entry-content {
  background: rgba(255, 255, 255, 0.9);
  /*padding: 2rem;
  border-radius: 1rem;
  max-width: 800px;
  margin: 0 auto;*/
}
