#t-header a:hover {


}

.linkhover a{ 
      background: linear-gradient(45deg, #3F434B 0%, #3F434B 50%, #3F434B 100%);
        background: -webkit-linear-gradient(45deg, #3F434B 0%, #3F434B 50%, #3F434B 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0); 
        -moz-text-fill-color: rgba(255, 255, 255, 0);
    
}
.linkhover a:hover { 
    background: linear-gradient(45deg, #0129FA 0%, #0129FA 50%, #0129FA 100%);
        background: -webkit-linear-gradient(45deg, #0129FA 0%, #0129FA 50%, #0129FA 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0); 
        -moz-text-fill-color: rgba(255, 255, 255, 0);
    
    transition: background-color 0.5s;
}
.linkhover .tn-atom {
    display: inline;
}
    
