*{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    font-family: "chilanka", "Big Shoulders" ,"sans serif" ;
    font-size: 10pt;
    width: 100%;
    
}

html{
	position: relative;
	background-color: #3c3c3c;
	color: mediumVioletRed;
}


body, html{

	font-size: 10pt;
	text-align: center;
	
}


P{
	font-size: 10pt;
}

a{
	text-decoration: none;

}

a:link{
	color: MediumVioletRed; 
	text-decoration: none;

}

a:hover{
	color: hotpink;
	text-decoration: none;
}
     
a:visited {
	color: hotpink;
	text-decoration: none;
}

.fixed{
	width: 100%;
}


#bottomMenu:has(UL){
	
	columns: 1;
	-webkit-columns: 1;
  	-moz-columns: 1;
  	background-color: #2e4b4a;
}

UL:has(#bottomMenu){
	columns: 1;
	-webkit-columns: 1;
  	-moz-columns: 1;
  	list-style-type: none;

}
UL{
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	background-color: #2e4b4a;
	list-style-type: none;
}


LI{
	
	background-color: #2e4b4a;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
LI A{
	display: block;
	width: 100%;
}

LI A:hover{
	background-color: teal;
	

}


audio{
	position: relative;
	bottom: 0px;
	color:  #355f5b;
	width: 100%;
	
}
progress{
	width: 100px;
	accent-color: mediumVioletRed;
	visibility: false;
}


#pageContainer{
	width: 100%;
	height: 100%;
	background-color: #3c4146;
}

#headingContainer {
	position: fixed;
	background-color:  #3c4146;
	/*background-image: url("../img/heading.jpg");*/
	color: #ffffff;
	width: 100%;
	border-top: 4px solid MediumVioletRed;
	border-bottom: 4px solid MediumVioletRed;
	min-height: 50px;
	max-height: 125px;
	align-content: center;
	z-index: 10;
	
}


#logo{
	position: absolute;
	left: 0px;
	top: 10px;
	
	font-size: 32pt;
	font-style: italic;
	font-weight: bold;
	float: left;
	
	background-color: inherit;
	color: #ffffff;
	/*border-Bottom: 4px MediumVioletRed;*/
	transform: rotate(-5deg);
	z-index: 5;
	width: 100%;
}

#logo:hover::after{
	content: ".co.uk";
	transform: rotate(-5deg);
	width: 100%;
}




#heading{
	
	position: relative;
	display: inline-block;
	top: 5px;
		
	float: center;
	text-align: center;
	
	font-size: 26pt;	
	width: 100%;
	
}


#topMenu{
	position: relative;
	display: inline-block;
	width: 100%;
	bottom: 0px;
	
	border-top: none;
	border-bottom: none;
	background-color: #68b604;
	color: #ffffff;	
	text-align: center;
	float: center;
		
	align-items: baseline;
	
	min-height: 30px;
	border-top: 3px solid MediumVioletRed;
	color: MediumVioletRed;
	z-index: 20;
}


#topMenu .menuItem{

	background-color: inherit;
	color: #ffffff;
	font-size: 11pt;
	opacity: 0.6;
	
	border: 2px solid ;
	/*border-radius: 5px;*/
	
	min-height: 30px;
	align-items: baseline;
	width: 100%;

}
#topMenu .menuItem:hover{

	transition: all 1s ease-in-out;
	color: teal;
	opacity: 1;
	
	border: none;
	border: 3px solid #ff5050;
	background-color: #660033;
}

#topMenu .menuItem span:hover::before{
	
	vertical-align: bottom;
	bottom: 0px;
	width: 100%;
	/*content: '\2EF';*/ 

}

#topMenu .menuItem span:hover::after{
	content: '\2EF'; 
}



#bottomMenu{
	vertical-align: bottom;
	background-color: #e5007d;
	color: #ffffff;
	border-left: none;
	border-top: none;
	border-bottom: none;
	width: 100%;

}
#bottomMenu:hover{
	background-color: #e5007d;
	color: #ffffff;
	border-left: none;
	border-top: none;
	
	border-bottom: none;
	
}

