/* Burly House Website Style Sheet */
/* Authored by, Marc Oldham */


/* Full-Width Background */
.page-title-section {
    background-image: url(/images/tri-bg.jpg);
    background-color: var(--color-deep-aqua);
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-position-x: left;
    margin-top: 113px;
    padding: 4rem 0; 
    border-bottom: 12px solid var(--color-purple);  
}

.page-title-section .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 1140px;
}

.page-title-section .content-wrapper h1 {
  color: #fff;
}

.page-title-section .content-wrapper .subtitle-wrapper .subtitle {
  color: var(--color-light-aqua);
  font-size: 1.425em;
  font-weight: 600;
}


@media (max-width: 768px) {
  .page-title-section {
      margin-top: 102px;
    }  
}