.topnav {
	overflow: hidden;
}


.topnav a {
	float: left;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 14px !important;
	height: 45px;
}


.active {
	font-weight: bold;
	font-size: 14px !important;
}


.topnav .icon {
	display: none;
}


.topnav-dropdown {
	float: left;
	overflow: hidden;
	font-size: 14px !important;
}


.topnav-dropdown .dropbtn {
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	font-size: 14px !important;
}


.topnav-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}


.topnav-dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}


.topnav a:hover, .topnav-dropdown:hover .dropbtn {
	background-color: #008800;
	color: white;
}


.topnav-dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}


.topnav-dropdown:hover .topnav-dropdown-content {
	display: block;
}


@media screen and (max-width: 600px) {
	.topnav a:not(:first-child), .topnav-dropdown .dropbtn {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}
}


@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .topnav-dropdown {float: none;}
	.topnav.responsive .topnav-dropdown-content {position: relative;}

	.topnav.responsive .topnav-dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}
