/****
***** Author: SKDJ
*****
***** cool Color #3aeaed
****/


*, *::before, *::after{
     margin: 0;
     padding: 0;
     box-sizing: border-box; 
  }


@font-face{
	font-family: "F1";
		src: url('./fonts/F1-Regular.ttf') format('truetype');
}
@font-face{
	font-family: "Alphacorsa";
		src: url('./fonts/Alphacorsa.ttf') format('truetype');
}

@font-face{
	font-family: "Alphacorsa-Italic";
		src: url('./fonts/Alphacorsa-Italic.ttf') format('truetype');
}

@font-face{
	font-family: "Rookworst";
		src: url('./fonts/Rookworst.ttf') format('truetype');
}

@font-face{
	font-family: "F1-SEC";
		src: url('./fonts/f1-secuencia.ttf') format('truetype');
}

@font-face{
	font-family: "Graffiti-ND";
		src: url('./fonts/Graffiti-ND-Regular.ttf') format('truetype');
}

@font-face{
	font-family: "ComicWolf";
		src: url('./fonts/ComicWolf-Regular.ttf') format('truetype');
}



:root{
	--dark-theme-bgColor: black;
	--dark-theme-fgColor: white;
	--light-theme-bgColor: white;
	--light-theme-fgColor: black;
	--deep-purple: #73264D;
	--greyscale-color: #4d4d4d;
	--dull_blue-color: #414a4c;
	--rasberry-color: #ff006c; 
	--dark-slateyrey: #2f4f4f ;
	--purple-color: #800000;
	--violet-color: 81007f;
        --teal-like-color : #00afaf;
        --rasberry-jam-color:#660033;
        --violet-color:#81007f;
        --bright-blue:#50e1ff;
        --hot-pink-color:ff1f8f;


}

button{
	background-color: hotpink;
	color: white;
	border: 0;
}

*{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    font-family: "F1", "rookworst", "Big Shoulders" ,"sans serif" ;
    font-size: 10pt;      
}



html{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
}


body{
	position: relative;
	display: inline-block;
	background: linear-Gradient(to bottom, var(--deep-purple),  #660033, #66033c,var(--teal-like-color),var(--hot-pink-color)#73264d);
	background-image: transparent;
	background-color: transparent;
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	opacity: 1.0;
}

#time{
	background-color: var(--teal-like-color);
	color: var(--deep-purple);
	
}



/***********************************************/

::-moz-selection{ 
    background: #4c768d;
    color: inherit;
  background-clip: text;
  --moz-background-clip: text;
  --webkit-background-clip: text;
}

::selection{
	background: #4c768d;
	color: inherit;
	background-clip: text;
	/*--moz-background-clip: text;*/
	--webkit-backgronud-clip: text;
}


a{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	
	top: 0px;
	/*left: 5px;*/
	
	height: 28px;
	font-weight: 800;
	font-size: 9pt;
			
	background: transparent;	
	background: linear-gradient(to bottom, hsla(350,39%,33%, 0.8), hsla(286,34%,33%,0.8)) center top / 4px 4px repeat-x;
	color: hsla(186,76%,33%,0.8);
	transition: background 1s ease-in,background-color: , color 300ms linear;
}

/*a:hover{
	background:linear-gradient(to bottom,hsla(350,39%,33%, 0.8), hsla(286,34%,33%,0.8));
	color: #660033;
	height: 50px;
	
}*/

a::before{
	position: absolute;
	content: "";
	background-color: linear-gradient(to bottom,hsla(350,39%,33%, 0.8), hsla(286,34%,33%,0.8));
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	z-index: 99;
	transition: all .3s ease-in-out;
	transform: rotate(-2deg);
}

a:hover::before{
	bottom: 0;
	height: 100%;
	 
}


nav{
	display: flex;
	/*align-content: flex-end;
	align-items: right;*/
	/*flex-direction: row;*/
	/*align-self: right;*/
}
.navbutton{
	/*align-self: right;
	align-items: right;*/
	width: 40px;
	background-color: purple;
	color: white;
}


.navLink{
	position: relative;
	display: inline;
	font-size: 9pt;
	border: 1px currentColor;
	/*background-color: #ff019c;*/
	background: transparent;
	/*color: hsla(304,76%,33%,0.8);*/
	height: 28px;
	width: 80px;
	/*z-index: 120;*/
	
}

