#navbar {
  max-width: 1000px;
  margin: 0 auto;
}

.menubtn {
  position: relative; 
  z-index: 102;
  color: #274a61;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top: 2px;
  padding: 15px;
  background-image: url(/kindeditor/attached/image/20211220/20211220100705_17593.png);
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.menubtn:hover, .openmenu .menubtn {
  background-image: url(/kindeditor/attached/image/20211220/20211220100705_17593.png);

}

/** toggle menu **/
body.openmenu {
  position: fixed;
  overflow: hidden;
}

.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: rgba(0, 0, 0, 0.682353);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;

}
#hamburgermenu ul {
  width:90%;
  height: 100%;
  margin-top: 45px;
  z-index: 101;
margin-left: 16px;

}
#hamburgermenu ul li {
  width:40%;
height:35px;
  float:left;
  margin-right:-1px;
  margin-bottom:-1px;
  border-bottom:1px;
padding:10px;
border:1px solid #bfb8b8;
text-align: center;
display: block;
}
#hamburgermenu ul li a {

  min-width: 150px;
  line-height:260%;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}
#hamburgermenu li a:hover {
  color: #fff;
 
}