#home
{
	display:flex;
	position:fixed;
	width:100%;
	overflow:hidden;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
}

#topBar{
	font-family: Arial, Helvetica, sans-serif;
	background-color:black;
	width:100%;
	display:flex;
	justify-content:left;
}

#homeLogo 
{
	font-size:30px;
	display: flex;
  align-items: center;
}

#homeLogo img
{
	width:56px;
	height:56px;
	border:1px solid white;
	border-radius:50%;
}

.barLinks
{	
	font-size: 20px;	
	font-weight: bold;
	display: flex;
	align-items: center;
}

.barLinks a
{
	padding-left:20px;
}