.topnav {
	background-color: #3a6478;
    white-space: nowrap;
}
.topnav a {
	box-shadow: 0px 0px 2px 1px #325667 inset;
	color: white;
}
.menuactive {
	background-color: #325667;
	color: white;
}
.dropdown-content .menuactive {
	color: white;
	background-color: #3a6478;
}
.dropdown .dropbtn {
	box-shadow: 0px 0px 2px 1px #325667 inset;
	color: white;
	background-color: inherit;
}
.dropdown-content {
	background-color: #bad3de;
	box-shadow: 0px 0px 20px 0px #3a6478;
}
.dropdown-content a {
	color: black;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #4b819b;
	color: white;
    transition: all 0.15s linear;
}
.dropdown-content a:hover {
	background-color: #87b1c5;
	color: black;
    transition: all 0.15s linear;
}


.topnav {
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
}
.topnav a {
	font-size: 1.5rem;
	float: left;
	display: block;
	text-align: center;
	padding: 1.2rem 1.4rem;
	text-decoration: none;
}
.menuicon {
	cursor: pointer;
}
.topnav .menuicon {
	display: none;
}
.dropdown {
	float: left;
	overflow: hidden;
	cursor: default;
}
.dropdown .dropbtn {
	font-size: 1.3rem;
	border: none;
	outline: none;
	padding: 1.2rem 1.4rem;
	font-family: inherit;
	margin: 0;
}
.dropdown-content {
	/*font-size: 1.6rem;*/
	display: none;
	position: absolute;
	z-index: 2;
}
.dropdown-content a {
	font-size: 1.3rem;
	float: none;
	padding: 1.0rem 1.4rem;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown:hover .dropdown-content {
	display: block;
}


@media (max-width: 1920px) {
	.topnav a {
		font-size: 1.7rem;
	}
	.dropdown .dropbtn, .dropdown-content a {
		font-size: 1.5rem;
	}
}
@media (max-width: 1440px) {
	.topnav a {
		font-size: 2rem;
	}
	.dropdown .dropbtn, .dropdown-content a {
		font-size: 1.7rem;
	}

@media (max-width: 1024px) {
	.menuactive {
		background-color: inherit;
	}
	.topnav .menuactive {
		color: #99c2ff;
	}
	.dropdown-content .menuactive {
		color: #4073bf;
		background-color: inherit;
	}
	.topnav a, .dropdown .dropbtn {
		display: none;
	}
	.topnav a.menuicon {
		float: right;
		display: block;
	}
	.dropdown-content {
		/*display: block;*/
	}
	.dropdown {
		background-color: inherit;
	}

	.topnav a {
		font-size: 2.8rem;
	}
	.topnav a.menuicon {
		font-size: 2.8rem;
	}
	.dropdown .dropbtn, .dropdown-content a {
		font-size: 2.5rem;
	}

	.topnav.responsive {position: relative;}
	.topnav.responsive .menuicon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}
@media (max-width: 768px) {
	.topnav a {
		font-size: 2.4rem;
	}
	.topnav a.menuicon {
		font-size: 2.7rem;
	}
	.dropdown .dropbtn, .dropdown-content a {
		font-size: 2.1rem;
	}
}
@media (max-width: 425px) {
	.topnav a {
		font-size: 2.5rem;
	}
	.topnav a.menuicon {
		font-size: 2.3rem;
	}
	.dropdown .dropbtn, .dropdown-content a {
		font-size: 2.2rem;
	}
}