.container{
	background: orange;
}

.col-2{
	background: #2aa5a0;
}

.col-6{
	background: #e8f5fe;
}

.col-3{
	background: #24a3e1;
}



h2.category{
	font-size: 1.2rem;
	line-height:1;
}

.zhu-body-article {
    background: white;
	padding: 80px 0px;
}

/****** all page ******/

body{
	background: #f5f5f5;
	font-family: Verdana;
}

.container-fluid{
	margin-bottom: 80px;
}

/****** index page ******/
h2.category a {
    text-decoration: none;
    color: #0955c5;
    font-size: 1.4rem;
}

h2.category a:hover {
    text-decoration: underline;
    color: #0955c5;
}

p.card-text.post-date {
    margin-bottom: 0px;
	font-size: 0.8rem;
}

/* pagination wordpress/bootstrap */
ul.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center !important;
}

ul.page-numbers li:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

ul.page-numbers li:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.page-numbers,
span.current {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

ul.page-numbers {
    position: relative;
    bottom: -50px;
}
/* pagination wordpress/bootstrap 
 * end
 * */


/****** single page ******/
figure.wp-block-table table td {
    padding: 20px;
}

.zhu-body-article h2 {
    font-size: 2rem;
    margin: 0rem 0 1rem 0;
}

/****** side bar ******/
.position-sticky{
	top: 2rem;
	position: sticky;
}


