body {margin:0;font-family:Arial;font-size: 13pt;font-weight: bold;font-style: italic;}

.containermenu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  background: #bed4d1;
  position: relative;
  overflow: hidden;
}

.topnav { 
  display: inline-block;
  overflow: hidden;
  background-color: #bed4d1;
}

.topnav a {
  float: left;
  display: block;
  margin-top: 7px;  
  color: #000080;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background: #bed4d1; 
}

.active {
  background: transparent;
  color: #970000;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown {   
    border: none;
    outline: none;
    color: #000080;
    background: #eaeade;
    padding: 8px 8px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
} 

.dropbtn {   
    border: none;
    outline: none;
    color: #000080;
    font-size: 13pt;
    font-weight: bold;
    padding: 14px 16px;
    background-color: #eaeade;
    font-family: inherit;
    margin: 0;
}

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

.dropdown-content a {
    float: none;
    color: #000080;
    background: #eaeade;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #045658;
  color: #970000;
}

.dropdown-content a:hover {
    background-color: #eaeade;
    color: #000080;
}

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

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

@media screen and (max-width: 600px) {
  .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;
  }
}