@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&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;
	}
	body {
		overflow-x: hidden;
		background-color: var(--bodyColor,#1F1F1F);
		color: var(--pColor, rgba(89,153,99,1.00));
	}
	#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;z-index: 123;
	}
	svg {
		position: absolute;z-index: -1;
	}
	.svgLink {
		filter: url(#svgfilter);
		font-size: 1.7em;
		padding: .3em;
        text-align: center;
	}
	.svgLinkAbort{
		font-size: 1.7em;
		padding: .3em;
		color: rgba(89,153,99,1.00);
	}
	.svgLink > a {
		color: var(--svgLinkColor,rgba(33,56,37,1.00));
		transition: 0.3s;
	}
	.svgLink > a:hover {
		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);
        text-align: center;
	}
   h1.h1 {
        padding-top: 1em;
        padding-bottom: 1em;
		font-size: 3.5em;
        font-weight: 400;
		letter-spacing: 1px;
	}
    h1, h2, h3 {
        font-family: 'LCALLIG';
		filter:url(#svgfilter) brightness(116%) contrast(96%) drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
/*		filter:url("/images/filters.svg#svgfilter") brightness(116%) contrast(96%) drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
*/      will-change: filter;
		color:rgba(33,56,37,1.00);
        text-align: center; 
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-weight: normal;
	}
    h2.h2 {
		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;
    }
    h3.h3 {
		filter: url(#svgfilter) drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
		font-size: 2em;
		text-indent: 50px;
		font-family:"Calisto MT";
		color:rgb(105, 112, 83);
        max-width: 667px;margin: auto;
    }
    h3 {
 		position: relative;
        padding: 1em 0 1em 50px;
        max-width: 667px;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
        text-align: left;
		font-size: 2em;
    }
    header {
		font-family:"LCALLIG";
		color: var(--svgColor,rgba(33,56,37,1.00));
		letter-spacing:2px;
		font-size: 2.7em;
	}
	.svgSubHeader {
		filter: url(#svgfilter);
		color: var(--svgColor,rgba(33,56,37,1.00));
		font-size: 2em;
	}
	.svgHeaderAbort {
		color: rgba(89,153,99,1.00);
	}
	.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%)  ;
	}
	.center {
		text-align: center; display: block; margin: 0 auto; max-width: 667px;
	}
	.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;
	}
	.openindex {
		position: fixed; top: 10px; left: 10px; width: 80px; height: 80px;z-index: 3;
		transition: 0.3s ease;
	}
	.openindex:hover{
		filter:brightness(123%); cursor: pointer;
	}
	.home {
		position: fixed; top: 10px; left: 10px; width: 80px; height: 80px;z-index: 3;
		transition: 0.3s ease;
	}
	.homeBottom {
		width: 80px; height: 80px; z-index: 3; margin: 0 auto;
		transition: 0.3s ease; 
	}
	.home:hover, .homeBottom:hover{
		filter:brightness(123%);
	}
	.home2 {
		position: fixed; top: 5px; left: 20px; width:60px; height: 90px;z-index: 3;
		transition: 0.3s ease; cursor: pointer;
		filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, .6))  drop-shadow(0px 0px 2px rgba(0, 0, 0, .6))
		brightness(87%)  contrast(140%) ;
	}
	.homeBottom2 {
		width:60px; height: 90px; z-index: 3; margin: 0 auto; display: block;
		transition: 0.3s ease; transform: rotate(180deg); cursor: pointer;
		filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, .6)) drop-shadow(0px 0px 2px rgba(0, 0, 0, .6))
		brightness(77%)  contrast(140%)   ;
	}
	.home2:hover, .homeBottom2:hover{
		filter:   drop-shadow(0px 0px 3px rgba(57, 191, 117, 1)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 1))
		brightness(102%)  contrast(96%) ;
		transition: 0.3s ease;
	}	
	.divide {
		font-size: 3em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
	}
	.minidivide {
		font-size: 2em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
	}
	.corners {
		position: absolute;
		z-index: -1;
		filter:brightness(126%) contrast(153%) drop-shadow(0px 1px 1px rgba(55, 191, 116, 0.43)) drop-shadow(10px 3px 2px rgba(0, 0, 0, 1));
	}
	cite {
		font-family: "Garamond";
		font-size: 1em;
		color: rgba(141,188,148,.6);
		padding:20px;line-height: 2em;
	}
	aside > p {
		font-family: "Lucida Calligraphy";
		font-size: 1.06em;
		text-align: center;
		color: var(--asideColor, rgba(141,188,148,1.00));
        line-height:25px;
    }
	p, ol {
		color: var(--pColor, rgba(89,153,99,1.00));
        font-family: Lora, serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.3;
		max-width: 667px;
		margin: auto; text-align: justify;
	}
	a {
		font-family: "Playfair Display";
		text-decoration: none;
		color:  var(--aColor,#74BA59);
		cursor: pointer;
		transition: 0.2s;
		display: inline-block;
		position: relative;
	}
	a:visited {
		color:  var(--aColorVisited,#387A42); 
		transition: 0.2s;
	}
	header > a:visited {
		color:  var(--aHeaderColorVisited,#387A42); 
		transition: 0.2s;
	}
	a:hover, header > a:hover {
		color:  var(--aColorHover,#A2D3AA);
		transition: 0.2s;
	}
p > a:not(.exclude)::after{
  content: "";
  background-color: #2A9E3C;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}

p > a:hover::after {
  transform: scaleX(1);
}
.firstLetter::first-letter {
    font-size:200%;
    vertical-align:-20%;
    line-height:75%;
}
.bottomAnchor {
    filter:url(#svgfilter1) drop-shadow(rgba(0, 0, 0, 1) 1px 3px 6px ) ;
    transition: 0.3s;
}
.bottomAnchor:hover {
    filter:drop-shadow(rgba(112, 93, 93, 1) 0px -2px 3px ) url(#svgfilter1) ;
    transition: 0.3s;
}
	.bottomImage {
		 width: 80px; height: 80px;
		transition: 0.4s;
	}
	.bottomImage:hover {
		filter:brightness(123%) drop-shadow(0px 0px 0px #69D77A);
		transition: 0.4s;
	}
	footer, .footer {
		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: "Copyright \000A9 2018-2026 Edmund Wood; all rights reserved. \A Optimised for Chrome on PC. No tracking, no consents necessary.";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 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; 
}
