body{
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    color: #484848;
    line-height: 24px;
}

.header-content{
        display: flex;
    flex-direction: column;
    justify-content: center;
}
p{
        font-size: 14px;
    font-weight: 500;
        line-height: 22px;
}
h2{
    color: #41ad49;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
}
.footer-links li a {
    color: #333;
}
.custom-links{
    width: 100%;
    display: flex;
    flex-direction: row;
       padding: 0 0px 0 5px;
}
.custom-links li{
        padding: 0 7px 0 7px;
}

.contact-info ul li a i{
        font-size: 24px;
        color: #2b2456 !important;
        padding: 0 6px 0 0px;
}
/*journal changes*/
.heading-color{
     color:#192652;
}
.custom-header{
    background-color: #192652;
}
a{
    color: #192652;
}
.custom-archor a {
    min-width: 90px;
    color: #192652;
    border: 1px solid #192652;
    font-size: 14px;
    border-radius: .2rem;
    padding: 2px 0 0px 10px;
    margin: 0 15px 0 0;
}
.custom-archor a:hover {
    background-color: #192652;
    color: #fff;
    outline: none;
    border: none;
      border: 1px solid #192652;
}
/*journal changes*/

/*color changes*/
    /*header part*/
        .second-navbar{
            background-color: #192652;
            padding: 0;
        }

        .header-content h1 {
            text-transform: uppercase;
            color:#192652;
            font-size: 26px;
            /*text-shadow: 0 0 5px #999;*/
            font-weight: 700;
        }
        .top-header{
            background: #fff;
            padding: 0px 0px;
            border-top: 3px double #192652;
             border-bottom: 3px double #192652;
        }
    /*header part*/

    /*footer part*/
        .footer-title .title{
            background: #192652;
            margin: 0 0 10px 0;
            /*padding: 9px 10px;*/
        }
        .footer-color{
                color: #FFFFFF;
            background:#192652;
            text-align: center;
            padding: 5px 0;
            border-top: 2px solid #192652;
        }
    /*footer part*/

    /*top button*/
        .back-to-top {
            position: fixed;
            bottom: 25px;
            right: 25px;
            display: none;
            z-index: 102;
            background-color:#192652;
        }
    /*top button*/    
    
/*color changes*/

.border-bottom-1 {
	border-bottom: 1px solid #BDBDBD !important;
}
article .article-info-title {
	font-size: 0.75rem;
}
article .article-title{
line-height: 1.2
}
article .article-info {
	color: #000;
}
article .article-info-author, article .article-info-category {
	font-size: .7rem;
}
article .article-info-author-title, article .article-info-category-title {
	font-size: .7rem;
	margin-bottom: 0;
	margin-top: .5rem;
}
.article-info-category .nav-link{
	padding:0px;
}
.border-top-1 {
	border-top: 1px solid #BDBDBD !important;
}
