/* Add here all your css styles (customizations) */
.center img{
	margin-left:auto;
	margin-right:auto;	
}
.center{
	text-align:center;
}

@media screen and (max-width: 767px) {
.header .logo img{
	max-width:90%;
}
}