.header .navbar .dropdown-item {
  text-transform: none !important;
}


.cw-hero {
  height: 500px;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4CF935D733795B6C201B0087B6D30E3F.jpg)
    no-repeat center center;
  background-size: cover;
}

.cw-heroText {
  position: absolute;
  z-index: 2;
  bottom: 0.5em;
  right: 0;
  max-width: 380px;
  text-align: center;
}

#cw-heroSVG {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 459px;
}

.cw-heroText h1 {
  font-size: 1.75rem;
  text-transform: uppercase;
}

.cw-heroText h1 span {
  font-size: 88%;
  display: block;
  text-transform: none;
}

.cw-hero p {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 6px #000;
}
.cw-pp-cc {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .cw-hero p {
    font-size: 1.5rem;
    color: #000;
    text-shadow: none;
  }
}
@media (min-width: 992px) {
  .cw-hero {
    height: 620px;
  }

  .cw-heroText {
    bottom: 0.5rem;
    max-width: fit-content;
  }

  .cw-heroText h1 {
    font-size: 2rem;
  }

  #cw-heroSVG {
    height: 528px;
  }
}

.hero-info-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 200;
}

.hero-info-logo-img img {
  width: 125px;
}

#cw-logoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
}

@media (min-width: 812px) {
  .hero-info-logo-img img {
    width: 200px;
  }
}

#cw-logoBg {
  z-index: 20;
  width: 470px;
}

.cw-hero h1 {
  /* font-size: 2.5rem; */
  text-shadow: 2px 2px 4px #333;
}

.header .navbar-dark .navbar-nav > .active .nav-link {
  color: #fff !important;
}

/* .webit__header {
            padding: 4em 0;
            background: url(https://apihoard.webit.com/api/v1/Image/A55AA98D96807275644F03A459FBA45C/A55AA98D96807275644F03A459FBA45C.jpg?size=Original) no-repeat center center;
            background-size: cover;
            text-align: center;
        } */

/* .page-home .webit__header {
            padding: 8em 0 6em;
        } */

/* .webit__header:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgb(0 0 0 / 60%);
        } */

.webit__header .webit__header-info-logo {
  position: relative;
  z-index: 2;
}

.webit__header-info-logo img {
  width: 300px;
  margin: auto;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  nav.navbar .container {
    position: relative;
    max-width: none;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    top: 19px;
  }

  .webit__header:after {
    background: rgb(0 0 0 / 45%);
  }

  .webit__header-info-logo-img {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0.5rem 1rem 0.25rem 1rem;
    background: #040707;
    width: 100%;
    z-index: 3;
  }

  .webit__header-info-logo-img img {
    margin: 0;
    padding: 0;
  }

  section:not(.page-home) .webit__header {
    height: 92px;
    padding: 0;
    background-position: center -180px;
  }
}
