body{
    font-family: helvetica neue,Helvetica,Roboto,Arial,sans-serif,Rubik Bubbles;
    font-size: 14px;
}
.titles {
    font-weight: 700 ;
    line-height: 1.5;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 10px ;
    font-size: 20px ;
}
a{
    text-decoration: none;
    
}




.hero-container .hero {
    height: 240px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
.hero-container .hero.hero-homepage {
    background: url('./mdpi-header2.jpg') #b19e22;
    background-size: 1260px 240px;
    background-size: cover;
}


.hero-container .hero__header {
    margin-bottom: 20px;
}

.hero-container .hero__description {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.journals{
    list-style-type: none;
    padding-left: 0;
}
.journal-item{
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
}
.journal-item .impact-factor {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 3px;
    background-color: #facc00;
    border-radius: 50%;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 10px;
    line-height: 11px;
    padding-top: 9px;
    color: #222;
    font-weight: 400;
    opacity: 0;
    transition: 0.25s;

} 
.journal-item:hover .impact-factor {
    
    opacity: 1;

} 


/* article widget dependencies */

.article-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.label{
    color: white;
    padding: 0.2rem;
    margin-right: 0.1rem;
}
.articletype {
    background-color: #9f1326;
}
.openaccess{
    background-color: #5c3d1a;
}
.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
.material-icons.custom-download {
    background: url(./pdf2.svg);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}
.article-item{
    padding: 24px 0;
    border-bottom: 1px solid #ededed;
}
.article-item a.title-link{
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.75rem;
    margin-top: 5px;
    color: #1a1a1a;
    text-decoration: none;
}
.article-item a.title-link:hover{
    text-decoration:underline;
}
.authors{
    display: flex;
    flex-wrap: wrap;
    gap:2px;
    margin-bottom: 5px;
}

.auth-item{
    margin-left: 0.3rem;
}
.auth-item a{
    display: flex;
    align-items: center;
    gap: 3px;
}
.auth-item .auth-img{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.auth-item .auth-name{
    color: #5c3d1a;
    font-weight: 700;
    font-size: 12px;
}
.abstract-crop a{
    font-weight: 700;
    color: #4f5671;
}
/* article widget dependencies */




@media only screen and (min-width: 74.375em){
    .hero-container .hero__header {
        font-size: 34px;
        line-height: 34px;
    }
    .hero-container .hero {
        padding: 60px 45px;
    }
    h2 {
        font-size: 20px;
    }


}    

