/* Customised CSS for Ribchester St Wilfrid's Primary School on e-Voice */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* All the rules below control the style of the various elements */


h1.community-name {
	color: #FFFFFF;	
}


.alert-warning { /* make the colour of alert boxes dark green */
    background-color: #344027;
    border-color: transparent;
}

.btn-primary { /* make the primary button colour dark green */
    background-color: #344027;
}

.btn-primary:hover { /* adjust the hover colour of the primary button */
    background-color: #93c54b;
}

.navbar .nav>li>a { /* adjust the size of menu item text */
    font-size: 14px;
}