header.header.container-header.full-width
{
  position: fixed;
  top:0;
  right:0;
  width: 100%;
  background: #fff;
}
header.header div.grid-child.container-nav
{
  padding-bottom: .5em;
}
header.header.container-header.full-width div.head-container
{
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
header.header.container-header.full-width div.head-container>div
{
  flex: 1;
  align-content: center;
}
header.header.container-header.full-width div.head-container>div ul
{
  align-content: center;
}
header.header.container-header.full-width a
{
  color: #000;
  text-decoration: none;
}
header.header a.brand-logo
{
  font-family: "Mr Dafoe", cursive;
  font-weight: 400;
  font-style: normal;
}
header.header a.brand-logo span
{
  font-size:1.5rem ;
  color:#000;
}
header.header a.brand-logo span
{
  max-height: 100%;
  height: 45px;
  width: 45px;
}
header ul.nav a
{
  font-size: 1.4em;
  font-family: "Outfit";
}