@charset "UTF-8";

body {
	background-image: url(//eventor.fi/static/img/default_bg.png);
	background-color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

a {
	color: inherit;
}

.button {
	color: rgba(0,0,0,1);
	background: rgba(0, 0, 0, 0.1);
}