#navre a {
  background: #fff;
  color: #000;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 40px;
  border-right:1px #EEEEEE solid;
  padding: 0 26px;
  font-weight: bold;
  text-decoration: none;
  color: transparent;
	background: repeating-linear-gradient(
		90deg,
		#FFEB01 0 1em,
		#FC8801 1em 2em,
		#FE0103 2em 3em,
		#FF30CA 3em 4em,
		#CA1DFE 4em 5em,
		#114AFF 5em 6em
	);
	background-clip: text;
	-webkit-background-clip: text;
}
#navre a:hover {
  background: #FFFFFF;
   color: #000;
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;

  color: transparent;
	background: repeating-linear-gradient(
		90deg,
		#FFEB01 0 1em,
		#FC8801 1em 2em,
		#FE0103 2em 3em,
		#FF30CA 3em 4em,
		#CA1DFE 4em 5em,
		#114AFF 5em 6em
	);
	background-clip: text;
	-webkit-background-clip: text;
  }

 #navre a:hover {
  background: #fff;
   color: #000;
}

}