body {
  background-image:url("1001nacht.jpg");
  background-size: 120%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Encode Sans Expanded', sans-serif;
  margin: 0;
  height: 120%;
}
.container {
  height: 80vh;
  background-color: green;
  margin-top: 30vh;
  width: 100%;
}

.navbar {
  width: 100vw;
  background-color: #789b4a;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  margin-top: 0vh;
  top: 0;
}
.navbar a, p {
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 8px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 0.7vw;
  text-decoration: none;
  font-family: 'Encode Sans Expanded', sans-serif;
}

.navbar a h2 {
  
}

.navbar a:hover {
  background-color:rgba(0,128,0,1);
}
h1 {
  top: 40vh;
  font-size: 10vw;
  text-align: center;
  color: white;
}
.Logo1 {
  width: 5%;
  position: fixed;
  z-index: 99;
  margin-left: 47.5%;
  top: 0;
}