#sp-menu .sp-menu-item a {
	font-size: 16px;
}

#sp-menu .sp-menu-item.current-item.active a, #sp-menu .sp-menu-item a:hover {
	color: #252525;
	text-decoration: underline;
}

.onMain-banner {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 6px 0px;
	margin: auto;
}

.onMain-banner a {
    color: #000;
}

.onMain-bannerDesc {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.onMain-bannerHead {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
}

#sp-footer {
	font-size: 16px;
}

.com-content-categories__item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);	
	margin-bottom: 20px;
}

.com-content-categories__item-title-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, .125);	
}

.com-content-categories__description.category-desc {
	margin-top: 10px;
}

#sp-main-body {
	padding: 0;
}

.card-header a {
	color: #007bff;
}

.card .btn {
	background-color: #28a745;
}

.btn-read-more {
	background-color: #ec5425;
    padding: 10px;
    display: inline-block;
}

.btn-read-more a {
	color: #FFF !important;
}

.com-content-article__body img {
	border: 5px solid gray;
    border-radius: 5px;
}

@media (max-width: 575px) {
    #sp-header {
        height: 60px;
    }
	
	#sp-footer2, #sp-feature {
		margin-top: 10px;
	}
	
	#sp-feature {
		margin-top: 20px;
	}
	
}

#sp-footer1, #sp-footer2, #sp-feature {
	display: flex;
    justify-content: center;
    align-items: center;
}

#sp-footer1 p, #sp-footer2 p {
	margin: 0;
}