#content {
  max-width: 1000px;
  background: #fff;
  padding: 25px 65px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#navbar {
  max-width: 1000px;
  margin: 0 auto;
}
/** toggle menu **/
#pgcontainer {
  padding: 45px 0;
  margin: 0;
}
.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}
.openmenu .overlay {
  top: 0;
}
#hamburgermenu {
  height: 100%;
  width: 0;
     background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
