.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #fff !important;
}

.header .header-info-logo-img img {
    width: 220px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0 !important;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
    -webkit-box-shadow: 0 0 0 0.05rem #9E4A58;
    box-shadow: 0 0 0 0.05rem #9E4A58;
}

.cw-header-info {
    padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
    vertical-align: middle;
}

.header a.header-business-phone {
    font-weight: 700;
    font-size: 1.1rem;
    color: #E7941E;
}

.cw-header-info a:hover {
    color: #000;
}

@media (min-width: 992px) {
    .header .navbar-dark .navbar-nav .nav-link {
        line-height: 28px;
        border-radius: 50px;
    }

    .header .header-info-logo-img {
        position: fixed;
        top: 80px;
        z-index: 1032;
        padding: 0;
    }

    nav.navbar .container {
        position: relative;
        height: 150px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        bottom: 2rem;
    }

    .cw-header-info {
        position: fixed;
        z-index: 1031;
        top: 0;
        width: 100%;
    }
}


/* ============================================================================== */

.cw-hero {
    position: relative;
    z-index: 0;
    background-image: url(https://apihoard.webit.com/api/v1/Image/493A95A79CFCA08C064E0EDA4825B34C/493A95A79CFCA08C064E0EDA4825B34C.jpg?size=1920x1440);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
      height: 650px;
}

.cw-hero::before {
    content: '';
    /* background-color: #000; */
    background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 54%));
    margin-top: 0 !important;
    padding: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 100%;
}



    .cw-hero h1 {
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 3.7rem;
    }

    @media (max-width: 576px) {
      .cw-hero h1 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.7rem;
      }
    }

    /* Welcome Before Line elements */
    .cw-highlight {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .cw-highlight::before {
      content: " ";
      width: 2.1875rem;
      border-top: 2px solid #ff4b36;
      margin-top: -1px;
      margin-bottom: 0;
      display: block;
      -webkit-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
    }

    /* ================================================================== */

      /* Services ============================================== */

  /* Css code for Same Height Button, */
  .card-body {
    display: flex;
    flex-direction: column;
  }
  .card-body .btn {
    display: flex;
    margin-top: auto;
    align-self: flex-start;
  }


  /* //============================================= */
  .title {
    margin-top: 3rem;
  }


	/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}



    /* menu overlapping shopping cart */

    @media (min-width: 992px) {
      .navbar-nav {
        margin-right: 65px;
      }
    }
  
  
  /* OPTION 2MENU OVER LAPPING SHOPPING CART */
  @media(min-width:992px) {
  
      .navbar-nav {
          margin-right: 65px;
      }
  
    .navbar-cart {
          margin-right: 0px;
      }
  }
  