.landpage-image
{
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../graphics/background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
}

.forcegray 
{
	color: darkslategray !important;
}

.forceblack 
{
	color: black !important;
}

.forcewhite
{
	color: white !important;
}

.justified
{
	text-align: justify !important;	
}

html 
{
  scroll-behavior: smooth;
}
