.topnavfixed a.menu {
  position: fixed;
  top: 0px;
  left: 0px; 
  width: 100%;
  /* height: 50px; */
  background-color: #6f228d;
  border: 6px none black;
  z-index: 91;
  padding-left: 60px;
}

.topnavfixed a {
  color: white;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  margin-bottom: 2px;
  background-color: #6f228d;
}

.topnavfixed a.burger {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 92;
}


/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #005f0000;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 90;
}

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

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  margin-bottom: 2px;
  background-color: #6f228d;
}

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

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: rgba(0, 0, 0, 0.100);
  color: white;
}

.topnav a.icon:hover {
  background-color: #6f228d;
  color: white;
}

/* Style the active link (or home/logo) */
.topnav a.active {
  background-color: #00440000;
  color: rgba(255, 255, 255, 0);
  padding-left: 60px;
  display: block;
  font-size: 12px;
}

.topnav a.active:hover {
  background-color: #00440000;
  color: rgba(255, 255, 255, 0);
}

.topnav img.logo  {
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 42px;
  height: auto;
  border:red;
  border-style: none;
}

.topnavfixed img.logo  {
  display: block;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 42px;
  height: auto;
  border:red;
  border-style: none;
}
