/* Overrwrite these variables to apply custom styling: */

:root {
    --main-color: #005172;
    --main-color-contrast: #fff;
    --border-right-color: #666666;
    --jumbotron-bg-color: #000;
    --rounded-blackborder-color: #000;
    --button-color: #476A01;
	--button-hover-color: #005172;
    --landing-bg-color: #ffeb3b;
	--landing-text-color: #fff;
    --white-text-color: #fff;
};

/* Additional css styling can be added below: */

