/**COLOUR VARIABLES**/
:root {
	--htmlBG: #ecebea; /*white;/*#544b51;/*#342b31;*/
	--headerBG: #251605;
	--containerBG: #ecebea;/*white;/*#443b41;/*#83705A;*/
	--currentTabBG: #322312;
	--footerBG: #251605;
	--hyperlink: #fbac1b;
	
	--mainBorder: #736353;
	--innerBorder: #756351;
	--linkHover: #fdad1b;
	--menuHover: #605240;
	--titleText: #ea9824;
	--grey: #ccc;
	
	--plugin1BG:#25160508;
	--plugin2BG:#cbc8c777; /*#25160511;*/
	--plugin3BG:#c0c4c777; /*#25160511;*/
	--plugin4BG:#25160511;
	--plugin5BG:#25160511;
	--plugin6BG:#25160511;
	--plugin7BG:#25160511;
	--plugin8BG:#25160511;
	
	--plugin1audioBG: #25160513;
	--plugin2audioBG: #cbc8c782;
	--plugin3audioBG: #c0c4c782;
	--plugin4audioBG: #25160517;
	--plugin5audioBG: #25160517;
	--plugin6audioBG: #25160517;
	--plugin7audioBG: #25160517;
	--plugin8audioBG: #25160517;
	
	--plugin1PlayButton: #25160513;
	--plugin2PlayButton: #cbc8c782;
	--plugin3PlayButton: #b0a4a7c2;
	--plugin4PlayButton: #35160527;
	--plugin5PlayButton: #35160527;
	--plugin6PlayButton: #35160527;
	--plugin7PlayButton: #35160527;
	--plugin8PlayButton: #35160527;
}

*{
	font-family: "Trebuchet MS";
	color:inherit;
	-webkit-tap-highlight-color: transparent; /*Prevents button from being highlighted when tapped on mobile device*/
}

.right { float: right}
.left {float: left}

html, body{
	font-size:16pt;
	position: relative;
	top: -4px;
	scroll-behavior:smooth;
	background-color: var(--htmlBG);
}

body {
	min-width: 632px;
	margin:0;
}

#container{
	margin: 0 auto;
	padding: 36px 2% 96px 2%;
	text-align:center;
	width: 94.2%;
	min-width: 880px;
	max-width: 1280px;
	min-height: 800px;
	height: 100%;
	background-color: transparent;
}
#container.anyHeight {
	min-height:0;
	padding-bottom:36px;
}

.smallprint {
	font-size:1.1rem;
}

.plugin {
	color:black;
	border: 1px solid #eee;
}
