.mode5 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s; } 

.mode5:hover {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    opacity: 1;
    z-index: 2;
}

.journal_index {
    /* background: url(/public/site/images/admin/banner-home-piksi.png) no-repeat; */
    /* background-size: 100% 100%; */
    /* min-height: 240px; */
    min-height: 240px;
    background-size: 100%;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
padding: 0px;
}

.about_journal {
    padding: 20px;
    font-size: 1.03em;
    color: white;
    background: #9900ccaf;
    border: none;
    max-width: 100%;
}

.navbar-default .site_header {
    padding-top: 13px;
    padding-bottom: 13px;
    background-image: linear-gradient(
135deg
, #b99ac4 0%, #e9e1ec 44%, #37064d 100%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
    background-image: none;
}

.pkp_block .title {
    background: linear-gradient(
135deg
, #610680 0%, #a609d9 44%, #37064d 100%);
}

.site-name .navbar-brand, .page-header {
    font-family: 'impact', serif;
    color: #610680;
    text-shadow: -1px -1px 2px rgb(150 150 150);
}

.container {
    padding: 2px 16px;
    margin: 5px;
    color: black;
    font-weight: bold;
}

.about_journal h1 {
    color: white;
}

.footer {
    border-top: 4px solid #610680;
    font-family: cursive;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}