

/** 
 *	Variables used in other stylesheets
 */
:root {
	--logo-width:250px;
	--tan:#d4c6ab;
	--tan-hover:#d9bb82;
	--brown:#cda378;
	--brown-hover:#ce9050;

	--blue:#1f83b6;
	--blue-hover:#1f92cd;

	--yellow:#fcb900;

	--button-bg:var(--blue);
	--button-bg-hover:var(--blue-hover);

	--wc-button-bg:var(--blue);
	--wc-button-bg-hover:var(--blue-hover);

	--wc-button-color:#fff;
	--wc-button-color-hover:#fff;

	--menu-background:var(--blue);
	--menu-background-hover:var(--blue-hover);
	--menu-link:#fff;
	--menu-link-hover:#fff;
}

