@charset "utf-8";
/* CSS Document */

/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header .logo {
  display: block;
  float: left;
  margin-left:1%;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
	
.header .logo {
	width:80%;
	height:auto;
	float:center;
}


