.pkp_structure_main h2 {
    display: none;
}

.obj_issue_toc .published {
    margin: 1.43rem 0;
    display: none;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0px;
}

.obj_issue_toc .articles {
    margin-top: 0px;
}

.navbar-logo img {
    max-height: 300px !important;
}

.homepage-issue-current, .homepage-issue-identifier, .homepage-issue-published {
    display: none !important;
}

.homepage-issue-header {
    margin-top: 3rem;
    margin-bottom: -0rem;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
    color: #fff;
}

.main-header {
    background-color: #002f3f;
}

.page-content {
    font-size: 20px;
    line-height: 20px;
}


.h2, h2 {
    font-size: 2rem;
    font-weight: 800;
}

.homepage-issue-description .h2 {
    margin-bottom: 1rem;
    color: #002f3f;
}

.homepage-issue-description::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff0 20%);
}

.homepage-issue-description-more {
    display: none;
}

.homepage-issue-description-wrapper {
    padding: 2rem;
    background: #f7f7f7;
    border-radius: 10px;
}

.homepage-issue-description {
    max-height: 16em !important;
    padding-bottom: 0rem;
}

.container-homepage-issue {
    margin-top: 0px;
    border: 0;
}

/*Article Redesign */

.issue-toc-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #002f3f;
}

.article-summary-title {
    font-size: 1.25rem;
    font-family: 'Fire Sans',sans-serif;
    margin-top: 1px;
}

.article-summary-title a:hover {
    text-decoration: none;
    color: blue !important;
}

.article-summary {
    margin: 1rem 0 0rem;
    background: #fffff;
    padding: 0px;
    border-radius: 10px;
}

.article-summary-doi {
    display: none;
}

.article-summary-authors, .article-summary-pages {
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
    font-weight: 600;
    color: #002f3f;
}

.article-summary-galleys {
    margin-top: 0px;
}

.article-summary-title {
    font-size: 16px;
    font-family: 'Fira Sans',sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn {
    padding: 0.3em 2em;
    border-radius: 6px;
    background: transparent;
    font-family: 'Fira Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}


.navbar-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 90%;

}


#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
    background: transparent;
    color: #ffab00;
    border-color: #75757500;
    font-weight: bold;
}

#userNav .nav-link, .language-toggle .dropdown-toggle {
    color: #fff !important;
    border: 0px solid transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 800;
}

.page-content {
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.article-details-heading, .article-details .item > .label {
    color: #002f3f;
}

.article-details-main .article-details-heading, .article-details-main .item > .label {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #002f3f;
}

.authors-string .author-string-href {
    color: #002f3f !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 2rem;
}

.page-header h1 {
    font-size: 2rem;
    font-weight: 800 !important;
    color: #002f3f;
}

.article-details-main .article-details-block:last-child, .article-details-main .item:last-child {
    margin-bottom: 0;
    display: none;
}


@media only screen and (max-width: 600px) {
  .navbar-logo {
    display: none;
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-height: 2em;
    max-width: 100%;
}
}

.navbar-light .navbar-toggler-icon {
    background-image: url("https://cassr.net/jassr/public/journals/1/menu.png");
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.text-right {
    text-align: right !important;
    display: none;
}

#primaryNav {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

/*Articles Txt font size*/

.issue-toc-section-title {
    font-size: 25px !important;
    font-weight: 800;
    color: #002f3f;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: 1em;
}

.page-issue-date, .page-issue-doi {
    margin-top: 1px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .header_view .navbar-collapse, .header_view .navbar-form {
border-color: transparent;
display: none;
}

.page-header {
    padding-bottom: 0px !important;
    margin: 0px !important;
    border-bottom: 1px solid transparent;
}

.pkp_block .content {
    padding: 0 !important;
}

.obj_issue_toc .cover {
display: block;
margin-bottom: 20px;
float: left;
margin-right: 20px;
}

.obj_issue_toc .cover img {
display: block;
max-height: 350px;
width: auto;
}


.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_brand_footer {
padding: 30px;
display: none;
}