* {
  
  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: #000000;
}

.menu_button  {
  float: right;
  display: block;
 color: #ffffff;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 20px;
}

.margin_menu{
  margin-right: 11%;
}

.menu_button:hover {
  background-color: #ffffff;
  border-radius: 30px 0px 0px  0px;
  color: #c61c30;
}

.active  {
  background-color: #ffffff;
  border-radius: 30px 0px 0px  0px;
  color: #c61c30;
}

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

A:link	{
text-decoration:none;
}
A:visited	{
text-decoration:none;
}
