html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  overflow-x: hidden;
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
}

/* Container */
#container {
  position: relative;
  padding: 20px 40px;
  padding-top: 80px;
}

/* Menu Button */
.menu-btn {
	width: 210px;
	height: 28px;
	padding: 53px;
	font-size: 18px;
	margin-bottom: 30px;
	color: #006666;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/PostIt-02.png);
	opacity: 0.3;
	top: 220px;
	left: -1px;
}
.menu-btn:hover {
  opacity: 0.8;
}

/* Header */
.site-header {
  position: fixed;
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 9998;
}

/* Footer */
.site-footer {
  position: relative;
  border-top: 1px solid #EEE;
  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}

/*# sourceMappingURL=demo.css.map */
