/*
In case of emergency, a backup of this file is located at:
href="http://jackygirling.co.uk/backup/big-head/user-style.css
*/

/*
Here's a link to a colour picker, where you can get the hex numbers for the colours you want:
href="http://jackygirling.co.uk/colourpicker
*/

/*
Navigation, footer background colour (default is yellow)
If you want no colour, use #ffffff (white)
*/
.nav-container, .footer, nav ul{
  background-color:#8c95c4;
}

/*
Navigation, footer border colour
If you want no border, use:
border:none;
*/

.nav-container, .footer{
  border:1px solid #aaaaaa;
}

/*   Website name font-style, size and colour */
#title a{
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  color:#000000
}

/*   Website name hover colour   */
#title a:hover {
  color: #555555;
}

/*   Menu links colour   */
nav a {
  color:#000000
}

/*   Menu links hover colour   */

nav a:hover{
  color:#555555
}
