@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: url('/css/CALIST.ttf') format('truetype');
}
@font-face {
	font-family: 'LCALLIG';
	src: local("Lucida Calligraphy"), url('/css/LCALLIG.ttf') format('truetype');
}
:root {
  --doc-bg-color: #242527;
  --pColor: #999;;
}
	body {
		overflow-x: hidden;
		background: #242527;
		scroll-behavior: smooth;
	}
	#indexFrame {
		width: 0px; height:515px;
		border: 0px;
		position: fixed;left: 0px;top:0px;z-index: 6;
		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: 20px;position: absolute;left: 0px;top: 0px; z-index: 5;
	}
	svg {
		position: absolute;
	}
.symbol {
    position: relative; top: 10px;z-index: 1; cursor: pointer;
    transition: 0.4s;
    border-radius: 50%;
}
.symbol:hover{
    filter:hue-rotate(0deg) brightness(140%) contrast(120%);
    transition: 0.4s;
}
    .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));
    }    
   .firstLetter::first-letter {
        font-size:200%;
        vertical-align:-20%;
        line-height:75%;
    }
    .firstLetter1 {
        text-align: center;
    }
    .firstLetter1::first-letter {
        font-size:150%;
        vertical-align:-10%;
        line-height:75%;
    }
	.divHeader {
		display:flex;align-items: center;justify-content: center;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
		margin: 0 auto;
	}
	.divSideHeader {
		position: relative;left: 25%;
		display:flex;justify-content:flex-start;
		filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
	}
	.svgHeader {
        font-family:'LCALLIG';
		filter: url(#svgfilter);
		font-size: 3.5em;
        text-align: center;
	}
	.svgSubHeader {
		filter: url(#svgfilter);
		font-size: 2.5em;
        text-align: center;
	}
   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;
	}
    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:'LCALLIG';
        text-shadow:0px 0px 1px rgba(0, 3, 1, 1);
        font-weight: bold;
        color:rgba(94, 62, 62, 1);
		font-size: 3em;
	}
	.svgLink {
		filter: url(#svgfilter);
		font-size: 2em;
		padding: .1em;
	}
	.svgLink > a {
		color:rgba(130,121,110,1.00);
		transition: 0.3s;
	}
	.svgLink > a:hover {
		color: rgba(89,153,99,1.00);
		transition: 0.3s;
	}
	.title {
		display:block;margin: 0 auto;
		margin-bottom: 2em;
		filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8)) ;
	}
	.title2 {
		height: 50px; width: 600px;
		display:block;margin: 0 auto;
		text-align: center;
		padding: 5px;
	}
	.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);
	}
	.start {
		position: absolute; top: 0px; left: 0px; width: 80px; height: 80px;z-index: 3;
		filter:contrast(117%)  ;
		transition: 0.4s;
	}
	.start:hover {
		filter:brightness(143%)  contrast(128%)  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.4s;
	}
	.home {
		position: fixed; top: 15px; left: 20px; width: 100px; height: 100px;z-index: 1;
		transition: 0.4s;
	}
/*
*/
	.divide {
		font-size: 3em; text-align: center; font-family:'LCALLIG';
		filter: url(#svgfilter);text-shadow:1px 2px 3px rgba(0, 0, 0, 1);
        font-weight: bold;   color:rgba(94, 62, 62, 1);
	}
	a {
    text-decoration: none;
    color: #8EB37E;
    cursor: pointer;
    transition: 0.2s;
	}
	a:hover {
		color: #92CF9B;
		transition: 0.2s;
	}
	div {
/*		text-align: center;
*/	}
	div > p {
		text-align: center;
	}
	p {
        color: #999/*var(--pColor, #999)*/; 
        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;
	}
    a > img:hover:not(.exclude) {
		filter:hue-rotate(41deg) brightness(104%) contrast(192%);
		transition: 0.4s;
	}
	a > img {
		filter:hue-rotate(0deg) brightness(100%) contrast(100%);
		transition: 0.4s;
	}
	.vidbtn:hover {
		filter: drop-shadow(2px -1px 0px rgba(65, 168, 111, 1)) drop-shadow(-1px 1px 0px rgba(0, 0, 0, 1));
		transition: 0.3s;
	}
	li {
		color: #8dbc94;
		font-family: 'Calisto MT', "CALISTOMT";
		font-size: 1.2em;
		max-width: 667px;
		margin: auto;
	}
	.gatepart{
		filter:hue-rotate(185deg) invert(86%) ;
	}
	.asterpart {
		filter:invert(86%) opacity(86%) hue-rotate(184deg) drop-shadow(0px 9px 4px rgba(0, 0, 0, 1));
	}

	.frame {box-shadow:0px -1px 9px 2px rgba(57, 191, 117, 1),0px 0px 11px 10px rgba(10, 9, 6, 0.62);}
	.iFrame2 {
		width:350px; height:250px;
		border: 0px;
		display:block;
		margin: 0 auto;
	}
	.bottom {
		display:block;margin: 0 auto;
		position: relative;	
	}
	.bottom > div {
		display:block;margin: 0 auto;
		text-align: center;
	}
	.tuition::after {
		content: " unavailable";
	}
	.footer {
		position: relative; bottom: 5px; text-align: center;
		padding-top: 5em;
		padding-bottom: 2em;
		font-family: Garamond;
		font-size: 1em;
	}
	.footer::after {
		content: "Copyright \000A9 2018-2026 Edmund Wood; all rights reserved";
	}  
	.nogo {
		cursor: not-allowed;
		filter:initial;
	}
.scrollShadow{
	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);
}
input{border-radius: 15px;}
button:focus {outline:0;}
input:focus {outline:0;}
textarea:focus {outline:0;}

::-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;
	transition:.5s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
::-webkit-scrollbar-corner {
  background: #222; 
}
