.landpage-image
{
    background-image: url(../graphics/background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
}

.forcegray 
{
	color: darkslategray !important;
}

.justified
{
	text-align: justify !important;	
}

body
{
	// background-color: #CD9B1D;
	background-image: url(../images/background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
}
