header {
  width: 100%;
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  margin: 0;
  font-family: sans-serif;
  /* border-radius: 5px; */
  /* background-color: #fff; */
  /* box-shadow: 5px 5px 19px 5px rgba(0, 0, 0, 0.29); */
}
.hamburger {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 16px 30px 0px 15px;
  color: #999;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}
.cross {
  background: none;
  position: absolute;
  top: 0px;
  right: 0%;
  padding: 16px 30px 0px 15px;
  color: #999;
  border: 0;
  font-size: 3em;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  height: 40px;
}
.menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  text-align: center;
  font-size: 12px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.menu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}
.menu li:hover {
  display: block;
  background: #ffffff;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}
.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #666;
}
.menu ul li a:hover {
  color: #666;
  text-decoration: none;
}
.menu a {
  text-decoration: none;
  color: #666;
}
.menu a:hover {
  text-decoration: none;
  color: #666;
}

.glyphicon-home {
  color: white;
  font-size: 1.5em;
  margin-top: 5px;
  margin: 0 auto;
}
header {
  display: block;
  font-size: 12px;
}

header img {
  display: inline;
  float: left;
  height: 50px;
  width: auto;
  padding-left: 20px;
}

#edagLogo {
  height: 40px;
  padding: 10px 5px 5px 5px;
}

#navName {
  color: #d41b44;
  font-weight: bold;
  text-transform: uppercase;
  user-select: none;
  font-size: x-large;
  display: inline-block;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate(-50%, -70%);
}

@media screen and (max-width: 736px) {
  header img {
    height: 40px;
    padding-top: 5px;
    padding-left: 4px;
  }

  #edagLogo {
    height: 30px;
    padding: 15px 5px 5px 5px;
  }
  #navName {
    font-size: medium;
    margin-left: 10px;
    width: fit-content;
    padding: 81px 20px 15px 90px;
  }
  .menu {
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  #navName {
    font-size: small;
    margin-left: 10px;
    width: fit-content;
    padding: 81px 20px 15px 90px;
  }
}
