.vDarkGreenBG {
    background-color: #003427;
}

.darkGreenBG {
    background-color: #007A6C !important;
}

.limeGreenBG {
    background-color: #D7DF23;
}

.paleLimeGreenBG {
    background-color: #E7EB7A;
}

.darkGreyBG {
    background-color: #222222;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
span.white {
    color: white;
}

.coton-countryside-reserve-BG,
.pinkBG {
    background-color: #D70A8C;
}

.wandlebury-country-park-BG,
.tadlow-granary-BG {
    background-color: #00B4AA;
}

.bourn-mill-BG,
.orangeBG {
    background-color: #EFAA1E;
}

.hinxton-watermill-BG,
.blueBG {
    background-color: #0096DC;
}

.leper-chapel-BG,
.purpleBG {
    background-color: #7882BE;
}

.otherlocal-BG,
.other-local-event-BG {
    background-color: #999;    
}

/* gradients */

.green-grad {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #00B4AB),
	color-stop(1, #009485)
    );
    background-image: -o-linear-gradient(bottom, #00B4AB 0%, #009485 100%);
    background-image: -moz-linear-gradient(bottom, #00B4AB 0%, #009485 100%);
    background-image: -webkit-linear-gradient(bottom, #00B4AB 0%, #009485 100%);
    background-image: -ms-linear-gradient(bottom, #00B4AB 0%, #009485 100%);
    background-image: linear-gradient(to bottom, #00B4AB 0%, #009485 100%);
}

.pink-grad {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #D70A8C),
	color-stop(1, #B30062)
    );
    background-image: -o-linear-gradient(bottom, #D70A8C 0%, #B30062 100%);
    background-image: -moz-linear-gradient(bottom, #D70A8C 0%, #B30062 100%);
    background-image: -webkit-linear-gradient(bottom, #D70A8C 0%, #B30062 100%);
    background-image: -ms-linear-gradient(bottom, #D70A8C 0%, #B30062 100%);
    background-image: linear-gradient(to bottom, #D70A8C 0%, #B30062 100%);
}

.orange-grad {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #EFA91E),
	color-stop(1, #D98D00)
    );
    background-image: -o-linear-gradient(bottom, #EFA91E 0%, #D98D00 100%);
    background-image: -moz-linear-gradient(bottom, #EFA91E 0%, #D98D00 100%);
    background-image: -webkit-linear-gradient(bottom, #EFA91E 0%, #D98D00 100%);
    background-image: -ms-linear-gradient(bottom, #EFA91E 0%, #D98D00 100%);
    background-image: linear-gradient(to bottom, #EFA91E 0%, #D98D00 100%);
}

.blue-grad {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0096DC),
	color-stop(1, #0078B8)
    );
    background-image: -o-linear-gradient(bottom, #0096DC 0%, #0078B8 100%);
    background-image: -moz-linear-gradient(bottom, #0096DC 0%, #0078B8 100%);
    background-image: -webkit-linear-gradient(bottom, #0096DC 0%, #0078B8 100%);
    background-image: -ms-linear-gradient(bottom, #0096DC 0%, #0078B8 100%);
    background-image: linear-gradient(to bottom, #0096DC 0%, #0078B8 100%);    
}

.purple-grad {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #7882BE),
	color-stop(1, #5865AF)
    );
    background-image: -o-linear-gradient(bottom, #7882BE 0%, #5865AF 100%);
    background-image: -moz-linear-gradient(bottom, #7882BE 0%, #5865AF 100%);
    background-image: -webkit-linear-gradient(bottom, #7882BE 0%, #5865AF 100%);
    background-image: -ms-linear-gradient(bottom, #7882BE 0%, #5865AF 100%);
    background-image: linear-gradient(to bottom, #7882BE 0%, #5865AF 100%);
}