@charset "UTF-8";
/* CSS Document */
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    /* background-color: #eee; */
    position: relative;
    height: auto;
    min-height: 30px;
    width: 90%;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
	padding:8px;
  display: none;
  text-align:left;
  width:auto;
  background-color:#DDD;
  width:50%;
  margin-left:50%;
}

/* Style navigation menu links */
.topnav a {
 
  padding: 0 14px 14px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

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

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

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