.static-top.navbar-dark {
  background-color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 0px 0px rgba(57, 63, 72, 0.3);
  box-shadow: 0 0px 0px rgba(57, 63, 72, 0.3);
}

.wecoya-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0px;
}

.wecoya-hero-container:before {
  content: "";
  background-image: url(/wecoyastart1920x600.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 250px;
  width: 100%;
}

.wecoya-hero-container-body {
  padding: 20px;
  border-radius: 10px;
  max-width: 85%;
  position: absolute;
  top: 20%;
  z-index: 2;
}

.wecoya-hero-h1 {
  color: var(--portalThemeColor7);
  font-size: 29px;
  text-align: center;
}

.wecoya-intro {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--portalThemeColor1);
  font-size: 28px;
  margin: 5%;
}

.wecoya-intro-clientLogo {
  width: 128px;
}

.wecoya-margin-bottom {
  margin-bottom: 300px;
}

.wecoya-strong {
  color: var(--portalThemeColor4);
}


