@font-face {
    font-family: "Montserrat";
    src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&display=swap");
 }
  


.header {
    background-color: #fff !important;
    text-align: left;
    min-height: 20px !important;
    color: #373E57 !important;
}

.body{
    font-family: 'Montserrat', sans-serif;
}

.journal-logo {
    max-height: 300px !important;
    max-width: 100% !important;
}

.nav-link {
    color: #373E57;
    text-transform: none !important;
}

.lower-header {
    max-width: 600px;
}

.row {
    min-height: 20px !important;
}

.dropdown-toggle {
    color: #373E57 !important;
    cursor: pointer;
}

@media only screen and (max-width: 680px) {
    .journal-logo {
      width: 100% !important;
    } 
}

.nav-link {
    cursor: pointer;
    color:  #373E57 !important;
}


footer p, footer li, footer a, footer .title {
    font-style: normal !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
}

.article_summary_body{
    text-align: justify;
}

.summary_title_wrapper{
    font-style: italic;
}

.summary_meta{
    font-weight: 600;
}

.description{
    text-align: justify;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

p, li, a, blockquote {
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}

@media (max-width: 991px){
#navigationUser .nav-item.show .nav-link.dropdown-toggle, #languageNav .nav-item.show .nav-link.dropdown-toggle {
    background-color: #fff;
}
}

em {
    font-style: none !important;
}

.main__col a {
    color: #fff;
}

.article_summary {
    width:100%;
}

.summary_title_wrapper {
    font-style: normal;
    font-weight: 600;
}
.summary_meta{
    font-style: italic;
    font-weight: 400;
}
.lower-header{
    max-width: 1200px;
}

.journal_summary h2{
    color: transparent;
}

.article-full-title{
    font-family: 'Cardo',serif;
}

h2, h3, h4, h5, h6 {
    font-size: 24px;
}

.article_abstract_block h3{
    font-size: 24px !important;
}