.header {
  font-family: Krona;
  width: 100vw;
  height: 50px;

  background-color: var(--highlightbig);
  display: flex;
  align-items: center;

  position: sticky;
  top: 0;
  z-index: 10;

  -webkit-user-select: none;
  user-select: none;

  -webkit-box-shadow: 0px 6px 20px -8px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 6px 20px -8px rgba(0,0,0,0.43);
  box-shadow: 0px 6px 20px -8px rgba(0,0,0,0.43);
}

.hannsjana-home-link {
  font-family: League;
  margin: 0;
  font-size: 40px;
  padding-top: 5px;
  /* padding-left: 20px; */
  position: sticky;
  /* top: 50px; */
  z-index: 10;
  font-weight: 600;

  color: black;
  text-decoration: none !important;

  transition: transform 0.25s ease;
}

.hannsjana-home-link:hover {
  transform: scale(1.05);
}

.hannsjana-home {

}

.menu-wrap {
  display: flex;
  flex-direction: row;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}

.menu-element {
  font-family: Krona;
  font-size: 1.75em;

  cursor: pointer;
}

.menu-link {
  font-family: Krona;
  text-decoration: none;
  color: var(--font-color);
  cursor: pointer;
  transition: all 0.25s ease;
}

.menu-element:hover {
  text-decoration: underline;
}

.menu-element-spacer {
  /* border: solid blue; */
  width: 20vw;
}
