﻿/* Import the basic stylesheet */

@import url('Styles.css');

:root
{
	--SectorBrand1: #d3942f;	/* Operations sector palette dark */
	--SectorBrand1-rgb: 211, 148, 47; 	/* Use when opacity is needed */
	--SectorBrand2: #f4ba53;	/* Operations sector palette medium */
	--SectorBrand2-rgb: 244, 186, 83; 	/* Use when opacity is needed */
	--SectorBrand3: #f2db91;	/* Operations sector palette light */
	--SectorBrand3-rgb: 242, 219, 145; /* Use when opacity is needed */
	--Contrast: #d3942f;
}

/* Additional styles specific to the Operations sector */

div.home-layout
{
	background-image: url('../Images/Backgrounds/Operations-Background.jpg');
}