#barBox{
	position: relative;
	display: flex;
	/*grid-row-end: 1;*/
	/*flex-direction: column;*/
	bottom: 0px;
	
	left: 0px;
	
	width: 42px;
	height: 30px;
	align-self: flex-start;
	
	vertical-align: top;
	font-size: 0pt;
	
	box-shadow: 2px;	 
	
	border: 3px solid currentColor;
	/*white-space-collapsing: discard;
	white-space-trim: discard;*/
	white-space: nowrap;			
	/*z-index: ;*/
}


#barLink{
	position: relative;
	display: flex;
	flex-direction: column;
	
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	
	align-self: center;
	
	float: center;
	text-align: center;
	
	margin: 0px 2px;
		
	white-space: nowrap;
}


#barLink:hover{

	/*border-style: solid purple;*/
	/*float: center;*/
	text-align: center;
		
}

#bar1,#bar2,#bar3{
	position: relative;
	display: flex;
	flex-direction: column;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 97%;
	white-space: pre-wrap;
	text-align: center;
	align-self: center;
	background-color: lawnGreen;
	
	/*border: 1px thin pink;*/
	box-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	margin: 2px 0px;

	width: 20px;
	height: 4px;
}

.bar1:hover, .bar2:hover, .bar3:hover{
	border: 1px solid lawnGreen;
	transform: background 2s ease-in-out;

}
