      body {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: grayscale;
      }

      .hidden.menu {
        display: none;
      }

      .masthead.segment {
        min-height: 50px;
        padding: 1em 0em;
      }

      .masthead .logo.item img {
        margin-right: 1em;

      }

      .masthead .ui.menu .ui.button {
        margin-left: 0.5em;
          margin-top:1em;
      }
      .masthead .ui.menu .item {
          
          padding:0;
          margin-top:10px;

      }
      .masthead .ui.menu .right.item {

          padding:0;
          margin-top:10px;

      }
      .rightmenu h4 {

          padding:0;
          margin:0;


      }
      .masthead h1.ui.header {
        margin-top: 2em;
        margin-bottom: 0em;
        font-size: 4em;
        font-weight: normal;
      }

      .masthead h2 {
        font-size: 1.7em;
        font-weight: normal;
      }


      .footer.segment {
        padding: 5em 0em;
      }

      .secondary.pointing.menu .toc.item {
        display: none;
      }

      @media only screen and (max-width: 700px) {
        .ui.fixed.menu {
          display: none !important;
        }

        .secondary.pointing.menu .item,
        .secondary.pointing.menu .menu {
          display: none;
        }

        .secondary.pointing.menu .toc.item {
          display: block;
        }

        .masthead.segment {
          min-height: 5px;
        }

        .masthead h1.ui.header {
          font-size: 2em;
          margin-top: 1.5em;
        }

        .masthead h2 {
          margin-top: 0.5em;
          font-size: 1.5em;
        }
      }	