.topnav {
overflow: hidden;
width: 80%;
float: right;
text-align: right;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 13px;
text-decoration: none;
font-size: 12px;
}


.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #a89013;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1030px) {
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 12px;
text-decoration: none;
font-size: 12px;
display: none;
}
}


@media screen and (max-width: 600px) {
.topnav {
overflow: hidden;
width: 100%;
float: right;
text-align: right;
z-index: 200;
}
	.topnav a {
	background-color: #afd865;
	}
    .topnav a:not(:first-child) {display: none;}
.topnav a.icon {
	float: right;
	display: block;
	font-size: 27px;
	padding: 10px 15px;
	background-color: rgba(33,58,128,0.00);
}
	.topnav a.icon:hover {
        color: #a89013;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
		background-color: none;
    }
	.topnav a.active {
background-color: #afd865;
color: white;
text-align: right;
float: right;
display: none;
		background-color: #a89013;
}
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
		padding-right: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
    }
	.topnav.responsive a.icon {
float: none;
display: block;
text-align: right;
padding-right: 15px;
padding-top: 2px;
}
	
	
	
	
	
}