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

@keyframes moveOut{
  from{	left: 0vw; }
  to{top: 15vh;	left: 15vw; }
}


@keyframes switchColor{
	from{
		background-color: currentColor;
	}to{
		background-color: gold;
		width: 150px;
	}
}

@keyframes expandOut{
  from{
  	top: 15vh;
  	left: 0vw;
  	
  }to{
  	top: 15vh;
  	left: 15vw;
  	width: 80vw;
  	height: 70vh;
  }
}



#barBox{
	display: flex;
}




#pageContainer{
	position: absolute;
	display: flex;
	flex-direction: column;
	
	background-color: hsla(200,19%,33%,0.8);
	width: 100vw;
	height: 100vh;
	
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	justify-content: center;
		
}



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


#headingContainer{
	position: fixed;
	display: flex;
	flex-direction: row;
	
	background-color: hsla(200,20%,20%,0.8);
	background-image: radial-gradient(hsla(187,43%,50%,0.8),hsla(200,20%,20%,0.8));
	
	top: 0px;
	border-top: 4px solid #43D235;
	border-bottom: 4px solid #43D235;
	color:  #43d235;
		
	width: 100vw;
	min-height: 15vh;
	max-height: 20vh;
	
	font-weight: 800;
		
	justify-content: start;
	align-content: stretch
	align-content: space-between;
	align-items: start;
		
	border-right: none;
	border-left: none;
	z-index: 190;
}


#headingContainer:hover{
	border-top: 4px solid mediumVioletRed;
	border-bottom: 4px solid mediumVioletRed;
	border-right: none;
	border-left: none;
}


#headingContainer:blur{
	border-top: 4px solid #43D235;
	border-bottom: 4px solid #43D235;
}


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

#logo{
	position: relative;
	display: flex;
	flex-direction: column;
		
	top: 5px;
	left: 0px;
	
	width: 90px;
		
	background-color: transparent;
	color: mediumVioletRed;
	
	filter: brightness(130%);
	
	writing-mode: vertical-rl;
	
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	
	justify-self: start;
	justify-content: stretch;
	align-self: flex-start;
	
	text-shadow: 0px 0px 5px purple;	
	
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
	transform: rotate(180deg);
	white-space: wrap;
	z-index: 10;
}

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


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


#heading{

	position: relative;
	display: inline-flex;
	flex-direction: column;
		
	top: 5px;
	width: 1024px;
	
	text-align: center;
	align-self: center;
			
	background-clip: text;
	color: transparent;
	
	justify-content: center;
	align-content: flex-start;
	align-items: center;		
	filter: brightness(150%);	
}


#mainHeading{
	position: relative;
	display: inline-flex;
	flex-direction: column;
	
	font-size: 26pt;
	
	filter: brightness(70%);
	text-shadow: 2px 2px 5px linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	text-transform: uppercase;
	letter-spacing: 2px;
	color: transparent;
	
	background: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	
	-webkit-text-stroke: 2px !important;
  	-webkit-text-stroke-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen) !important;
	-webkit-text-stroke-color: -o-linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen) !important;
		
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	
	-webkit-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen) !important;;
	
	-webkit-background-clip: text;	
	background-clip: text;
			
	opacity: 1.0;
	z-index: 200;

}



.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;
}



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

#cameraBox{
	position: relative;
	display: flex;
	flex-direction: column;
	
	
}

#SFCAM{
	position: relative;
	display: flex;
	align-self: flex-end;
	right: 2px;
	bottom: 2px;
	width: 200px;
	height: 90px;
	transition: width 2s, height 3s;
}

#SFCAM:target{
	position: fixed;
	display: inline-block;
	
	top: 200px;
	left: 200px;
	right: 200px;
	bottom: 200px;
	
	width: 800px;
	height: 600px;
	
}




#SFCAM:blur{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-self: flex-end;
	right: 2px;
	bottom: 2px;
	width: 200px;
	height: 100px;
}

#navBar{
	position: relative;
	display: flex;
	flex-direction: row;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 300px;
	align-content: end;
	align-items: end;	
	align-self: end;
}


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





#weatherBOX{
	display: none;
	top: 20vh;
	left: 200px;
	width: 400px;
	height: 200px;
}

#weatherBOX:target{
	display: block; 
}

#SFBox{
	display: none;
	top: 20vh;
	left: 200px;
	width: 400px;
	height: 200px;
}

#SFBox:target{
	display: block;
}



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


#menuContainer{
	top: 15vh;
	position: absolute;
	display: flex;
	flex-direction: row; 
	width: 100vw
	
	min-height: auto;
	max-height: 60px;
	border-radius: 0px 0px 10px 10px;
	background: linear-gradient(to right, hsla(133,18%,22%,0.8), hsla(200,20%,20%,0.8));
	
}



@media screen and (max-width:1600px){
	#topMenu{
		display: grid;
		grid-template-rows: auto auto auto auto auto;
		grid-template-columns: auto auto;
	}

}

