body{
    color: #363d49;
}

.ui.header{
    color: #363d49;
}

.ui.form .field > label{
    color: #363d49;
}

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

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

.main.menu {
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
      box-shadow 0.5s ease,
      padding 0.5s ease
    ;
  }
*/  




    .hidden.menu {
      display: none;
    }

    .masthead.segment {
      min-height: 700px;
      padding: 1em 0em;
    }
    .masthead .logo.item img {
      margin-right: 1em;
    }
    .masthead .ui.menu .ui.button {
      margin-left: 0.5em;
    }
    .masthead h1.ui.header {
      margin-bottom: 0em;
      font-size: 4em;
      font-weight: normal;
    }

    .masthead h2.ui.header {
      font-size: 3.5em;
      font-weight: normal;
    }
    .masthead h4 {
      font-size: 1.7em;
      font-weight: normal;
      color: #fff;
    }

    .ui.vertical.stripe {
      padding: 4em 0em;
    }
    .ui.vertical.stripe h3 {
      font-size: 2em;
    }
    .ui.vertical.stripe .button + h3,
    .ui.vertical.stripe p + h3 {
      margin-top: 3em;
    }
    .ui.vertical.stripe .floated.image {
      clear: both;
    }
    .ui.vertical.stripe p {
      font-size: 1.10em;
      line-height: 1.5em;
    }
    .ui.vertical.stripe .horizontal.divider {
      margin: 3em 0em;
    }

    .quote.stripe.segment {
      padding: 0em;
    }
    .quote.stripe.segment .grid .column {
      padding-top: 2em;
      padding-bottom: 2em;
    }

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

    .main.borderless.menu .toc.item {
      display: none;
    }

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

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

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

      .masthead.segment {
        min-height: 350px;
      }
      .masthead h1.ui.header {
        font-size: 1.3em;
        margin-top: 1.5em;
      }
      .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
      }
      
      .masthead h4 {
        font-size: 0.7em;
        font-weight: normal;
        color: #fff;
      }
      
    }


    .bg_cont{
      background-color: #efefef !important;
    }

    .shadow {
      box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04) !important;
    }