* {
  margin: 0;
  padding: 0;
}

#menu_header_bar {
  background-color: chartreuse;
  display: flex;
}
#menu_header_bar #logo_v_1 {
  width: 20%;
  float: left;
}
#menu_header_bar #logo_v_1__txt span:first-of-type {
  font-family: "LT Saeada", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.2em;
}
#menu_header_bar #logo_v_1__txt span:nth-child(2) {
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.2em;
}
#menu_header_bar #logo_v_1__txt span:nth-child(2) i {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
#menu_header_bar #men_dex {
  width: 80%;
  float: left;
}
#menu_header_bar #men_dex .nav_dex {
  width: 80%;
  background-color: aqua;
}
#menu_header_bar #men_dex .nav_dex__menu {
  list-style: none;
  display: flex;
  gap: 2rem;
}
#menu_header_bar #men_dex .nav_dex__menu li.litem {
  position: relative;
  background-color: coral;
}
#menu_header_bar #men_dex .nav_dex__menu li.litem a {
  text-decoration: none;
  display: block;
}
#menu_header_bar #men_dex .nav_dex__menu li.litem ul.dex_submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
}
#menu_header_bar #men_dex .nav_dex__menu li.litem:hover ul.dex_submenu {
  display: block;
}
#menu_header_bar #men_dex .nav_rs {
  width: 20%;
}
#menu_header_bar #men_dex .nav_rs__menu {
  list-style: none;
  display: flex;
  gap: 1em;
}

/*# sourceMappingURL=styles_index.css.map */
