body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: #dcd0be;
  color: #392105;
  display: inline-block;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #392105;
  text-align: center;
  padding: 6px 6px;
  margin: 6px;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
}

.active {
  background-color: none;
}

.topnav .icon {
  display: none;
}

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

.dropdown .dropbtn {   
    border: none;
    outline: none;
    font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
    color: #8A3E30 !Important;
    font-size: 12pt;
    font-weight: bold; 
    text-transform:uppercase;
    background-color: #970000;
    margin: 10px;
}

.dropdown-content {
    background: #dcd0be;              
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #392105;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

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

.dropdown-content a:hover {
    background-color: #970000;
    color: white;
}

.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;
  }
}
