  /* CUSTOM HEADER */
  .cw-header-info img {
    max-width: 325px;
    width: 100%;
    margin: .5em auto;
  }

  .cw-header-business h3 {
    font-size: 1.5rem;
    padding: 0.3em 0.5em;
    margin-bottom: 0;
    color: #fff;
  }

  .cw-header-business p {
    font-size: 1.15rem;
    padding: 0.2em 0.5em;
    line-height: 1.4em;
    margin-bottom: 0;
    color: #4A2B24;
  }

  .cw-header-business a:link,
  .cw-header-business a:visited,
  .cw-header-business a:active {
    color: #4A2B24;
  }

  .cw-header-business a:hover {
    color: var(--color-theme-highlight);
  }

  @media (min-width:992px) {
    .header .navbar .nav-item.active .nav-link::before,
    .header .navbar .nav-item:hover .nav-link::before {
        border-width: 1px;
        bottom: 5px;
    }
  }


section:not(.page-home) .title {
    background: url("https://apihoard.webit.com/api/v1/Image/4BD952ABA59E106601C44F9CD0CBF8DF/4BD952ABA59E106601C44F9CD0CBF8DF.jpg?size=1920x1440");
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.65);
    background-blend-mode: overlay;
    text-transform: uppercase;
    text-align: center;
    padding: 9vh 0;
    margin-bottom: 2.5em;
    font-size: 1.25rem;
}


.cw-hero {
    background: #111;
  }

  .cw-heroText {
    margin: 1em auto;
    width: 90%;
  }

  .cw-heroText h1 {
    position: relative;
    z-index: 2;
    background: var(--color-theme-primary);
    background: linear-gradient(to right, white 4px, transparent 4px) 0 0, linear-gradient(to right, white 4px, transparent 4px) 0 100%, linear-gradient(to left, white 4px, transparent 4px) 100% 0, linear-gradient(to left, white 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, white 4px, transparent 4px) 0 0, linear-gradient(to bottom, white 4px, transparent 4px) 100% 0, linear-gradient(to top, white 4px, transparent 4px) 0 100%, linear-gradient(to top, white 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 40px 25px;
    padding: 1em;
  }

  .cw-heroText h1 span {
    color: var(--color-theme-secondary);
    text-shadow: 2px 2px 0 rgb(255 255 255);
    font-size: 3rem;
    line-height: 1;
  }

  @media (max-width: 567px) {
    .cw-heroText h1 {
      font-size: 1.75rem;
    }
  }

  @media (min-width:576px) {
    .cw-heroText {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
  }
  }

  @media (min-width:992px) {
    .cw-heroText {
    top: 0;
    left: 0%;
    width: 100%;
  }
  }


  .cw-welcome {
    background: url("https://apihoard.webit.com/api/v1/Image/4BD952ABA59E106601C44F9CD0CBF8DF/4BD952ABA59E106601C44F9CD0CBF8DF.jpg?size=1920x1440");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    padding: 20vh 0;
  }

  .cw-welcome hr {
    border-width: 2px;
    border-color: var(--color-theme-highlight);
    margin: 2rem 0;
}

.cw-welcome h2 {
    font-size: 1.5rem;
}


@media (min-width:440px) {
  .cw-welcome h2 {
    font-size: 1.75rem;
}
}

@media (min-width:992px) {
  .cw-welcome h2 {
    font-size: 2rem;
}
}