#menu-header-svg > .menu-header {
  stroke-width: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

#header-container > .hero-section-header {
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

#menu-header-svg:hover > .menu-header {
  stroke-width: 0.1%;
  fill: #2F2B34;
}

#header-container:hover > .hero-section-header {
  fill: #2F2B34;
}

#menu-header-svg > text:nth-child(1) {
  stroke: #2D4059;
  fill: #2D4059;
}

#header-container > text:nth-child(1) {
  stroke: #2D4059;
  fill: #2D4059;
}

#menu-header-svg > text:nth-child(2) {
  stroke: #FFD460;
  fill: #FFD460;
}

#header-container > text:nth-child(2) {
  stroke: #FFD460;
  fill: #FFD460;
}

#menu-header-svg > text:nth-child(3) {
  stroke: #F07B3F;
  fill: #F07B3F;
}

#header-container > text:nth-child(3) {
  stroke: #F07B3F;
  fill: #F07B3F;
}

#menu-header-svg > text:nth-child(4) {
  stroke: #EA5455;
  fill: #EA5455;
}

#header-container > text:nth-child(4) {
  stroke: #EA5455;
  fill: #EA5455;
}

#menu-header-svg > text:nth-child(5) {
  stroke: #FFF8EF;
  fill: #FFF8EF;
}

#header-container > text:nth-child(5) {
  stroke: #FFF8EF;
  fill: #FFF8EF;
}

/*# sourceMappingURL=header.css.map */
