@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@font-face {
	font-family: 'LCALLIG';
	src: local("Lucida Calligraphy"), url('/css/LCALLIG.ttf') format('truetype');
}
@font-face {
	font-family: 'CALISTOMT';
	src: local("Calisto MT"), url('/css/CALIST.ttf') format('truetype');
}
	html {
		height: 100%;
        scroll-behavior: smooth;
	}
:root, .themeDark {
	--bodyColor: #2a2a2a;
	--pColor:#999;/*rgba(89,153,99,1.00);*/
	--aColor:#BFBFBF/*74BA59*/;
/*
	--bodyColor: #2a2a2a;
	--pColor:rgba(89,153,99,1.00);
	--aColor:#74BA59;
*/
	--aColorHover:#A2D3AA;
	--asideColor:rgba(159, 189, 164, 0.98);
	--svgColor: rgb(105, 112, 83);
	--svgLightColor: #67916e;
}
.themeLight {
	--bodyColor:#AECFB3;
	--pColor: #222;
	--aColor:#2C6D4D;
	--aColorHover:#7B59BA;
	--asideColor:#222;
	--svgColor:rgba(39, 48, 46, 1);
	--svgLightColor:#7ca182;
}
	.settings {
		position: fixed; top: 10px; right: 10px; width: 50px; height: 50px;z-index: 111;
		filter:brightness(127%)  contrast(120%)   drop-shadow(0px -1px 0px rgba(155, 250, 198, 1)) drop-shadow(2px 3px 1px rgba(0, 0, 0, 1)) drop-shadow(3px 3px 2px rgba(0, 0, 0, 1));;
		transition: 0.3s;
	}	
	.settings:hover {
		filter:brightness(157%)  contrast(150%)   drop-shadow(0px -1px 1px rgba(155, 250, 198, 1)) drop-shadow(2px 5px 1px rgba(0, 0, 0, 1)) drop-shadow(3px 5px 2px rgba(0, 0, 0, 1));;
		transition: 0.3s;
		cursor: pointer;
	}	

	body {
		overflow-x: hidden;
		scroll-behavior: smooth;
		background-color: var(--bodyColor,#1F1F1F);
	}
	#indexFrame {
		width: 0px; height:515px;
		border: 0px;
		position: fixed;left: 0px;top:0px;z-index: 4;
		overflow: auto;
		overflow-x: hidden;
		transition:.5s ease;
		border-radius:0px 12px 11px 0px;
		box-shadow:0px 0px 6px 1px rgba(57, 191, 117, .5),0px 0px 20px 10px rgba(0, 0, 0, 0.77),inset 0px 0px 0px 20px #1F1F1F;
	}
	.initIndex{
		width: 10px;position: absolute;left: 0px;top: 1px;
	}
	svg {
		position: absolute;z-index: -1;
	}
	.svgLink {
		filter: url(#svgfilter);
		font-size: 1.7em;
		padding: .3em;
        text-align: center;
	}
	.svgLink > a {
		color: var(--svgColor,rgba(33,56,37,1.00));
		transition: 0.3s;
	}
	.svgLink > a:hover {
		filter:brightness(71%);
		transition: 0.3s;
	}
	.divHeader {
		display:flex;align-items: center;justify-content: center;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));	}
	.svgHeader {
		filter: url(#svgfilter);
		color:rgba(33,56,37,1.00);
        text-align: center;
	}
	.svgSubHeader {
		filter: url(#svgfilter);
		color: var(--svgColor,rgba(33,56,37,1.00));
		font-size: 2.5em;
	}
	.cssHeader {
		color:rgba(102, 63, 63, 1);
		text-shadow:0px -2px 0px rgba(49, 122, 82, 1),4px 2px 8px rgba(0, 0, 0, 1),0px 1px 7px rgba(42, 92, 65, 1),0px -2px 3px rgba(161, 152, 87, 1);
		filter:brightness(120%)  contrast(153%)  sepia(84%)  ;
	}
	.openindex:hover{
		filter:brightness(123%) drop-shadow(0px 0px 0px #69D77A);
		transition: 0.3s;
	}
    .openindex {
 		position: fixed; top: 0px; left: 5px; width: 80px; height: 80px;z-index: 3;cursor: pointer;
		transition: 0.3s;
   }
   h1.h1 {
        padding-top: 1.5em;
        padding-bottom: 1em;
		font-size: 3em;
		letter-spacing: 1px;
	}
    h1, h2 {
		font-family: 'Lucida Calligraphy','LCALLIG';/*'Modern Antiqua',*/
		filter:url(#svgfilter)  brightness(116%) contrast(96%) drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
		color:rgba(33,56,37,1.00);
        text-align: center; 
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-weight: normal;
	}
    h2.h2 {
		font-size: 2em;
        padding: 1em;
		letter-spacing: 1px;
	}
    .seo-h1 {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }	
	.center {
		text-align: center; display: block; margin: 0 auto;
	}
	header {
		font-family: 'LCALLIG', 'Lucida Calligraphy',"CALISTOMT";
		color: var(--svgColor,rgba(33,56,37,1.00));
		letter-spacing: 1px;
		font-size: 3em;
	}
	.title {
		display:block;margin: 0 auto;
	}
	.start {
		position: absolute; top: 0px; left: 0px; width: 80px; height: 80px;z-index: 3;
		filter:contrast(117%)  ;
		transition: 0.3s;
	}
	.start:hover {
		filter:  contrast(128%) brightness(143%) hue-rotate(239deg)   drop-shadow(2px 6px 3px rgba(0, 0, 0, 1)) drop-shadow(0px -4px 8px rgba(38, 117, 73, 1));
		transition: 0.3s;
	}
	.home {
		position: fixed; top: 0px; left: 5px; width: 80px; height: 80px;z-index: 3;
		transition: 0.3s;
	}
	.home:hover{
		filter:brightness(123%) drop-shadow(0px 0px 0px #69D77A);
		transition: 0.3s;
	}
	.divide {
		font-size: 3em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
	}
	.minidivide {
		font-size: 2em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
	}
	div > p {
		font-family: "Lucida Calligraphy";
		font-size: 1.06em;
		text-align: center;
		color: var(--asideColor, rgba(159, 189, 164, 0.98));
        line-height:29px;
	}
	aside > p {
		font-family: "Lucida Calligraphy";
		font-size: 1.06em;
		text-align: center;
		color: var(--asideColor, rgba(159, 189, 164, 0.98));
        line-height:29px;
	}
	p, ol {
		color: var(--pColor, rgba(89,153,99,1.00));
        font-family: "Philosopher", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.3rem;
        line-height: 1.3;
		max-width: 667px;
		margin: auto;
		text-align: justify;
	}
    .firstLetter::first-letter {
        font-size:200%;
        vertical-align:-20%;
        line-height:75%;
    }
	a {
		text-decoration: none;
		color:  var(--aColor,#74BA59);
		cursor: pointer;
		transition: 0.2s;
	}
	a:hover {
		color:  var(--aColorHover,#69D77A);
		transition: 0.2s;
	}
	.bottomImage {
		 width: 80px; height: 80px;
		transition: 0.4s;
	}
	.bottomImage:hover {
		filter:brightness(123%) drop-shadow(0px 0px 0px #69D77A);
		transition: 0.4s;
	}
	footer, .footer {
		color: var(--pColor, rgba(89,153,99,1.00));
        position: relative; bottom: 5px; right:0px;
		padding-top: 5em;
		padding-bottom: 2em;
		font-family: Garamond;
		font-size: 1em;
		text-align: center;
	}
	footer::after, .footer::after {
		content: "Optimised for Chrome on PC. No tracking; no consents necessary. \A Copyright \000A9 2018-2026 Edmund Wood; all rights reserved.";white-space: pre;
	}  
    .window-shadow-scroll{
        width:20px; position:absolute; right:-21px; top:0px; z-index:5;
        border-radius:0px 12px 11px 0px;
        box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.50);
    }
    .window-shadow-top{
        position:fixed; left:0px; top:0px; width:100%; z-index:5;
        border-radius:0px 12px 11px 0px;
        box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.50);
    }
    .window-shadow-bottom{
        position:fixed; left:0px; bottom:0px; width:100%; z-index:5;
        border-radius:0px 12px 11px 0px;
        box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.50);
    }
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
	box-shadow:inset 0px 0px 3px 0px rgba(57, 191, 117, 1);
	border-radius: 10px;
	background:rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
	box-shadow:inset 0px -2px 2px 0px rgba(9, 33, 20, 1),inset 1px -1px 2px 0px rgba(55, 191, 116, 0.46),inset 0px -1px 7px 6px rgba(0, 0, 0, 1),inset 2px 9px 6px 4px rgba(57, 191, 117, 1);
	background:rgb(85, 85, 85);
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}


