﻿/* Import the basic stylesheet */

@import url('Styles.css');

:root
{
	--SectorBrand1: #497750; 	/* Exploration sector palette dark */
	--SectorBrand1-rgb: 171, 209, 147; 	/* Use when opacity is needed */
	--SectorBrand2: #74995c; 	/* Exploration sector palette medium */
	--SectorBrand2-rgb: 116, 153, 92; 	/* Use when opacity is needed */
	--SectorBrand3: #abd193; 	/* Exploration sector palette light */
	--SectorBrand3-rgb: 171, 209, 147; /* Use when opacity is needed */
	--Contrast: #497750;
}

/* Additional styles specific to the Exploration sector */

div.home-layout
{
	background-image: url('../Images/Backgrounds/Exploration-Background.jpg');
}