/* color for navbar */
nav {
    background-color: #ADDEFE;
}
/* mouse over on nav link text */
/* (an ID needed to be added for this to work) */
#customnavtext {
	color: #000000;
}
#customnavtext:hover {
	color: #FFFFFF;
}
#dropdown01 {
	color: #000000;
}
#dropdown01:hover {
	color: #FFFFFF;
}
/* color for jumbotron */
.jumbotron {
    background-color: #EBEBEB;
}
/* customise main heading */
.mainheading {
    font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
}