/*LTS DIGITAL*/

/*Stephen Baker 2016*/

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.feather
{
	list-style-type: none;
    margin: 0;
    padding: 0;
	z-index: 1;
	font-size: 20px;
	font-family: 'Abel', sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	background: linear-gradient(-90deg, grey, black);
}
