/**
***  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: none;
}




#pageContainer{
	position: absolute;
	display: flex;
	flex-direction: column;
	
	background-color: transparent;
	width: 100vw;
	height: 100vh;
	
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	justify-content: center;

}



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


#headingContainer{
	
	position: fixed;
	top: 0px;
	
	display: flex;
	flex-direction: row;
	background-color: hsla(200,34%,33%,0.8);
	
	border-top: 4px solid #43D235;
	border-bottom: 4px solid #43D235;
	color:  #43d235;
		
	width: 100vw;
	min-height: 15vh;
	max-height: 20vh;
	
	font-weight: 800;
		
	text-align: center;
	justify-content: top flex-end;
	justify-content: space-between;
	align-content: top;
	vertical-align: top;
	
	
	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;
	/*align-self: flex-start;*/
	/*float: left;*/
	
	top: 5px;
	left: 0px;
	
	width: 80px;
		
	background-color: transparent;
	color: mediumVioletRed;
	
	filter: brightness(130%);
	
	writing-mode: vertical-rl;
	
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	align-self: left;
	
	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;
	/*border: 2px solid purple;*/
			
	background-clip: text;
	color: transparent;
	align-items: center;
	align-content: flex-start;		
	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;
		
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	-webkit-background-clip: text;	
	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;
}*/

.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;
	height: 100%;
	width: 300px;
	align-content: top;	
	align-self: flex-end;
}


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


#bottomClose{
	float: right;
	background-color: #cc0066;
	color: white;
	right: 0px;
	width: 50px;
	height: 50px;
	
}


#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 ********************/


#bodyContainer{
	
	position: fixed;
	display: flex;
	flex-direction: columns; 
	
	
	top: 17vh;
	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;
	
	z-index: 30;			
}



#bodyContent{
	position: relative;
	display: flex;
	flex-direction: column;
		
	top: 0vh/*px*/;
	width: 100%;
	/*left: 180px;*/
	
	background-image: transparent;
	
	
	/*background-filter: blur(0px);*/
	backdrop-filter: blur(8px);

	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: 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;
	
	/*background-image: url('../img/meSFWinter.jpg');*/
	
	text-shadow: 2px 2px 5px linear-gradient(to bottom,mediumVioletRed,#15259A,#43d235,lawnGreen);
	
	
}



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

