body
{
	background: #fff;
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}

#coloured_bg
{
	margin-top: 2%;
	padding: 2% 0;
}

.navbar-default 
{
	background-color: #0003;
}
