@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@font-face {
	font-family: 'CALISTOMT';
	src: local("Calisto MT"), url('/css/CALIST.ttf') format('truetype');
}
@font-face {
	font-family: 'LCALLIG';
	src: local("Lucida Calligraphy"), url('/css/LCALLIG.ttf') format('truetype');
}
	html {
		height: 100%;
        scroll-behavior: smooth;
	}
:root, .themeDark {
	--bodyColor: #333333;
	--pColor:#999;/*rgba(89,153,99,1.00);*/
	--aColor:#BFBFBF/*74BA59*/;
	--aColorHover:#69D77A;
	--asideColor:rgba(141,188,148,1.00);
	--svgColor: rgb(105, 112, 83);
	--svgLightColor: #67916e;
	--shadowColor:rgba(0, 0, 0, 1);
	--ulColor: #999;/*rgba(89,153,99,1.00);*/
    --svgLinkHover: #2BA33E;
}
.themeLight {
	--bodyColor:#AECFB3;
	--pColor: #222;
	--aColor:#704BB4;
	--aColorHover:#9579C7;
	--asideColor:#222;
	--svgColor:rgba(39, 48, 46, 1);
	--svgLightColor:#7ca182;
	--shadowColor:rgba(0, 0, 0, .3);
	--ulColor: #222;
    --svgLinkHover: #483073;
}
.settingsHolder {
		position: fixed; top: 0px; right: 0px; width: 80px; height: 80px;z-index: 111;
    
}
.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 {
		background-color: var(--bodyColor,#1F1F1F);
		scroll-behavior: smooth;
		overflow-x: hidden;
        color: var(pColor,#999);
	}
	svg {
		width:667px;height:100px;/*viewport*/
		position: absolute;
	}
	.svgLink {
		filter: url(#svgfilter);
		font-size: 2em;
		transition: 0.3s;
        text-align: center;
	}
	.svgLink:hover {
		color: var(--svgLinkHover,#2BA33E);
		transition: 0.3s;
	}
	.svgHeader {
		filter: url(#svgfilter);
		font-size:3em;
		text-shadow:1px 3px 6px var(--shadowColor,#000);
        text-align: center;
	}
	.svgMainHeader {
		filter: url(#svgfilter);
		font-size:4em;
		text-shadow:1px 3px 6px var(--shadowColor,#000);
	}
	.svgSubHeader {
		filter: url(#svgfilter);
		font-size: 2.5em;
	}
	.svgSubHeader2 {
		filter: url(#svgfilter);
		font-size: 2em;
	}
 	.home {
		position: fixed;
		top: 10px;
		left: 10px;
		width: 90px;
		height: 110px;
		z-index: 3;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 1));  
		transform: rotate(180deg);
		transition: 0.3s;
		cursor: pointer;
	}
	.home:hover {
		display: block;
		transition: 0.3s;
	}
   .openindex:hover {
		display: block;
		transition: 0.3s;
	}
   .openindex {
        position: fixed; top: 10px; left: 10px; width: 90px; height: 110px;z-index: 3;cursor: pointer;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 1));  
		transform: rotate(180deg);
		transition: 0.3s;
    }
   h1.h1 {
        padding-top: 1em;
        padding-bottom: 1em;
		font-size: 4em;
		letter-spacing:2px;
		text-shadow:1px 3px 6px var(--shadowColor,#000);
	}
    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, 1));
		color: var(--svgColor,rgba(105, 112, 83,1.00));
        text-align: center; 
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-weight: normal;
	}
    h2.h2 {
		filter: url(#svgfilter) drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
		font-size: 2.5em;
        padding: 1em;
		letter-spacing: 1px;
	}
    h1.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;
        max-width: 667px;
	}
    aside, aside > p {
		font-family: "Lucida Calligraphy";
		font-size: 1.06em;
		text-align: center;
		color: var(--asideColor, rgba(141,188,148,1.00));
        line-height:29px;
	}
	.initIndex{
		width: 10px;position: absolute;left: 0px;top: 1px;
	}
	#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 20px 10px rgba(0, 0, 0, 0.50),inset 0px 0px 0px 20px #1F1F1F;
	}
	a {
		text-decoration: none;
		color:  var(--aColor,#74BA59);
		transition: 0.2s;
		display: inline-block;
		position: relative;
	}
	a:hover {
		color:  var(--aColorHover,#69D77A);
		transition: 0.2s;
	}
p > a::after {
  content: "";
  background-color: #2A9E3C;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

p > a:hover::after {
  transform: scaleX(1);
}
    .firstLetter::first-letter {
        font-size:200%;
        vertical-align:-20%;
        line-height:75%;
    }
	.divHeader {
		display:flex;align-items: center;justify-content: center;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
	}
	.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%)  ;
	}
	header {
/*		text-shadow:rgb(27, 105, 62) -2px 1px 1px, rgb(55, 107, 78) 1px 1px 2px;
*/		font-family:"Lucida Calligraphy";
		color: var(--svgColor,rgba(105, 112, 83,1.00));
		letter-spacing:2px;
		font-size: 2.7em;
	}

	.title {
		display:block;margin: 0 auto;
	}
	.start {
		position: fixed; top: 0px; left: 0px; width: 80px; height: 80px;z-index: 3;
		filter:contrast(117%) drop-shadow(3px 3px 2px rgba(0, 0, 0, 1));
		transition: 0.3s;
	}
	.start:hover {
		filter:contrast(128%) drop-shadow(2px 6px 3px rgba(0, 0, 0, 1)) drop-shadow(0px -4px 8px rgba(38, 117, 73, 1)) brightness(143%) hue-rotate(239deg);
		transition: 0.3s;
	}
	.orb {
		filter: drop-shadow(0px 9px 10px rgba(0, 0, 0, 1));cursor: pointer; margin: auto; width:176px;display: block;
	}
	.orb:hover {
		filter: drop-shadow(0px 9px 10px rgba(0, 0, 0, 1)) brightness(104%) contrast(152%);
		transition: 0.3s;;
	}
	.divided {
		font-size: 3em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
		filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));
	}
	.divided::after {content:"~";white-space: pre;}  
	.divide {
		font-size: 3em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
		filter: url(#svgfilter) drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));
	}
	.minidivide {
		font-size: 2em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
	}
	.prose > p {
		font-family: 'Calisto MT', "CALISTOMT", "Lucida Calligraphy";
		font-size: 1.2em;
		text-align: center;
		color: rgba(141,188,148,1.00);
	}
	p, ol, ul {
		color: var(--pColor, rgba(89,153,99,1.00));
        font-family: "Merriweather", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.1rem;
        line-height: 1.5;
		max-width: 667px;
		margin: auto; text-align: justify;
	}
/*
	ul {
		color: var(--ulColor,rgba(105, 112, 83,1.00));
		font-family: 'Calisto MT', "CALISTOMT", "Lucida Calligraphy", 'LCALLIG';
		font-size: 1.2em;
		max-width: 667px;
		margin: auto;
	}
*/
	.webHiddenDiv {
		position: fixed;top: 0px;right: 0px;width: 10px;height: 10px;color: gray;
	}
	.webHiddenDiv::after {
		content: "X";
	}
	.bottomImage {
		padding: 1em; cursor: pointer;
		 width: 50px; height: 50px;
		filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
        text-align: center;
	}
	.bottom {
        text-align: center;
	}
	a > img {
		transition: 0.3s;
	}
	a > img:hover {
		filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 1)) hue-rotate(41deg) brightness(104%) contrast(192%);
		transition: 0.3s;
	}
	.subtitle {
		display:block;margin: 0 auto;
		font-size: 2em;
		color: #957C61;
		text-shadow:0px 2px 3px rgba(23, 54, 37, 1),1px 1px 0px rgba(10, 31, 19, 0.98),0px -1px 0px rgba(98, 237, 160, 1);
	}
	footer, .footer {
		position: relative; bottom: 5px; right:0px;
		padding-top: 1em;
		padding-bottom: 1em;
		font-family: Garamond;
		font-size: 1em;
		text-align: center;
        color: var(--pColor,#999);
	}
	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;background:rgba(0, 0, 0, 0.1);
}
::-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; 
}
