* {
  padding: 0px;
  margin: 0px;
  font-family: 'DBmementX',Helvetica,Arial,sans-serif;
}

body {
  font-family: 'DBmementX',Helvetica,Arial,sans-serif;
  /*background-position:center;*/
  /*background-color: #fff;*/
  /*font-weight: normal;*/
      overflow-x: hidden;
}


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: right;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
}

.mglef{
  margin-right: 150px;
}

.topnav a:hover {
  /* background-color: #ddd; */
  color: #c2d87d;
}

.active {
  background-color: #E5EEF3;
  color: #c2d87d !important;
}

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