.menu {
  font-family: Helvetica, sans-serif !important;
  color: #797979 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.ttf");
  }

  @font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.ttf");
  }
  
  p {
    font-family: Helvetica, sans-serif;
    color: #797979;
    font-size: large;
    /*  font-weight: 600 !important; */ 
  }

  h1, h3 {
    font-family: Helvetica, sans-serif !important;
    color: #797979 !important;
    font-size: 1.5rem !important;
  }

 h2, h4, h5, h6 {
    font-family: Helvetica, sans-serif !important;
    color: #797979 !important;
    line-height: normal !important;
  }

  .ptext {
    text-align: justify;
    /* font-weight: 600 !important; */ 
  }

  a {
    font-family: Helvetica, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 12px !important;
  }

  .navspan {
      color: white;
  }

#bsubt {
    font-family: "Helvetica" !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    border-radius: 0 !important;
    color: #797979 !important;
}

.butport {
    font-family: "Helvetica" !important;
    margin: 0;
    font-size: medium;
    color: #797979 !important;
    font-weight: 600 !important;
}

.sortable .menu .item.active {
    border-radius: 0 !important;
    border-color: #797979 !important;
}

b {
font-family: "Helvetica" !important;
color: black !important;
}

ul {
    font-family: Helvetica, sans-serif;
    color: #797979;
    font-size: large;
    /*  font-weight: 600 !important; */ 
  
}
  
