.journal_index {
    background: #ffffff url(/public/site/header_red.jpg) no-repeat;
    background-size: cover;
    background-position: 0px bottom;
}

.about_journal {
    /* background: rgba(247, 248, 251, 0.85); */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: black;
}

.about_journal h1 {
    color: #3054C6;
    text-shadow: 1px 1px #dddbdb;
}

div#customblock-custom-link strong {
    display: block;
}

.indexed_by button {
    display: none !important;
}

.user_navigation {
    background: rgb(3, 79, 137);
    background: linear-gradient(90deg, rgba(3, 79, 137, 1) 0%, rgba(0, 104, 177, 1) 45%);
}

ul#navigationUser a {
    color: white !important;
}

ul#navigationUser a:hover {
    color: #dfdddd !important;
    text-decoration: none !important;
}

a.galley-link {
    background-color: #e5e5e5;
    color: #01040e !important;
}

.search_input .btn-default {
    background: #e5e5e5 !important;
    color: black !important;
}

.btn-info {
    background-color: #e5e5e5;
    color: black !important;
}

#customblock-journal-template img {
    width: 264px;
    height: 79px;
}

#customblock-journal-template img {
    width: 264px;
    height: 79px;
}

div#customblock-incoming-event img {
    width: 100%;
}

.pkp_block.archive_by_year span.title,
.pkp_block span.title {
    background: rgb(3, 79, 137);
    background: linear-gradient(90deg, rgba(3, 79, 137, 1) 0%, rgba(0, 104, 177, 1) 45%);
    color: white;
}

.indexed_by img {
    max-width: 150px;
}

.alert-danger {
    background-color: #f5f5f5;
    color: #d20404;
}

.editorial_team_block h1 {
    color: #565660 !important;
    text-shadow: 1px 1px #e4e8e4 !important;
    border-bottom: 1px solid #8585f2 !important;
}

.editorial_team_block .profile .name {
    color: #375ff9;
}

.editorial_team_block .profile strong {
    color: #b0b0b0;
}

footer[role="contentinfo"] {
    color: #5c5c5c;
    background: #e7e7e7;
}

footer h4 {
    color: #433939;
}


/* Article  */

.header-section {
    color: #03508b;
}