.topnav { 
  
  background-color: transparent;
  margin:0px auto;
  text-align:center;
  width:750px;
  border:var(--dark) 1px solid;
  
}

.topnav a {
  margin:0 auto;
  float: left;
  display: block;
  color: #325268;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #5884A2;
  color: #fff;
  }

.topnav a.pl-active {
background-color:#325268;
color: #fff;  
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 55em) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	background:#325268;
	color:#fff;
  }
}

@media screen and (max-width: 55em) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	color:#fff;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav {
  width:98%;
}
}
