/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color:#dfefd0;
  position: relative;
  
}

/* 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: 17px;*/
  display: block;
}

.menu-subtitle 
{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.17em;
}

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

/* Add a grey background color on mouse-over */

/*.topnav a:hover {
  background-color: #e0e9c6;;
  color: navy;
}*/

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
}