small.pull-right{
display:none;
}
.journal_index .site_logo {
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
 }
 .journal_index .site_logo {
    border: none;
    width: 32%;
    background: none;
    border-radius: 0px;
    margin-bottom: 8px;
}
 .site-name .navbar-brand, .page-header {
    font-family: 'Lora', serif;
    color: rgb(119, 4, 4);
    text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);
    display: none;
}
.about_journal {
    padding: 20px;
    font-size: 1.03em;
    color: white;
    background: #083625;
    border-radius: : 0.5px;
    border:none;
    display:none;
}
.panel-default > .panel-heading, .pkp_block .title {
    color: #ffffff;
    background: linear-gradient(to bottom, #083625 0%, #083625 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}
footer[role="contentinfo"] p {
	color: white;

}

.site-name .navbar-brand, .page-header{
	
}
.about_journal h1 {
    color: #f5f5f5;
}
about_journal p {
    display:none;
}
.user_navigation {
    background: #295293;
    background: -moz-linear-gradient(left, #295293 0%, #3fa1e2 100%);
    background: -webkit-linear-gradient(left, #295293 0%,#3fa1e2 100%);
    background: linear-gradient(to right, #00000f 0%,#104430 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295293', endColorstr='#3fa1e2',GradientType=1 );
}
a {
    color: #000000;
    text-decoration: none;
}