/**
***  Author: SKDJ
***  
***/

@keyframes downmove{
  from {top: 0px;}
  to {top: 200px;}
}


#navBar{
	position: relative;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
}

#moreT{
	display: none;
}
#moreB{
	background-color: purple;
	color: #ffccee;
	width: 100px;
	text-align: center;
	align-items: center;
	margin-left: 50%;
}


#barMenu{
	z-index: 500;
}

#pageContainer{
	position: absolute;
	display: block;
	
	width: 100vw;
	height: 100vh;
	
	text-align: center;
	
	align-content: center;
	align-items: center;
	
	justify-content: center;
	
	border: 3px solid #73264D;
	z-index: 200;
	background-color: transparent;
	color: #43d235;
	content: "&nbsp;";
	z-index: 5;
		
}



/******************* HEADING CONTAINER ****************/


#headingContainer{
	
	position: fixed;
	display: block;
	top: 0px;
	
	/***  for TESTING without using Ublock Origin addon ****/  
	/*display: none;*/
	
	background-image: url("../img/garmond_001.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color:  #43d235;
		
	width: 100vw;
	
	min-height: 15vh;
	max-height: 20vh;
	
	font-weight: 800;
		
	/*align-content: center;
	align-items: center;*/
	text-align: center;
	
	border-right: none;
	border-left: none;
	
	border-top: 4px solid #43D235;
	border-bottom: 4px solid #43D235;
	
	z-index: 190;
}


#headingContainer:hover{
	background-image: url("../img/garmond_002.png");
	/*filter: blur(50%);*/
	color: hotpink;
	background-size: cover;
	
	place-items: center;

	border-right: none;
	border-left: none;	

	box-shadow: 2px;	

	border-top: 4px solid mediumVioletRed;
	border-bottom: 4px solid mediumVioletRed;
}


#headingContainer:blur{
	
	background-image: url("../img/garmond_001.png");
	background-color: transparent;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: #FF5050;
		
	border-top: 4px solid #43D235;
	border-bottom: 4px solid #43D235;
}


/***************** LOGO *****************************/

#logo{
	position: relative;
	display: inline;
	left: 0px;
	top: 5px;
	
	width: 80px;
	
	filter: brightness(130%);
	
	writing-mode: vertical-rl;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	float: left;
	text-shadow: 0px 0px 5px purple;	
	background-color: transparent;
	color: mediumVioletRed;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
	transform: rotate(180deg);
	z-index: 10;
}

#logo:hover::after{
	/*white-space: pre;*/
	color: currentColor;
	display: block;
	filter: brightness(120%);
	content: "\a.co.uk";
	
	

}


/*************************** HEADING  ****************************/


#heading{
	position: relative;
	display: inline-block;
	top: 5px;
	color: transparent;
	
	filter: brightness(150%);
	-webkit-background-clip: text;	
	-webkit-text-fill-color: transparent;
	
	width: 800px;
	text-align: center;
	font-size: 32pt;
	color: mediumVioletRed;	
}

#mainHeading{
	display: inline;
	font-size: 26pt;
	filter: brightness(70%);
	color: transparent;
	background: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	-webkit-text-stroke: 2px !important;
  	-webkit-text-stroke-color: black !important;
		
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	
	-webkit-background-clip: text;	
	-webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 5px mediumVioletRed;
	
	background-clip: text;
	opacity: 1.0;
	z-index: 200;
		
}


#mainHeading~H2, #mainHeading~H3,#mainHeading~H4{
	font-size: 16pt;
	line-height: 1.5;
	color: transparent;
	background: linear-gradient(to right, #15259A, purple, limeGreen);
		
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	
	-webkit-background-clip: text;	
	-webkit-text-fill-color: transparent;
}

#subheading{
	font-size: 14pt;
	color: transparent !important;
	
	background: linear-gradient(to right, #15259A, purple, limeGreen);
	
		
	/*-moz-text-fill-color: transparent;*/
	-moz-background-clip: text;
	
	/*text-shadow: 2px 2px 5px limeGreen;*/
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	-webkit-background-clip: text;	
	-webkit-text-fill-color: transparent;
	
	-webkit-text-stroke: 1px;
  	-webkit-text-stroke-color: black;
	
	
	opacity: 1.0;
	clear: left;
}

H2::has(#heading){
	color: #FF5050;
}


/**************** TOPMENU *****************/

#sideMenu{

	position: /*static*//*relative*/fixed;
	display: inline-block;
	width: 20vw;
	
	vertical-align: bottom;
	left: 0vw;
	top: 15vh;
	width: 178px;
	/*height: calc(100%-15vh);*/
		
	font-weight: 800;
	
	background-color: #660033;
	background-image: transparent;
	border: 2px solid #660033;
		
	text-align: left;
	float: left;
	
	/*align-content: center;
	align-items: baseline;*/
	
	/*border-bottom: 3px solid #FF5050;*/
	white-space: pre-line;
	
	opacity: 1.0;
	z-index: 100;
}




#sideMenu .menuItems{

	background-color: #43d235;
	color: #ff5050;
	/*text-shadow: -1px 0 mediumVioletRed, 0 1px mediumVioletRed, 1px 0 mediumVioletRed, 0 -1px mediumVioletRed;*/
	
	vertical-align: bottom;
	
	width: 90px;
	
	font-size: 10pt;
	font-weight: 800;
	
	opacity: 1.0;
	
	border: 2px solid #e5007d;
	min-height: 30px;
	align-items: baseline;

}


