/*
Theme Name: Pensioen theme
*/

body {
    /*background: #e7e7e7;*/
	background-color: #ebebeb!important;
}

header {
   /* background: #fff;
    width: 100%;
    height: 100px; */
}

.header-bg {
	background-color: #ebebeb;
}

.single-page .content-wrap .posted-date {
    font-size: 12px;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container.single-page {
    padding-top: 65px;
    padding-bottom: 100px;
}

.single-page .content-wrap {
    margin-top: 110px;
    text-align: center;
    color: #afafaf;
}

.single-page .content-wrap .entry-title{
    margin-top: 12px;
    font-size: 30px;
    color: #2f2f2f;
}

.single-page .content-wrap .entry-content {
    margin-top: 36px;
}

.single-page .content-wrap .entry-content p{
    font-size: 14px;
    line-height: 2rem;
    text-align: left;
}

.flex{
    display: flex !important;
}

.card{
	--bs-card-border-radius: 0rem;
	margin-bottom: 2rem;
}


.card-center{
	text-align:center;
}

.card-body{
	padding-top: 3.6rem;
	padding-left: 8rem;
	padding-right: 8rem;
	padding-bottom: 3.6rem
}

.card-title {
	margin-bottom: 2rem;
	/*font-weight: 400;
	line-height: 3.5rem;*/
}

.card-title h1 {
	font-weight: 400;
	line-height: 3.5rem;
}

.card-title-h2 {
	margin-bottom: 1rem;
}
