#navleft {
  position: absolute;
  width: 128px;
  top: 247px;
  left: 20px;
  font-size: 0.9em;
  border: 1px dashed black;
  background-color: #1070b5;
  padding: 10px;
  z-index: 2;
  color:white;
}


#logo-header {
  margin: 0px;
  padding: 10px;
  background-image:linear-gradient(to right, #1070b5, #04538c);
  height: 100px;
}
