header a {

float:left;

margin:110px 0px 35px 0px;

width:185px;

height:40px;

width:277px;

height:60px;

background:url(../img/logo/logo.svg) no-repeat center;
background:url(http://www.eastsunchem.com/wp-content/uploads/2026/02/logo_png_2026.png) no-repeat center;

background-size:contain;

text-indent:-9999px;

cursor:pointer;

}



header h1,

header h2 {

float:right;

text-align:right;

color:#E62028;

font-size:1.62em;

text-transform:uppercase;

}



header h1 {

margin:110px 0px 0px 0px;

}



header h2 {

color:#5D5E5E;

font-size:1.16em;

}



@media (min-width: 769px) {

	

	header.scrolleo a {

	margin: 0px auto;

	height: 70px;

	}



	header.scrolleo h1 {

	margin:5px 0px 0px 0px;

	}



	header.scrolleo {

	position:sticky;

	top:0px;

	z-index:999999;

	background:#fff;

	height:70px;

	}

	

}



@media (max-width: 768px) {

	

	header a {

	float:left;

	margin:20px 0px 10px 0px;

	width:100%;

	height:40px;

	background-size:contain;

	background-position:center;

	}



	header h1 {

	margin:20px 0px 0px 0px;

	}



	header h1,

	header h2 {

	float:left;

	text-align:center;

	width:100%;

	}



}