.nav {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1.2em;
}

a>img.logo-img-sm {
  min-height: 40px;
}

.navbar-brand.logo-control img.logo-img {
  width: 30rem;
  max-height: 80px;
}
#div-project-image .row::after {
  border-radius: 30px;
}

.overlay {
  position: relative;
}

.overlay::after {
  background-image: url("https://workingbee.se/images/overlay/OverlayWB.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}