#bottomMenu BUTTON{

	width: 100px;
	background-color: #e5007d;
	color: #ffffff;
	border-bottom: none;
	border-left: none;
	border-top: none;
	
	
}


#bottomMenu BUTTON:hover{
	background-color: #660033;
	color: #ffffff;	
	color: teal;

}


#bodyContainer{
	
	position: relative;
	display: inline-block;
	top: 145px;
	width: 100%;
	text-align: center;
	
	min-height: 60%;
	max-height: 70%;
		
	background-color:  ##3c4146;
	border: thick double gold;
				
}



#bodyContent{
	/*position: relative;*/
	display: inline-block;
	background-color: #3c4146;
	float: left;
	width: 100%;
	/*min-height: 60%;
	max-height: 76%;*/
	border: inset solid peru;
	background-color: hotpink;
	
	z-index: 0;
	overflow: auto;
	opacity: 0.7;
}

#bodyContent H1{
	background-color: #660033;
	color: MediumVioletRed;
	width: 100%;

}
#bodyContent H2{ 
	background-color: #660033;
	width: 100%;
}

#bodyContent p{
	background-color: #2e4b4a;
	columns: 1;
	-webkit-columns: 1;
  	-moz-columns: 1;
  	width: 100%;
	color: MediumVioletRed;
	align-items: center;
}



#imgcontainer{
	position: inline-grid;
	display: grid;
	grid-template-columns: auto auto auto auto;
}

#imgContainer IMG {
	width: 300px;
	height: 200px;
}

#imgContainer IMG:hover{
	cursor: pointer;
	border: 2px solid hotpink;
	
	
	/*width: 800px;
	height: 600px;*/	
}

/*** Code sections  */

#codeContainer{

	position: inline-grid;
	display: grid;
	grid-template-columns: auto auto;
	width: 100%;
}
.codeBox{
	border: none;
	border-left: 12px solid black;
	width: 100%;
	

}

#codeContainer DIV{

	position: block-grid;
	font-family: monospace;
	
	background-color:  #cc0052;
	color: white;
	
	width: 100%;
	
	text-align: left;
	gap: 5px;		
	
}

#codeContainer H4{
	
	background-color: #660033;
	color: MediumVioletRed;
	
	Width: 100%;
	text-align: center;
	
}
#codeContainer PRE{
	background-color:  #cc0052;
	width: 100%;
}

CODE{
	white-space: pre-wrap;
	text-align: left;
	width: 100%;
}



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

#bottom_bar{
	position: fixed;
	/*display: inline-flex;*/
	
	bottom: 0px;
	width: 100%;
	min-height: 50px;
	
	background-color: #73264d;
	color: MediumVioletRed;
			
	border-top: 6px solid MediumVioletRed;
	z-index: 20;

}

#mplayer{

	position: relative;
	display: inline;
	float: left;
	left: 0px;
	width: 50%;	
}

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

#sForm{
	position: relative;
	display: inline-block;
	
	width: 50%;
	height: 43px;
		
	border: 2px groove #660033;
	
}


#txtForm{
	position: relative;
	display: inline;
	float: left;
	top: 0px;
	
	width: 80%;
	height: 40px;
	border: none;
	background-color:   #800033;
	color: white;

}

#sBTN{
	position: relative;
	display: inline;
	top: 0px;
	width: 20%;
	height: 40px;
	border: 2px solid  #602060;
	border: none; 
	background-color:  #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: DarkSlateGray;
	color: MediumVioletRed;
		
}

#titBar{
	position: relative;
	display: inline-block;
	background-color: #660033;
	color: MediumVioletRed;
	top: 0px;
		
	color: white;
	width: 100%;
	height: 25px;
	
}

#cls_btn{
	/*position: relative;*/

	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:  #4c7b81;
	color: white;
}