#topMenu{

	position: relative;
	display: none;
	width: 100%;
	vertical-align: bottom;
	left: 40px;
	top: 0px;
	flex-wrap: wrap;		
	align-content: center;
	align-items: baseline;
	font-weight: 800;
	
	background: transparent;
	background-image: transparent;
		
	text-align: center;
	justify-content: center;	
	border-bottom: 3px solid #FF5050;
	
	white-space: wrap;
	border-top: 2px thick solid;
		
	opacity: 1.0;
	z-index: 10;
}

#topMenu::last-child{
	right: 0px !important;
	background-color: hsla(323,92%,22%,0.8);
	color: mediumVioletRed;
}

#topMenu::last-child{
	right: 0px;
	background-color: hsla(323,92%,22%,0.8) ;
	color: white;
}





#topMenu>.menuItems{

	background-color: #43d235;
	color: #660033;
		
	vertical-align: bottom;
		
	width: 90px;
	min-height: 30px;
	font-size: 9pt;
	font-weight: 800;
		
	border: 2px solid #e5007d;
	/*align-items: baseline;*/
}


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


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

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


#topMenu.menuItems::last-child{
	display: flex;
	right: 0px;
	float: right;
	
	background-color: yellow;
	align-self: flex-end;
	
}

#topmenu.menuItems::first-child{
	/*background-color: purple;*/
}



#subMenu{
	position: absolute;
	display: flex;
	flex-direction: row;
	top: 30px;
	left: 0px;
	width:100%;
			
	background-color: linear-gradient(to right, #73264d, #660033,#e5007d);
	color: transparent;
	
	background-clip: text;
		
	text-align: center;
	vertical-align: bottom;
	align-content: center;
	align-items: center;
	justify-content: center;
	opacity: 1.0;
}


#subMenu:has(A){
	background-color: #cc0066;	
	color: #660033/*purple*/;
}



#subMenu BUTTON{
	position: relative;
	align-self: center;
	background-color: #43d235;
	color: #660033;
	
	font-weight: 700;
	vertical-align: bottom;
	width: 100px;
		
	border: 1px solid currentColor;
	
	opacity: 1.0;
	transition: background 3s;
		
}


#subMenu BUTTON:hover{

	background-color: #660033;
	vertical-align: bottom;
	border: none;
	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;

}

/******************************* BODY  ********************************/
#codeContainer{
	background-color:  hsla(200,20%,20%,0.8);/*#cc0052;*/
	color: white;
}

pre{
	background-color:  hsla(200,20%,20%,0.8);/*#cc0052;*/
	color: white;
}




#bodyContainer{
	
	position: fixed;
	display: flex;
	flex-direction: columns; 
		
	top: 23vh;
	width: 100vw;
				
	text-align: center;
	justify-content: right;
	align-content: right;
	align-items: right;
				
	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;
					
}



#bodyContent{
	position: relative;
	display: flex;
	flex-direction: column;
		
	top: 0vh/*px*/;
	width: 100%;
		
	background-color: hsla(253,26%,31%,0.8);
	
	
	border-top: 3px inset hotpink;
	border-left: 10px inset #660033;	
	border-right: 10px inset #660033;
	
	height: 100%;	
	min-height: 100%/*77vh*/;
	max-height: 100%/*77vh*/;
	
	margin: auto;
	
	text-align: center;
	overflow-anchor: auto;
	overflow: auto;
	opacity: 1.0;
	margin: auto;	
	
	color: transparent;
	background: -o-linear-gradient(to right, mediumVioletRed,#15259A,#43d235,lawnGreen, #cc0066,#660033);
	background: linear-gradient(to right, mediumVioletRed,#15259A,#43d235,lawnGreen, #cc0066,#660033);
	
	background-image: linear-gradient(to right, mediumVioletRed,#15259A,#43d235,lawnGreen, #cc0066,#660033);
	
	-webkit-text-stroke: 2px !important;
  	-webkit-text-stroke-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen) !important;	
			
	-moz-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	-moz-background-clip: text;
	
	-webkit-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	-webkit-background-clip: text;	
	
	text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
			
	text-shadow: 2px 2px 5px linear-gradient(to bottom,mediumVioletRed,#15259A,#43d235,lawnGreen);
	
	background-clip: text;

}

@supports (not(text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen))){
	#bodyContent{
		color: purple;
		content: "-text-fill-color not supported";
	}
	
}


@supports (not(-moz-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen))){
	#bodyContent{
		color: purple;
		
		content: "-moz-text-fill-color not supported";
	}
	
}



@supports not((-webkit-background-clip:text)){
	#bodyContent{
		color: purple;
		content: "-webkit-background-clip not supported";
	}
	
}


#bodyContent~p{

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


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

#bodyContent::before{
	background-color: hsla(187,43%,50%,0.8);
	margin: 0 auto;
	
}

#timeline{
	position: relative;
	min-width: 90%;
	max-width: 97%;
	height:100%;
	margin: 0 auto;
}