#sideMenu >.menuItems:hover{
	
	vertical-align: bottom;
	/*transition: all 2s ease-in-out;*/
	box-shadow: 0px 0px 2px mediumVioletRed;
	background-color: #660033;
	color: #ff5050;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
	opacity: 1.0;
			
}


#sideMenu > .menuItems span:hover::before{
	
	vertical-align: bottom;
	bottom: 0px;
	
}

#sideMenu .menuItems span:hover::after{
	content: '\2B9F'; 
}


/************* BOTTOM MENU **************/


#subMenu{
	position: fixed;
	display: flex;
	flex-direction: column;
	
	top: 15vh;
	left: 91px;
	min-width: 90px;
	max-width: 90px;
	height: 58vh;
	min-height: 58vh ;
	max-height: 79vh;;
	
	/*min-height: calc(100vh-20vh);
	max-height: calc(100vh-15vh);*/
	color: #660033;
	
	border: 5px solid currentColor;
	
	background-color: linear-gradient(to right, #73264d, #660033,#e5007d);
	
	
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	width: 100%;
	text-align: center;
	opacity: 1.0;
	
	white-space: pre-line;
	z-index: 30; 
	
	vertical-align: bottom;
	
}

/*#subMenu::has(A){
	
	color: purple;
	
	
}*/




#subMenu BUTTON{
	position: relative;
	background-color: #43d235;
	color: #660033;
	
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	
	font-weight: 700;
	vertical-align: bottom;
	width: 90px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;	
	border: 1px solid currentColor;
	
	opacity: 1.0;
	transition: background 2s;
		
}


#subMenu BUTTON:hover{

	background-color: #660033;
	vertical-align: bottom;
	border: ;
	border-top: 2px solid #FF5050;
	border-bottom: 2px solid #FF5050;
	font-weight: 800;
	color: #ff5050;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;	
	opacity: 1.0;
}


#subMenu BUTTON:blur{
	color: hotpink;	
	opacity: 1.0;

}

/*#subMenu:has(UL){
	position: relative;
	display: inline-block;
	
	columns: 1;
	-webkit-columns: 1;
  	-moz-columns: 1;
  	
  	background-color: #2e4b4a;
  	color: #43d235;
}
*/

/***************** BODY CONTENT ***********************/


#bodyContainer{
	
	position: fixed;
	display: flex /*inline-block*/;
	/*display: none;*/
	flex-direction: column;		
	background-image: url('../img/SF_mainBody.jpg');
		
	top: 7vh;
	width: 100vw;
				
	text-align: center;
	justify-content: right;
	align-content: right;
	align-items: right;
	margin: auto;
			
	min-height: 70vh ;
	max-height: 70vh;
	
	overflow: auto;
	opacity: 1.0;
	
	border-top: thick inset mediumVioletRed;
	border-bottom: thick inset mediumVioletRed;
	
	border-left: none;
	border-right: none;
	white-space: normal;
	
	columns: 1;
	-webkit-columns: 1;
  	-moz-columns: 1;
	
	z-index: 30;			
}

#bodyContainer:hover{
	
}


#bodyContent{
	position: relative;
	display: flex;
	flex-direction: column;
	
	width: 90%;
	left: 90px;
	bottom: 15vh;
	
	background-image: transparent;
	background-position: top;
	background-repeat: no-repeat;	
	background-color:  transparent;
	background-size: 100% 100%;
	
	/*background-filter: ;*/
	border-top: 3px inset hotpink;
	border-left: 10px solid #660033;	
	border-right: 10px solid #660033;
	/*color: #468847;*/
			
	min-height: 77vh;
	max-height: 80vh;
	margin: auto;
			
	text-align: center;
	float: center;
			
	color: transparent;
	background: linear-gradient(to right, mediumVioletRed,#15259A,#43d235,lawnGreen, #cc0066,#660033);
	
	-webkit-text-stroke: 1px !important;
	
  	-webkit-text-stroke-color: transparent !important;
		
	-moz-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	-moz-background-clip: text;
	
	-webkit-text-fill-color: transparent
	-webkit-background-clip: text;	
	background-clip: text;
	
	/*text-shadow: 2px 2px 5px linear-gradient(to bottom,mediumVioletRed,#15259A,#43d235,lawnGreen);*/	
			
	overflow-anchor: auto;
	overflow: auto;
	opacity: 1.0;
	z-index: 20;
}



#bodyContent~p{

	display: inline-block;
	backdrop-filter: blur(10px);
	background-image: transparent;
	background-color: transparent;
		
	width: 80vw;
	opacity: 1.0;
	text-indent: 50px;
	/*color: #FFFFF;*/
	align-items: center;
	text-align: center;
	text-align: justify;
	
	font-size: 10pt;
	color: #43d235;
	-webkit-background-clip: ;
	
	
}


#bodyContent  P::first-letter{
	font-size: 26pt;
	vertical-align: top;
}




.Heading{
	background-color: #43d235 /*660033*/;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: #ff5050;
	
	border-bottom: 4px solid currentColor;
	
	width: 100%;
	right: 0px;
	left: 0px;
	
	font-weight: 800;
	
	height: 30px;
		
	font-size: 16pt;
	
}

.Heading[id="intro"]{
	font-weight: 800;
	font-size: 16pt;
	
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

