#hamburgerIcon {
		height:40px;
		width:40px;	
}

.topnav {
	overflow: hidden;
	background-color: #f7e7ce;
	position: relative;
	position: sticky;
	top: 0;
	right: 0;
}

.topnav #myLinks {
  display: none;
  	background-color: #ffffff;

}

.topnav a {
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #f7e7ce;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.active {
  background-color: #000000;
  color: white;
}