body {
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}
.navbar {
  overflow: hidden;
  background-color: #FFF ; // #008000; // #009000;  //  #4CAF50 ;  #333; 
}
.navbar a {
  float: left;
  font-size: 16px;
  color: black; // white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black; // white;
  padding: 10px 16px;
  background-color: #FFF ; // #008000; // #009000;  // inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	/* RGB (45,151,119) */
  background-color: #2D9777;  // #5CBC5C;  // #CC6CCC;  // #6CCC80;  // #4CAF50;  red; 
  color: white;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #AED; // #2D9777;  // #9CEC9C;  // #EC9CEC;  // #8CDCA0;  // #ddd; 
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
}

#menu {
  // position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

#txtmenu2 {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

#logo {
  position: fixed;
  width: 100;
  top: 4px;
  left: 10px;
}

#btnmenu1 {
  position: fixed;
  top: 5px;
  right: 14px;
}

#btnmenu2 {
  position: fixed;
  top: 65px;
  right: 14px;
}

