.journal_index {  
    background: url('background.png') top right no-repeat;
}


.site_header { 
   background: white;
   border: 1px solid #cd9015;
}

#main-navigation > li a { color: black;}

.panel-default > .panel-heading, .pkp_block .title {   
  
    color: #fff;    
    background: rgba(205,144,21,14);
    background: -moz-linear-gradient(top, rgba(205,144,21,14) 0%, rgba(246,223,186,4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,223,186,4)), color-stop(100%, rgba(41,184,229,1)));
    background: -webkit-linear-gradient(top, rgba(205,144,21,14) 0%, rgba(246,223,186,4) 100%);
    background: -o-linear-gradient(top, rgba(205,144,21,14) 0%, rgba(246,223,186,4) 100%);
    background: -ms-linear-gradient(top, rgba(205,144,21,14) 0%, rgba(246,223,186,4) 100%);
    background: linear-gradient(to bottom, rgba(205,144,21,14) 0%, rgba(246,223,186,4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dfba', endColorstr='#cd9015', GradientType=0 );

}

.user_navigation { 
 
    background: #f6dfba; /* Old browsers */
    background: -moz-linear-gradient(left, #f6dfba 0%, #cd9015 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f6dfba 0%,#cd9015 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f6dfba 0%,#cd9015 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dfba', endColorstr='#cd9015',GradientType=1 ); /* IE6-9 */
  }

  
.user_navigation a {
    color: rgb(255, 255, 255) !important ;
}

.user_navigation .dropdown-menu li a { 
    color: rgb(87, 87, 87) !important;
}

.about_journal { 
    padding: 10px;
    font-size: 1.1em;
    color: white;
    background : #090808a4;
    border: 1px solid #d1a155
}

.about_journal h1 { color: #d1a155}

.editorial_team_block .profile .name {color: #f6dfba } 