#timeline::after{
	position: absolute;
	content: "";
	width: 30px;
	height: 100%;
	width: 8px;
	left: 40px;
	top: 0px;
	bottom: 0px;
	 
	margin: 0 auto;
	background-color: white;

}

.next{
	width: 90%;
	top: 20px;
	left: 90px;
		
}
.next::after{
	
}

.next::before{
	content: " ";
	position: absolute;
	top: 0px;
	left: -40px;
	width: 20px;
	height: 20px;
	right: 30px;
	
	background-color: gold;
	border: 2px solid purple;
		
	border-radius: 50%;
	z-index: 20;
}
.content{
	border: 2px solid mediumVioletRed;
	/*background: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen, #cc0066,#660033);*/
	-moz-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	-moz-background-clip: text;
	
	-webkit-text-fill-color: linear-gradient(to right,mediumVioletRed,#15259A,#43d235,lawnGreen);
	-webkit-background-clip: text;
		
	background-clip: text;
		
}


/************** BOTTOM BUTTONs *************/


#bottomOpen{
	position: absolute;
	display: block;
	bottom: 60px;
	right: 40px;
	width: 100px;
	background-color: hsla(187,43%,50%,0.8);
	color: purple;
	z-index: 250;
	
}

#bottomClose{
	float: right;
	background-color: hsla(185,62%,23%,0.8);
	color: white;
	right: 0px;
	width: 50px;
	height: 50px;
	
}

/*************************** Bottom Bar ***********************/

#bottom_bar::before{
	position: relative;
	content: " ^ ";	
	bottom:40px;
	left:0px;
	font-size: 18pt;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: rgba(204,0,153,0.8);
	color: #660033;
	z-index: 120;
}

#bottom_bar:hover::before{
	content: "  > ";	
	background-color: rgba(102,0,51,0.8);
	color: #1535dd;
}

#bottom_bar:hover::before #bottom_bar{
	/*content: "  ^ ";
	height: 0px;
	background-color: rgba(255,80,80,0.8);
	color: #1535dd;*/
	display: none;
}


#bottom_bar{
	position: fixed;
	display: flex;
	flex-direction: row;	
	bottom: 0px;
	width: 100vw;
	min-height: 5vh;
	max-height: 8vh;
	
	background-color: hsla(200,20%,20%,0.8);/*#73264d;*/
	color: MediumVioletRed;
			
	border-top: 6px solid MediumVioletRed;
	z-index: 20;

}


#mplayer{

	position: relative;
	display: inline;
	float: left;
	background-color: hsla(187,18%,22%,0.8);
	left: 0px;
	width: 300px;
		
}

/*********************Search Form ****************/

#sForm{
	position: relative;
	display: inline-block;
	
	margin: auto;
	
	float: center;
	text-align: center;
	
	align-items: center;
	
	width: 33.6666667%;
	min-height: 4vh;
	max-height: 5vh;
	
	box-shadow: 2px 2px #cc0066;
	
	border: 2px groove #660033;
	
}
#sForm:hover{
	box-shadow: 2px 2px #cc0066;
}


#txtForm{
	position: relative;
	display: inline;
	float: left;
	top: 0px;
	
	width: 80%;
	height: 40px;
	border: none;
	background-color: hsla(185,62%,23%,0.8)/*#800033*/;
	
	color: white;

}

#txtForm:hover{
	/*box-shadow: 2px 2px #cc0066;*/	
}

#sBTN{
	position: relative;
	display: inline;
	top: 0px;
	width: 20%;
	height: 40px;
	border: 2px solid  #602060;
	border: none;
	 
	background-color: hsla(185,36%,56%,0.8)  /*#cc0066*/;
	color: white;
}


#sBTN:hover{
	border: none;
}

#sBTN:active{
	border: none;
} 

#sBTN::before{
	cursor: pointer;
	content: "\f20";
	

}

/*********************Debug Box *****************/

#debugBox{

	position: relative;
	display: block;
	
	float: right;
	
	right: 0px;
	float: right;
	
	width: 275px;
	min-width: 250px;
	max-width: 325px;
	
	/*border: 3px solid #660033;
	background-color: #cc0099;*/
	/*color: MediumVioletRed;*/
		
}

#titBar{
	position: relative;
	display: inline-block;
	top: 0px;
	background-color: hsla(185,32%,32%,0.8)/*#660033*/;
	color: white;
	
	width: 100%;
	height: 28px;
	
}

#cls_btn{
	
	float: right;
	top: 0px;
	right: 0px;
	width: 40px;
	font-size: 12pt;
	font-weight: bold;
	border: 2px groove MediumVioletRed;
	background-color: Red;
	color: white;	
	
}

#cls_btn:hover{
	cursor: pointer;
	
}

#min_btn{
	position: relative;
	float: right;
	top: 0px;
	width: 25px;
	background-color: black;
	color: white;
}
#min_btn:hover{
	cursor: pointer;
}


#bugReport{
	
	position: relative;
	
	top: 0px;
	right: 0px;
	
	width: 100%;
	height: 25px;
	
	background-color:  hsla(185,85%,59%,0.8);
	color: white;
}
