img { max-width: 100%; }

#homepageDescription p:nth-child(6),
.ganj_description,
.ganj_description2 {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    grid-row-gap: 0.2em;
}

#homepageDescription p:nth-child(6) > a,
#homepageDescription p:nth-child(6) > img,
.ganj_description > a,
.ganj_description > img,
.ganj_description2 > a,
.ganj_description2 > img {
    background-color: white !important;
    max-width: 85%;
    heigth: 85
    max-height: 6em;
    text-align: center;
    object-fit: contain;
}

#homepageDescription p:nth-child(6) > a {
    background-color: white !important;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
}

#homepageDescription p:nth-child(6) > a > img,
.ganj_description > a > img,
.ganj_description2 > a > img {
    min-width: 13%;
    max-height: 7em;
    max-width: 85%;
    padding: 0.7em;
}

#globacadnurs_reviewers thead th {
	font-size: 0.8em;
}
#globacadnurs_reviewers th {
	border: 1px solid lightgray;
	padding: 0.6em 1em;
	line-height: 1.2em;
}
#globacadnurs_reviewers tbody th {
	font-weight: normal;
	font-size: 0.55em;
}


div.metricsheader {
    position: relative !important;
    margin-top: -24px;
    display: flex;
    flex-direction: column;
}

div.metricsheader > span.qualiscapes {
    border-bottom: 2px solid #79aacc; 
    padding: 0 5px 3px 5px; 
    margin-right: 3em;
}

div.metricsheader > span.googlescholar {
    border-bottom: 2px solid #79aacc; 
    padding: 0 5px 3px 5px; 
    margin-right: 3em;
}

div.metricsheader > span.impactfactor {
    border-bottom: 2px solid #79aacc; 
    padding: 0 5px 3px 5px;
}

div.metricsheader > span {
    flex: 1;
    margin-right: 0 !important;
    padding: 2px 5px 3px 5px !important;
}

div.metricsheader > span.googlescholar > a {
    margin-right: 0 !important;
    display: block;
}

div.metricsheader > span.googlescholar > span {
    margin-right: 0 !important;
}

a.navbar-brand {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

a.navbar-brand img {
    min-width: 274px;
    min-height: 75px;
}

.block_Keywordcloud { flex: 0 0 75%; width: 75%; }

@media (max-width: 767px) {
    .pkp_block, .block_Keywordcloud {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:576px){
    
    div.metricsheader {
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    div.metricsheader > span.googlescholar {
        flex: 0 0 100%;
        order: 2;
        width: 100%;
    }
    
    div.metricsheader > span.googlescholar > a {
        display: inline;
    }

}

@media screen and (min-width:992px){
    
    div.metricsheader {
        display: block;
    }
    
    div.metricsheader > span {
        margin-right: 1em !important;
        margin-left: 1em !important;
        padding: 2px 5px 3px 5px !important;
    }
    
    #primaryNav  a.nav-link {
        /*padding: 0.7rem !important;*/
        padding: 0.3rem 0.7rem !important;
    }
    
    div.visitormap {
        margin: 0;
    }

    #primaryNav {
        flex-flow: wrap;
    }
}



div.pkp_block.block_developed_by {
    flex: 0 0 100%;
}

ul.most_read{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    
}

ul.most_read > li{
    width: 33%;
    padding: 15px;
}

ul.most_read > li:before {
    content: '🖺 ';
}

ul.most_read > li div.most_read_article_title {
    padding-left: 20px;
    margin-top: -25px;
}

ul.most_read > li div.most_read_article_journal:after {
    content: ' 👁';
}

ul.most_read > li div.most_read_article_journal {
    padding-left: 20px;
}

