body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .topnav {
    overflow: hidden;
     font-family: BebasNeue-Regular;
    
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #86592d;
    text-align: center;
    padding: 14px 10px 14px 10px;
    text-decoration: none;
    font-size: 24px;
  }
  
  .topnav a:hover {
    
    color: #d2a679;
  }
  
  .topnav a.active {
    /*background-color: #ffffff;*/
    color:#86592d;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {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;
    }
  }

  .test{
    background-color:grey;
  }