.bg-light {
background-color:#23A455 !important;
}

.navbar-light .navbar-nav .nav-link:focus, .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover {
    color: #61ce70;
}

.dropdown-menu-dark .dropdown-item {
    color: #000;
}

.navbar-collapse2.align-items-center {
max-height:10px;
}

.nav-link.mx-1, .dropdown #_navigationUser, .dropdown-item {
font-size: 11px !important;
text-transform: uppercase;
    font-weight: bold;
}

.nav-link {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    color:rgba(0,0,0,.55);
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover,.dropdown-menu.show .dropdown-item:hover{
    background-color: #61ce70 !important;
}

.dropdown-menu-dark .dropdown-item {
    color: #ffffff;
}

.dropdown-menu-dark {
    background-color: #fff;
    
}

.dropdown-item {
    color: #4f4f4f !important;
}

.dropdown-item:hover{
color: #fff !important;
}

h4 {
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

h4 > a {
        color:#4f4f4f !important;
}

.homepage_about h2 {
    display:none;
}

.nav-item.m-1 {
    margin: 12px !important;
}

a {
    color:#114a30;
}

a:hover {
    color:#198754;
}

.w-100 {
    width: 70% !important;
}

.d-block {
    display: inline !important;
}

.carousel-inner {
    text-align: center;
}

.nav-item{
    margin: 0 10px 0 10px;
}

.navbar {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: rgb(0, 118, 86);
}

.list-group-item.date-published, .published{
display:none;
}

footer[role="contentinfo"] {
    background: #007656;
}

.article-abstract {
    text-align: justify;
}

.content {
text-align: center;
}