a{
	transition: all .2s ease-in-out;

}
a:hover {
    text-decoration: none;
}
a:hover.btOrange{
	/* margin-left:10px; */
	transition: all .2s ease-in-out;
}
.btOrange {
    font-size: 1.6em;
}