/* The navigation bar */
.navbar-dme {
  overflow: hidden;
  background-color: #5a7897;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
}
/* Links inside the navbar */
.navbar-dme a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* Change background on mouse-over */
.navbar-dme a:hover {
  background: #ddd;
  color: black;
}
/* Main content */
.main {
  margin-top: 30px;
}
