.flex-container{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-self: center;
	align-content: space-around;
}
.logo{
	flex: 0 0 auto;	
  margin:  0;
  padding: 0;
  text-align: center;
}	