.header
{
  // svg path
  // {
  //   fill: white;
  // }

  // color: white;

  // @include respond-to(desktop)
  // {
  //   div:last-child
  //   {
  //     svg
  //     {
  //       display: none;
  //     }
  //   }
  // }

  // @include respond-to(mobile)
  // {
  //   position: fixed;
  //   top: 0;
  //   left: 0;
  //   z-index: 100;
  //
  //   @include orient-to(landscape)
  //   {
  //     position: absolute;
  //   }
  //
  //   span
  //   {
  //     display: none;
  //   }
  // }
}
