* {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}

body {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a, a:not([href]) {
    cursor: pointer;
    color: #004A0A;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #FF9D12;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    transition: all .15s ease-in-out;
}

.header { background-color: #004A0A;
          border-bottom: 1px solid #cc9865;}

img.journal-logo { align: center;
                    max-width: 800px;}

li {  text-align: justify;
      text-justify: inter-word;}

p {   text-align: justify;
      text-justify: inter-word;
      font-size: 18px;}

.journal_summary p {  text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 24px;}

.journal_summary h2 { visibility: hidden;}

a.issue_title { color: #000;}

.homepage_image {
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary_title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    img.journal-logo {
    align: center;
    max-width: 550px;
}
.journal_summary p {  text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 18px;}

.homepage_image {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    img.journal-logo {
    align: center;
    max-width: 450px;
}
.journal_summary p {  text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 18px;}

.homepage_image {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (min-width: 576px) and (max-width: 767px) {
img.journal-logo {
    align: center;
    max-width: 350px;
}
.journal_summary p {  text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 16px;}

.homepage_image {
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 575px) { img.journal-logo {
    align: center;
    max-width: 350px;}

    .journal_summary p {  text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 15px;}

.homepage_image {
    min-height: 45vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

}