header {
    max-width: 100%;
    padding: 30px;
}

.logo {
    width: 120px;
}

.mobile-menu-img {
    display: inline-block;
    float: right;
    width: 30px;
    margin-top: 12px;
}

header .header-menu, header hr{
  display: none;
}

.mobile-header-menu{
  position: fixed;
  width: 200px;
  top: 0;
  bottom: 0;
  background-color: white;
  padding: 20px;
  margin-top: 0;
  float: none;
  right: -208px;
  z-index: 500;
  display: block;
  box-shadow: -3px -3px 7px rgba(1, 1, 1, 0.5);
}

.mobile-menu-img.close{
  float: none;
  margin-bottom: 25px;
}

.mobile-header-menu ul li{
  margin-bottom: 10px;
}

.mobile-header-menu ul a{
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
