﻿:root {
	--colorBrandPrimary: hsl(32, 79%, 58%);
	--colorBrandPrimaryDark: hsl(32, 79%, 41%);
	--colorBrandPrimaryXDark: hsl(32, 79%, 26%);
	--colorBrandPrimaryXXDark: hsl(32, 79%, 11%);
	--colorBrandPrimaryLight: hsl(32, 79%, 61%);
	--colorBrandPrimaryXLight: hsl(32, 79%, 76%);
	--colorBrandPrimaryXXLight: hsl(32, 79%, 91%);
	--colorDisabled: hsl(0, 0%, 90%);
	--colorDisabledText: hsl(0, 0%, 80%);
	--colorFontDefault: hsl(210, 10%, 23%);
	--colorAltButton: hsl(213, 100%, 77%);
	--colorAltButtonDark: hsl(213, 100%, 67%);
	--colorAnchor: var(--colorBrandPrimary);
	--colorAnchorDark: hsl(32, 79%, 34%);
	--colorPlaceholder: hsl(0, 0%, 50%);
	--colorPlaceholderDark: hsl(0, 0%, 25%);
}

body {
	background-image: url('../images/body_bg2.jpg');
}
.maw-2.t-bar-container.theme-override {
	max-width: 450px;
}
.maw-a.t-image.theme-override {
	width: 490px;
}