.journal_branding a {
	color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
}

.list-content__article-link:hover,
.list-content__announcement-link:hover,
.obj_article_summary .title a:hover,
main a:hover {
	color: #003089 !important;
}

.container-fluid{
	background-color: #00308a;
    background-image: url(https://cmc.edu.ph/wp-content/uploads/2020/07/footer.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    background-color: #00308a;
    background-image: url(https://cmc.edu.ph/wp-content/uploads/2020/07/footer.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}