.journal_index {
  background: rgb(255, 255, 255) url('header_elegant.jpg') top left no-repeat;
}

.user_navigation {
  background: linear-gradient(135deg, #849b5c 0%, #849b5c 44%, #bfffc7 100%)
}

.site-name .navbar-brand {
  color: #849b5c;
  text-shadow: 0px -1px 1px #656fbc
}

#navigationUser ul li a {
  color: #849b5c !important
}

h1.site-name a.navbar-brand:hover {
  color: #849b5c
}

.about_journal {
  color: #101010;
  background: rgba(132, 155, 92, 0.6)
}

.about_journal h1 {
  color: #849b5c;
  text-shadow: 1px 1px #656fbc
}

.pkp_structure_sidebar .block_custom h1 {
  color: #849b5c;
  border-bottom: 1px solid #bfffc7
}

.editorial_team_block .profile .name {
  color: #849b5c
}

.panel-default>.panel-heading,
.pkp_block .title {
  color: #fff;
  border-bottom: 1px solid #bfffc7;
  background: linear-gradient(135deg, #849b5c 7%, #849b5c 3%, #849b5c 3%, #849b5c 12%, #849b5c 54%, #bfffc7 85%, #bfffc7 120%)
}

.navbar-default .nav>li>a,
.header_view .nav>li>a {
  color: #849b5c
}

.navbar-default .nav>li>a:hover,
.header_view .nav>li>a:hover {
  color: #000;
  text-shadow: 1px 1px #dfdfd
}

.user_navigation a {
  color: #fff !important
}

.side-menu_hover_effect:before {
  background: #849b5c
}

.btn-info {
  background-color: #bfffc7
}

a.galley-link {
  background-color: #bfffc7;
  color: #fff
}

a.galley-link:hover {
  background-color: #849b5c
}

.footer_border {
  /*background: #bfffc7;*/
  background: linear-gradient(to bottom, #849b5c 0%, #849b5c 50%, rgba(232, 245, 200, 0.4) 100%)
}