@charset "utf-8";


.menu {
	float: right;
	width: 860px;
	height: auto;
	margin-top: 34px;
}
.menu #myTopnav .active {
	color: #FFF;
	background-color: #2B3F0C;
}

/* Add an active class to highlight the current page */


/* Add a black background color to the top navigation */
.topnav {
	background-color: #FFFFFF;
	overflow: hidden;
	color: #2B3F0C;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #2B3F0C;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #CCCCCC;
	color: #FFF;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

@media screen and (max-width: 480px) {
.menu {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu #myTopnav .active {
	color: #FFF;
	background-color: #2B3F0C;
}
	
	
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
  }
}
