﻿	:root
		{
			--main-background: #A3BFBD;
			--main-text: #243332;
			--container-background: #DAF2F0;
			--border-top: #698C89;
			--border-bottom: #476663;
			--border-shadow: #364C4A;
			--button-left-hover: #F0FAF9;
			--button-left-top-hover: #769492;
			--button-right-hover: #507370;
			--button-right-top-hover: #3E5957;
			--text-link: #99004D;
			--text-link-hover: #CC0A6B;
		}
	
	body
		{
			background-image: url('background_bamboowacker_alt-en.png'), url('background_bamboowacker-en.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-en.png');
					background-attachment: fixed;
					background-position: top center;
					background-repeat: no-repeat;
				}
		}