/*
	Arcana 1.0 by HTML5 Up!
	html5up.net | @nodethirtythree
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

.button
{
	background-image: url('images/button.svg');
}

.button:hover
{
	background-image: url('images/button-hover.svg');
}

.button:active
{
	background-image: url('images/button-active.svg');
}