.landpage-image
{
    background-image: url(../graphics/background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
}

.forcegray 
{
	color: #ffd700 !important;
}

.justified
{
	text-align: justify !important;	
}

a:hover
{
	text-decoration: underline !important;
}

.forcebgblack
{
	background-color: #121212 !important;
}

.forcereducepadding
{
	padding-top: 1em !important;
    padding-bottom: 1em !important;
}

html 
{
  scroll-behavior: smooth;
}
