a {
	text-decoration: none;
	transition: all 0.3s ease;
	&:focus {
		outline: none;
	}
	&:hover,
	&:active {
		text-decoration: none;
	}
	h1 &, h2 &, h3 &, h4 &, h5 &, h6 & {
		color: inherit;
	}
}