/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: fixed;
  background-color:none;
  width:100%;
  min-height:90px;
  z-index:101;
}
.toplogo {
  overflow: hidden;
  position: fixed;
  background-color:none;
  width:100%;
  background-image: url(../img/yachtlogo_oben_1zeile.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  min-height:90px;

}


/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;

}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 37px;
  display: block;
  background-color:rgba(0,0,0,0.8);

}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  color: black;
  background-color:rgba(255,255,255,0.8);

}

/* Style the active link (or home/logo) */
.active {
  color: white;
}
