.journal_index {  
    background: url('header_blue.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px;
    background-position: center center;
}

.site_header { 
   background: white;
   border: 1px solid #e1e1e1
}
#main-navigation > li a { color: black;}

.panel-default > .panel-heading, .pkp_block .title {

    color: #ffffff;
    background: #2F2FE4;
    background: -moz-linear-gradient(top, #2F2FE4 0%, #162E93 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2F2FE4), color-stop(100%, #162E93));
    background: -webkit-linear-gradient(top, #2F2FE4 0%, #162E93 100%);
    background: -o-linear-gradient(top, #2F2FE4 0%, #162E93 100%);
    background: -ms-linear-gradient(top, #2F2FE4 0%, #162E93 100%);
    background: linear-gradient(to bottom, #2F2FE4 0%, #162E93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F2FE4', endColorstr='#162E93', GradientType=0 );


}

.user_navigation {

    background: #2F2FE4; /* Old browsers */
    background: -moz-linear-gradient(left, #2F2FE4 0%, #162E93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2F2FE4 0%, #162E93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2F2FE4 0%, #162E93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F2FE4', endColorstr='#162E93',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: 20px; 
    font-size: 1.03em;
    color: white; 
    background : #2F2FE4a4; 
    border: 0.5px solid #f0f0f0 
} 

@media (max-width: 768px) { 
    .about_journal { 
        color: white; /* White text for mobile devices */ 
    } 
}

.about_journal h1 { color: white}

.editorial_team_block .profile .name {color: #2F2FE4 }

