/* Custom overrides — copied as-is to wwwroot/custom.css on build.
   Can be edited directly on the server afterwards without rebuilding. */

/* Section heading brushstroke — edit here, no rebuild needed */
.section-heading {
  position: relative;

    display: inline-block;

    padding-left: 12px;

    margin-bottom: 18px;
 
 

    text-transform: uppercase;

     
}
.section-heading::before {
    content: "";

    position: absolute;

    left: -20px;

    top: 50%;

    width: 52px;

    height: 14px;

    background: url('/stroke.png') no-repeat center;

    background-size: cover;

    opacity: .8;

    transform: translateY(-50%) rotate(-2deg);

    pointer-events: none;
}

.bg-blend-teal {
  background-image: url('/blend_teal.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-blend {
  /* background-image: url('/blend_teal.png'); */
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white !important;
}
