.header {
	width:95%;
	max-width: 1200px;
	margin: 0 auto;
}


.phone img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.phone {
	text-align: center;
}

.topheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	padding: 50px 30px 30px 30px;
}

.logo {
	font-size: 1.8em;
	font-weight: bold;
	
	display: flex;
	align-items: center;
}

.logo img {
	height: 40px;
}