#main-content {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto !important;
  grid-template-areas: 
    "additional"
    "description"
    "currentIssue" !important;
}

.journal-description {
  grid-area: description !important;
}

.current_issue {
  grid-area: currentIssue !important;
}

/* About Journal */
.additional_content {
  grid-area: additional !important;
}

.col-12.about_journal p {
    text-align: justify !important;
}

/* Journal Description */
.journal-description {
    display: none;
}

/* Header */
.site-name-unida {
   display: none !important;
}

.is_img > img {
    max-width: 90% !important;
    height: auto !important;
}

.is_img {
    display: flex;
    justify-content: center;
}

.navbar-header {
    clear: both;
}

.navbar-brand-logo {
    clear: both;
    display: flex;
    justify-content: center;
}

.navbar-brand-logo {
   width: 80%;
}

.home_journal_description > .col-3 > img {
    height: 300px;
    width: 230px !important;
}

/* Footer */
.row.footer {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: auto !important;
  grid-template-areas: 
    "address contact information" !important;
}

.row.footer > .col-4:first-child {
    grid-area: address;
}

.row.footer > .col-4:nth-child(2) {
    grid-area: contact;
}

.row.footer > .col-4:nth-child(3) {
    grid-area: information;
}

/* Submit Manuscript */
center > ul.button > li {
    background-color: rgb(62, 63, 58);
}

center > ul.button > li > a.submitmanuscript {
    color: rgb(224, 176, 90);
}

/* Sidebar Menu */
#customblock-sidebarmenu > .content > p > .item {
    background-color: rgb(62, 63, 58);
    margin: 3px 0 !important;
}

#customblock-sidebarmenu > .content > p > .item > a {
    color: rgb(224, 176, 90) !important;
}