
.site-logo.light {
  background-image: url("../image/foot_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

header.fixed .site-logo.light {
  background-image: url("../image/flex-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

header.light .site-menu {
  background-image: url("../fonts/nav-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.site-menu.light {
  background-image: url("../fonts/nav-button-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
