

#menu {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  z-index: 99;
  display: flex;
}
.wrapper {
  padding-top: 4rem;
}
@media screen and (min-width: 750px) {
  #menu {
    height: 5rem;
  }
  .wrapper {
    padding-top: 5rem;
  }
}
#menu .menu-content {
  width: 100%;
  padding: 0.5rem 2rem;
  height: 100%;
  overflow: hidden;
  display: flex;
}
#menu .menu-content .menu-bumper {
  flex: 0 0 auto;
}
@media screen and (min-width: 750px) {
  #menu .menu-content .menu-bumper {
    flex: 1 1 auto;
  }
  #menu .menu-content {
    padding: 0.5rem 2rem;
  }
}
#menu .menu-content .logo {
  display: none;
  height: 100%;
}
@media screen and (min-width: 750px) {
  #menu .menu-content .logo {
    display: block;
  }
}
#menu .menu-content .logo svg {
  height: 100%;
  width: auto;
}
#menu .menu-content .actions {
  height: 100%;
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
  align-items: center;
  flex: 1 1 auto;
}
@media screen and (min-width: 750px) {
  #menu .menu-content .actions {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    flex: 0;
  }
}
#menu .menu-content .actions .button-logout {
  background: var(--color-base-1);
  padding: 0.5rem 2rem;
  border-radius: 14px;
  transition: all 0.2s ease-in-out;
}
#menu .menu-content .actions .button-logout:hover {
  transform: scale(1.15);
  cursor: pointer;
}
#menu .menu-content .actions a {
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:main-menu] [152.3864] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 156 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:article-menu] [162.3874] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 132 */

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:article-menu] [154.3918] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 166 */