.header_title h1 {
	color: #000;
}
/*
@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .header_title h1 {
	background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%,#520000), to(#590000)) !important;
    background-image: -webkit-linear-gradient(left, #000000 0%, #560000 50%,#550000 100%) !important;
    background-image: -moz- oldlinear-gradient(left, #002851 0%, #24c2d6 50%, #24c2d6 100%) !important;
    background-image: -o-linear-gradient(left,#002851 0%, #24c2d6 50%, #24c2d6 100%) !important;
    background-image: linear-gradient(to right, #5b0000 0%, #ff0000 50%, #ec0000 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center; 
  }
}*/