.topnav {
	overflow: hidden;
	background: #002c77;
	padding:0px;
	width:75%;
    z-index: 999!important;
	margin:0 auto;}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
  background-color: #002c77;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 1em;    
    border: none;
    outline: none;
    color: #f2f2f2;
    padding: 14px 16px;
    background-color: #002c77;
    font-family: inherit;
    margin: 0;
	border-radius: 0;
}
.dropdown .dropbtn a{
	padding: 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #002c77;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999!important;
}

.dropdown-content a {
    float: none;
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 999!important;
    background-color: #002c77;
}

.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a  {
  background-color: #d1d3d4;
  color: #002c77;
}

.dropdown-content a:hover {
    background-color: #d1d3d4;
    color: #002c77;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 984px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 984px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    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;
  }
}

	 /*https://www.w3schools.com/howto/howto_js_slideshow.asp*/
