﻿	:root
		{
			--main-background: #BFA3BF;
			--main-text: #332433;
			--container-background: #F2DAF2;
			--border-top: #8C698C;
			--border-bottom: #664766;
			--border-shadow: #4C364C;
			--button-left-hover: #FAF0FA;
			--button-left-top-hover: #947694;
			--button-right-hover: #735073;
			--button-right-top-hover: #593E59;
			--text-link: #00998C;
			--text-link-hover: #0ACCBC;
		}
	
	body
		{
			background-image: url('background_bamboowacker_alt-ru.png'), url('background_bamboowacker-ru.png');
			background-attachment: fixed;
			background-position: calc(50% + 650px) 50%, calc(50% - 650px) calc(100% + 40px);
			background-repeat: no-repeat;
			background-size: 600px, 500px;
		}
	@media only screen and (max-width: 1080px)
		{
			body
				{
					background-image: url('background_bamboowacker-ru.png');
					background-attachment: fixed;
					background-position: top center;
					background-repeat: no-repeat;
				}
		}