.navLink:hover{
	vertical-align: bottom;
	border: 1px solid currentColor;
	background-color: transparent;
	color: mediumVioletRed;
	background: linear-gradient(to top, hsla(208,11%,59%,0.8), hsla(304,76%,33%,0.8));
	height: 28px;	
}

.navLink::before{
	position: absolute;
	content: "";
	background: linear-gradient(to top, hsla(208,11%,59%,0.8),hsla(302,24%,59%,0.8));
	height: 8px;
	z-index: -1;
	/*transition: all .3s ease-in-out;
	transition: background 300ms ease-in-out, color 300ms ease-in-out;*/
	
}

.navlink:hover::before{
	bottom: 3;
	height: 100%;
}




#bodyContent:has(a){
	
}


a[id="barlink"]{
	background-color: transparent !important;
}

a[id="barLink"]:hover{
	background-color: transparent !important;
}


	
a:link{
	
}

a:active{
		
}

a::after{

} 
 
     
a:visited{
	
}

ul{
	list-style-type: none;
	list-style-position: inside;
}

LI{
	list-style-type: none;
	list-style-position: inside;
}


#navbar{
	position: relative;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	
	flex-wrap: wrap;
	flex-direction: rows;
	
	align-content: flex-start;
	align-self: flex-end;
}

.navButton{
	background-color: hsla(350,39%,33%, 0.8);
	color: purple;
}


.navLink{
	
}
.navLink:hover{
	background: linear-gradient(to top,#43d235, #15dd15 );
}


.date{
	font-style: bold;
	text-decoration: underline;
}

.fixed{
	width: 100vw;
}


.clsBTN{
	display: flex;
	
	right: 0px;
	width: 40px;
	height: 30px;
	background-color: red;
	align-self: flex-end;
	color: white;
}

.topBar{
	display: flex;
	flex-direction: row;
	height: 30px;
	background-color: #660033;
	color: white;
}

/* Catch H1 H2 H3 H4 H5 and h6 Elements with class="Heading"*/
.Heading{
	width: 100%;
	font-weight: 800;
	font-size: 16pt;
	color: #ff5050;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

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






#topmenu::nth-first-child(0){
	justify-content: flex-start;
	align-self: flex-start;
}


/*************************** Body **************************/



#bodyContent > DIV > H1,#bodyContent > DIV > H2, #bodyContent > DIV > H3,#bodyContent > DIV > H4, #bodyContent > DIV > H5, #bodyCentent > DIV > H6{
	background-color: #660033;
	color: #43d235;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	width: 100%;
	text-align: center;
	font-weight: 800;
	line-height: 1.5;
	font-size: 16pt;
	
}



#bodyContainer{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
	
}



#bodyContent ~ UL{
	display: inline;
	vertical-align: bottom;
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
	color: #43d235;
	
}

#bodyContent LI{
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
	color: #43d235;
}


/******************************* IMG *******************************/

#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;
	
}
.codeBox{
	border: none;
	border-left: 12px solid black;
}

#codeContainer DIV{

	position: block-grid;
	display: 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;
	color: #ffffff;
}

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


audio{
	
	position: relative;
	bottom: 0px;
		
}

progress{
	width: 100px;
	accent-color: mediumVioletRed;
}

#bottomX:active{
	
}



/************************************ UNSIVERSAL BOTTOM BAR *******************************************/


#bottomOpen{
	position: ;
	display: block;
	bottom: 8vh;
	right: 0px;
	width: 60px;
	background-color: hsla(305,43%,43%,0.8);
	color: purple;
	z-index: 100;
	font-weight: 800;
}

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

}

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

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





#mplayer{

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

#bottomClose{
	background-color: purple;
	color: white;
	width: 50px;
	border: none;
}

/*********************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: #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:  #cc0066;
	color: white;
}


#sBTN:hover{
	border: none;
}

#sBTN:active{
	border: none;
} 

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

}

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

#debugBox{

	position: absolute;
	display: inline;
	
	top: 15vh;
	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;
	background-color: #660033;
	color: MediumVioletRed;
	top: 0px;
		
	color: white;
	width: 100%;
	height: 25px;
	
}

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

#bottomX{
	


}

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

#bottomCaret{

}

