/* Home Welcome Area */

.home-welcome-section .truncated a{
	text-decoration: underline;
	cursor: pointer;
	color: rbga(var(--gradient-background));
}
.home-welcome-section .truncated a:hover{
	text-decoration: none;
}

.home-welcome-section h3{
	font-weight: normal;
	color:rgba(var(--color-foreground),.65);
}