body, html {
    height: 100%;
}

.bg { 
    /* The image used */
    background-image: url("../img/bldepotmaster.jpg");

    /* Full height */
    height: 80%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.codrops-header {
	color: #ffffff;
}

.codrops-header a {
	color: #ffffff;
}

.codrops-header h1 {
	color: #ffffff;
}
