

@media (min-width: 992px)
.navbar-expand-lg {
    justify-content: center!important;
}

@media (min-width: 1200px) {
.site-navbar-wraper {
padding-left: 10%;
padding-right:10%;
}
}



/* Site title */

.site-content.container {
  
    border-radius: 25px;
}

#navigationUser a {
    max-width: 140px;
    text-decoration: none;
    align-items: flex-end;
    color: #4a7bff;
}

.site-title-wraper {
    background-color: #fff;
    min-height: 4em;
    padding-bottom: 5px;
}
.site-title-wraper a {
    color: dimgrey;
    font-size: 26px;
    vertical-align: middle;
}
.site-title-wraper a:hover {
    text-decoration: none;
}
.site-name {
    text-align: center;
    font-weight: 500;
}
div.site-name {
    padding-top: 10px;
}


.site-navbar-wraper {
    background-color: #BDC3C7;
    background: #BDC3C7;
    border-bottom: 0px solid #5a5a5a;

    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.20);
}


/* user menu */
.site-navbar-wraper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Play, "Noto Sans", serif;
}

#navigationUser {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
}
#navigationUser a {
    max-width: 140px;
    text-decoration: none;
    align-items: flex-end;
   color: #4a7bff;
}
#navigationUser a.profile.dropdown-item {
    color: black;
}

@media (max-width: 767px) {
a.journal-name {
    font-size: 1.5em;

}}

@media (max-width: 575px) {
    a.journal-name {
        font-size: 20px;
        margin-right: 0px;
    }
}

a.dropdown-item:active {
    color: black;
}
 .user-nav {
    background-color: #700f2500;
}
.site-navbar-wraper #navigationPrimary .nav-link, .pkp_page_article .site-navbar-wraper > a {
    color: #5a5a5a;
}

.responsive {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* search form */
.search-input-tag {
    border-top: 0;
    border-top-left-radius: 0;
}

/* breadcrumb */
.breadcrumb {
    background-color: white;
    margin-top: 20px;
}

/* header logo */
.is_img.journal-name img {
    max-width: 992px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;

}
.is_img.journal-name {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: linear-gradient(135deg, #3b73cf 0%, #9a44a9 44%, #3b73cf 100%);

}

.journal-logo {
    background-color: linear-gradient(to right, #ffffff, #ffffffd9, #ffffff);
}
.journal-logo a {
    margin-right: 0;
}

/* hide user menu on article page */
.show-user-menu {
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    color: #d61635;
    cursor: pointer;
}
.show-user-menu.hidden {
    display: none;
}