@import url('https://fonts.googleapis.com/css?family=Cabin|Open+Sans|PT+Sans&display=swap');

body {
	background-image: url(../_img/cork-wallet.png);
}
h1 {
	background-image: url(../_img/greenstar-logo-2019.png);
	background-size: 144px 44px;
	text-indent: 155px;
	width: 20em;
	font-family: "Cabin";
	font-weight: 700;
	color: black;
}
h1 a {
	width: 18em;
	font-family: "Cabin";
	font-weight: 700;
}
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover { color: black }
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover { color: white } 
.module h3 {
	background-color:#00572e;
}
a.smallButton {
	background-color:#00572e;
}
a.red {
	background-color:#f09a3e;
}
a.grey {
	background: #e0e0e0;
	color: #00572e;
}

button {
	background-color:#00572e;
}

button.red {
	background-color:#f09a3e;
}

#login input[type="submit"] {
	background: #e0e0e0;
        font-family: "Cabin";
        font-weight: 700;
 }
