html, body {

}

/* Lists */
ul {
  margin: 0;
  padding: 0;
}

/* Container */
#container {
    position: fixed;
    z-index: 99999;
width: 100%;
}

/* Menu Button */
.menu-btn {

display: none;

}
.menu-btn:hover {
  opacity: 0.6;
}

/* 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;
}



@media screen and (max-width: 1100px) {
.menu-btn {
    width: 30%;
    max-width: 200px;
    padding: 30px;
    font-size: 50px;
    margin-bottom: 20px;
    background: #fb3c0a;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    display: block;
}



}

/*# sourceMappingURL=demo.css.map */
