@charset "utf-8";
/* CSS Document */

p
{
    margin-bottom: 7px;
    text-align: justify;
    font-family: 'Open Sans Condensed', serif;
}

.homepage-issue-description-wrapper {
    padding: 2rem;
    background: #F7F7F7;
	max-height: 650px;
}

.homepage-issue-description-more {
    padding: 0rem;
    bottom: 0rem;
	background: #F7F7F7;
	text-align=center;
	height:20%;
}

.homepage-issue-description-more:after{
	bottom: 0;
	width: 100%;
	height: 25px;
	background: #F7F7F7;
	background-image: linear-gradient(rgba(255,255,255,0), #fff 20%)*/
}

.issue-toc-section-title{
	font-size:0px;

}
.homepage-image-behind-issue + .container-homepage-issue .homepage-issue-published {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.page-content p {
    font-size: 1rem;
}

.article-summary {
    margin: 0rem 0 1rem;
}

.article-summary-title {
    font-size: 1rem;
    font-family: 'Open Sans Condensed', serif;
}

.homepage-issue-header {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.page-content {
    font-size: 14px;
    line-height: 24px;
}
.homepage-journal-description.long-text {
    position: relative;
    overflow-y: hidden;
    max-height: 305px;
}

.homepage-journal-description.long-text img {
    margin: 2px 22px 4px;
    max-width: 100px;
    box-shadow: 10px -3px 39px -8px rgba(0,0,0,0.75);
}

#homepageDescription>p{
    text-align: justify;
    margin-bottom: 10px;
}

.article-details-abstract {
    text-align: justify;
}
.issue-image-cover {
    margin-top: 100px;
}
.homepage-image-behind-issue {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-height: 600px;
    overflow-y: hidden;
}

@media (min-width: 700px) {
      #primaryNav .dropdown-menu.show {
         flex-direction: column;
         color:#FC3308;
         width: initial;
         padding: 0px;
}

     #primaryNav .nav-item {
         position: relative;
         width: initial;
         padding: 0px;
     }

    #primaryNav .dropdown a:hover{ 
         color: #000303;
         width: initial;
    }
}