.menulogo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 7.2rem;
  background: #ffffff;
  z-index: 5;
  padding: 0 1.2rem 0 2.4rem;
  display: flex;
}
main {
  margin-top: 7.2rem;
}
@media screen and (min-width: 960px) {
  .header {
    height: 9.6rem;
    padding: 2rem 48px;
  }
  main {
    margin-top: 15.6rem;
  }
}
.header .container {
  height: 100%;
}
.header .logo svg {
  display: block;
  height: 2.4rem;
  width: auto;
}
@media screen and (min-width: 640px) {
  .header .logo svg {
    height: 3.6rem;
  }
}
#hamburger {
  margin-left: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  border: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 99;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
#hamburger .hamburger-wrapper {
  /* width: 100%; */
  margin-left: auto;
}
#hamburger span {
  display: block;
  width: 4.8rem !important;
  height: 0.6rem;
  background: var(--color-base-2);
  margin: 9px 0;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
#hamburger.active span {
  background: var(--color-base-1);
}
#mobile-nav {
  background: var(--color-base-4);
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  padding: 12rem 2.4rem;
  visibility: hidden;
}
#mobile-nav ul {
  list-style-type: disclosure-closed;
  padding: 5rem;
  margin: 0;
  /* padding: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  height: 100%;
}
#mobile-nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 3.6rem;
  line-height: 5.6rem;
  margin: 1rem;
  color: var(--color-base-1);
}
#mobile-nav ul li a:hover {
  color: var(--color-base-2);
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:header] [4.875] DESIGN*/
/*******************************************************************/
/* 0.2 P>P */
/* db 65 */