.main-header {
    background-color:  #538234 !important;
    font-size: 35px !important;
    font-weight: bold !important;
}

.pkp_navigation_primary {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .pkp_navigation_primary > li > a {
    color: rgb(255, 255, 255);
  }

  .pkp_navigation_search_wrapper a {
    color: rgb(255, 255, 255);
  }

  .pkp_navigation_user a {
    color: rgb(255, 255, 255);
  }

  .pkp_block a {
    color: #538234;
  }

  a:hover {
    border-color: #538234;
  }

  .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background:#788FA1 ;
    border-color: #538234;
    color: #fff;
  }

  .pkp_nav_list ul {
    background: #788FA1;
  }

  a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #538234;
  }
  .pkp_nav_list ul a {
    color: #fff;
  }

  a {
    color: #538234;
  }

  .cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    color: #538234;
  }
  .app__header {
    background: #538234;
  }
  .pkpTabs__button {
    color: #538234;
  }
  .app__navItem {
    color: #538234;
  }
  .pkpFormLocales__locale {
    color: #538234;
  }

  .pkp_page_index .additional_content {
      border-top: 1px solid #fff;
  }

  html, body {
    text-align: justify;
  }

  .pkp_navigation_primary > li > a {
    cursor: default;
  }
  .pkp_navigation_primary [aria-haspopup]:hover {
    cursor: default;
  }

  .dropdown-menu.show{
    font-size: 10px;
  }

  .dropdown-menu{
    font-size: 10px;
  }

  .pkp_navigation_primary > li:last-child a {
    margin-right: 0em;
  }

  .homepage_about > h2 {
    display: none;
  }
  
    .pkp_site_name .is_img img {
        max-height: 120px !important;
    }