#toolBar
{	
	background-color:black;
	border-top:1px;
	border-top-style:solid;
	width:100%; 	
	display:flex;
	flex-flow:column;
	font-weight: bold;
  color: #94aea5;
}

#toolBar ul
{
	list-style-type: none;	
	overflow: hidden;
	justify-content: center;
	display: flex;	
}

#toolBar li
{
	width:100%;
}
.toolTitle {
	text-align:center;
	font-size:50px;
	
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	color: #94aea5;
	 
	border-bottom:5px solid #455e7f;	
	border-radius:20%;
	border-radius:20%; 
}

.logoLayout 
{
	padding-top: 75px;	
	text-align:center;
	font-size:24px;
}

.logoLayout img {
	width:56px;
	height:56px;
}

#AboutTool
{
    display: inline-block;		
	width:30%;
	margin-bottom:100px;
}
#AboutTool span
{
	display:block;
}

#AboutTool img 
{
	width:56px;
	height:56px;
	border-radius:50%;
	border:1px solid white;
}