header.page-top-header {
  height: 90px;
  background-color: #EAEAE8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px #081B20 solid;
}

header.page-top-header a.logo-link {
  text-decoration: none;
}

.header-logo-container {
  display: flex;
  align-items: center;
  position: relative;
}

.header-logomark-wrapper {
  position: relative;
  height: 90px;
}

.header-logomark-wrapper img {
  height: 90px;
  width: auto;
}

.header-logomark-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background: linear-gradient(to left, #EAEAE8, transparent 20px);
}

.header-heading {
  margin-left: 10px;
}

/* .header-heading h1 {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  background: linear-gradient(90deg, #237C04 0%, #17A7D2 25%, #752177 50%, #E22B82 70%, #EF540B 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */

  /* color: #081B20; */
  /* background: linear-gradient(90deg, #58A500, #081B20); */
  /* background: linear-gradient(90deg, #081B20, #58A500); */
  .header-heading h1 {
    font-family: "Raleway", sans-serif;
    font-size: 1.6rem;
    background: linear-gradient(90deg, #237C04 0%, #17A7D2 25%, #752177 50%, #E22B82 70%, #EF540B 100%);
    /* background: linear-gradient(90deg, rgba(35, 124, 4, 0.6) 0%, rgba(23, 167, 210, 0.6) 25%, rgba(117, 33, 119, 0.6) 50%, rgba(226, 43, 130, 0.6) 70%, rgba(239, 84, 11, 0.6) 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* filter: drop-shadow(2px 2px 0 #081B20); */
    filter: drop-shadow(1px 1px 0 /* 0.4px */ #081B20)
  }
  


.header-menu {
  display: flex;
  align-items: center;
}
