@charset "utf-8";
@font-face {
	font-family: 'LCALLIG';
	src: local("Lucida Calligraphy"), url('/css/LCALLIG.ttf') format('truetype');
}
	html, body {
		height: 100%;
		margin: 0;
		scroll-behavior: smooth;
	}
	body {
		background: #242527;
	}
	svg {
		position: absolute;
	}
	.svgLink {
		filter: url(#svgfilter);
		font-size: 2em;
        cursor: pointer;
		transition: 0.2s;
	}
	.svgLink > a {
		color:rgba(33,56,37,1.00);
		transition: 0.2s;
	}
	.svgLinkAbort{
		font-size: 1.8em;
		color: rgba(89,153,99,1.00);
	}
	.svgHeader {
		filter: url(#svgfilter);
		color:rgba(33,56,37,1.00);
	}
	.svgHeaderAbort {
		color: rgba(89,153,99,1.00);
	}
	.svgSubHeader {
		filter: url(#svgfilter);
		font-size: 2.5em;
	}
	.divHeader {
		display:flex;align-items: center;justify-content: center;
		filter:drop-shadow(1px 1px 3px black);
	}
 	.center {
		text-align:center; display:block; margin:0 auto; max-width:667px;
	}
    nav {position:relative;}
   h1, h2, h3 {
		font-family: 'LCALLIG';
		filter:url(#svgfilter) 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;
	}
   h1.h1 {
        padding-top: 1em;
        padding-bottom: 1em;
		font-size: 2.9em;
		letter-spacing: 1px;
	}
    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;
    }
    header {
		font-family: 'Lucida Calligraphy','LCALLIG';
		letter-spacing: 1px;
		font-size: 3em;
	}
	.frame {box-shadow:0px -1px 9px 2px rgba(57, 191, 117, 1),0px 0px 11px 10px rgba(10, 9, 6, 0.62);}
	.frame1{box-shadow: rgb(19, 54, 35) 0px 0px 6px 6px, rgb(57, 191, 117) 2px 2px 10px 12px;}
	.frame2{ box-shadow:0px 0px 7px 7px rgba(15, 27, 48, 1),0px 0px 18px 12px rgba(55, 83, 191, 1);}
	.start0 {
		position: absolute; top: 5px; left: 5px; width: 80px; height: 80px;z-index: 3;
		filter:brightness(100%)  contrast(117%) drop-shadow(2px 6px 3px rgba(0, 0, 0, 1)); 
		transition: 0.4s ease; display: block;
		border-radius: 50%; 
	}
	.start0:hover {
		filter:brightness(123%)  contrast(128%)   drop-shadow(2px 6px 3px rgba(0, 0, 0, 1)) drop-shadow(0px -4px 8px rgba(38, 117, 73, 1)) hue-rotate(239deg) ;
	}
	.start {
		position: absolute; top: 0px; left: 10px; z-index: 3;
		border-radius: 50%; 
	}
	.start2 {
		filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));transition: 0.4s;
	}
	.start2:hover {
		filter: drop-shadow(-1px -1px 0px rgba(57, 191, 117, 1)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 1));cursor: pointer;transition: 0.4s;
	}
	.artsig {
		transition: 0.4s;
	}
	.artsig:hover {
		filter: drop-shadow(-1px -1px 0px rgba(57, 191, 117, 1)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 1));cursor: pointer;transition: 0.4s;
	}
	.divide {
		font-size: 3em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';line-height:60px;
	}
	.minidivide {
		font-size: 2em; text-align: center; font-family: 'Lucida Calligraphy','LCALLIG';
	}
	div {
		text-align: center;
		padding: 5px;
	}
	div > p {
		font-family: "Lucida Calligraphy";
		font-size: 1em;
		text-align: center;
		color: rgba(141,188,148,1.00);
	}
	p {
		font-family: "Lucida Calligraphy", 'LCALLIG';
        font-size:1.13rem;
        color:rgb(148, 168, 153);
        letter-spacing:normal;
        line-height:25px;
		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: #BCA4D3; 
		cursor: pointer;
		transition: 0.2s;
		display: inline-block;
		position: relative;
	}
	a:hover {
		color: #AF86D7;
		transition: 0.2s;
	}
	.vidbtn:hover {
		filter: drop-shadow(2px -1px 0px rgba(65, 168, 111, 1)) drop-shadow(-1px 1px 0px rgba(0, 0, 0, 1));
	}
	.svgLink > a:hover {
		color:rgba(66,117,75,1.00);
		transition: 0.2s;
	}
	footer, .footer {
		position: relative; bottom: 5px; text-align: center;
		padding-top: 5em;
		padding-bottom: 2em;
		font-family: Garamond;
		font-size: 1em;
        color: rgb(148, 168, 153);
	}
	footer::after, .footer::after {
		content: "Copyright \000A9 2018-2026 Edmund Wood; all rights reserved. \A Optimised for Chrome on PC. Not suitable for touch screens. \A No tracking; no consents necessary.";white-space: pre;
	}  
::-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; 
}

