/* GREEN */

html,body {
	background-color: #dcedc8;
}

header .topline {
	background-color: #689f38;
}

.btn-coi {
	background-color: #689f38;
	color: #fff;
}

.btn-coi:hover {
	color: #fff;
	background-color: #9ccc65;
}

/* RAFFLES */

.raffle-page a {
	color: #689f38;
}

.raffles h1, .raffles h4 {
	color: #689f38;
}

.raffles .page-header {
	border-color: #689f38;
	padding-bottom: 0px;
}

.raffles .page-header h1 {
	margin-top: 0px;
	color: #689f38;
}

.raffles .page-header h1 .back-button {
	font-size: 12pt;
	text-decoration: none;
	cursor: pointer;
	color: #689f38;
}

.raffles .panel-default .panel-heading {
	background-color: #689f38;
	color: #fff;
	text-transform: uppercase;
}

/* Fundraiser */
.fundraisers .page-header {
	border-color: #689f38;
	padding-bottom: 0px;
}

.fundraisers .page-header h1 {
	margin-top: 0px;
	color: #689f38;
}

.fundraisers .page-header .back-button {
	font-size: 12pt;
	text-decoration: none;
	cursor: pointer;
	color: #689f38;
}

.fundraisers .panel-default .panel-heading {
	background-color: #689f38;
	color: #fff;
}

.fundraisers .panel-default .panel-heading h4 {
	color: #fff;
}

.fundraisers h1, .fundraisers h4 {
	color: #689f38;
}

.fundraiser-page a {
	color: #689f38;
}

.panel-danger {
	background-color: #dcedc8;
	border:none;
}

/* Charity */
.charity {
	background-color: #fff;
	padding: 10px;
}

.charity h2 {
	border-color: #689f38;
	color: #689f38;
}

.charity .raffle-item h1, .charity .fundraising-item h1, .charity .fundraising-item h4  {
	color: #689f38;
}

.charities .panel-danger .panel-heading {
	background-color: #689f38;
	color: #fff;
}

.charities .panel-danger .panel-heading h1 {
	color: #fff;
	font-size: 12pt;
	margin: 0px;
}

.charities .panel-danger .panel-body {
	background-color: #fff;
}

footer {
	background-color: #689f38;
}