/* ============================================================
   Home page styles (index.html)
   ============================================================ */

/* Background image tiled behind content */
#SITE_PAGES {
  position: relative;
  min-height: 100vh;
}

#SITE_PAGES::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url('../images/ThreeViolin.png');
  background-size: contain;
  background-position: center top;
  background-repeat: repeat;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

/* Ensure all content sits above the background */
#SITE_PAGES > *,
#SITE_PAGES_TRANSITION_GROUP,
#mainPage,
#ContainermainPage,
#WRchTxt3,
.wixui-rich-text,
.wixui-section,
section {
  position: relative;
  z-index: 10;
}

#WRchTxt3 {
  background-color: transparent;
}

@media (max-width: 768px) {
  #WRchTxt3 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 30px 30px !important;
    text-align: left;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  #WRchTxt3 {
    padding: 25px 25px !important;
    text-align: left;
  }
}
