@charset "utf-8";

/* CSS Document */

/* header */

.header {
  background-color: #960;
  width: 100%;
}

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

.sticky {
  top: 0;
  position: fixed;
  width: 100%;
}

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

@media screen and (max-width: 1024px) {

.header .logo {
	width:80%;
	height:auto;
	float:center;
	}
}




