@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h2 {
	font-family: "M PLUS 2", sans-serif;
	font-size: 51px;
    font-weight: 800;
    line-height: 1.2em;
}
h3 {
	font-family: "M PLUS 2", sans-serif;
	font-size: 40px;
    font-weight: 800;
    line-height: 1.1em;
}
h4 {
	font-family: "M PLUS 2", sans-serif;
	font-size: 51px;
    font-weight: 800;
    line-height: 1.1em;
}
h5 {
	font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
}
p {
	font-family: "Poppins", sans-serif;
	font-weight:300;
	line-height:1.4em;
	font-size:20px;
	
}
#section1 {
	margin-top:140px;
}
#section2, #section3, #section4, #section5, #section6 {
	margin-top:70px;
}
.offwhite {
	background:#777AF21A;
}
#page {
	min-height:100vh;
}
#siteNav {
	padding:20px;
}
#siteNav .mlogo {
	max-width: 300px;
  display: block;
  margin: 0 auto;
  z-index: 55;
  position:relative;
}
#siteNav .mlogo img {
}
#firstNav {
	text-align:right;
}
#firstNav .menu1 {
	font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#firstNav .menu1 li {
	display:inline-block;
	margin:0 20px;
	font-weight:500;
}
#firstNav .menu1 li a {
	color:#201f2a;
}
#firstNav .menu1 li a:hover {
	opacity:1;
	color:#6063d7;
}
#firstNav .menu1 li a.button {
	padding: 12px 25px;
  background: #6063d7;
  display: block;
  border-radius: 3px;
  margin-right: 80px;
  color:#ffffff;
}
#firstNav .menu1 li a.button:hover {
	background: #201f2a;
	opacity:1;
}
#navMen {
  position: absolute;
  top: 0;
  left: 0;
  background: #fdfdfd;
  bottom: 0;
  z-index: 50;
  overflow: scroll;
  display:none;
}
#navMen .menu1 {
	margin: 120px 0 0;
  border-top: 1px solid #fff;
  padding-top:20px;
}
#navMen .menu1 li {
	display: block;
  padding: 0 50px;
  margin-bottom: 20px;
}
#navMen .menu1 li a {
	color:#6063d7;
}
#navMen .menu1 li a:hover {
}
footer {
	margin-top: 40px;
  position: relative;
}
footer p {
	color:#ffffff;
}
#footer-tp {
	background: #6063d7;
	padding: 40px 30px 30px;
}
#footer-btm {
	background: #201f2a;
	padding:26px 20px 24px;
	margin:0;
}
#footer-tp p {
  padding: 0;
  font-size: 16px;
  margin: 0;
  line-height: 1.6em;
}
#footer-tp .mlogo {
  max-width: 225px;
  display: block;
  margin-bottom: 25px;
}
#footer-btm p {
  padding: 0;
  font-size: 15px;
  margin: 0;
  text-align: center;
}
#footer-btm p span.designer {
	margin-left: 100px;
}
#fterleft {
  width: 90%;
  left: 10%;
  position: relative;
}
#fterright {
	color:#fdfdfd;
	padding-left: 50px;
}
h4.title {	
  font-family: "M PLUS 2", sans-serif;
}
#fterNav {
}
.menu3 {
	padding-top: 0;
}
.menu3 li {
  display: inline-block;
  width: 33%;
  margin: 0 0 10px 0;
  font-family: "M PLUS 2", sans-serif;
}
.menu3 li a {
	margin-right: 50px;
	font-weight: 500;
	color:#fbf0e2;
}
.menu3 li a:hover {
}
#social-media {
	text-align: right;
}
.social-icons {
	padding: 0;
  margin-right: 100px;
}
.social-icons li {
	display: inline-block;
  margin: 5px;
  padding:0;
}
.social-icons li a {
	background:#201f2a;
	display: block;
	padding: 10px 7px;
  	border-radius: 3px;
}
.social-icons li a:hover {
}
.social-icons li a i, .social-icons li a:hover i {	
	display:block;
	width:28px;
	height:21px;	
	background-size: 100% 100%;
}
.fa-facebook {
	background:url(img/facebook.png);
}
.fa-instagram {
	background:url(../img/instagram.png);
}
.fa-tiktok {
	background: url(../img/tictok.png);
}
.fa-youtube {
	background:url(../img/youtube.png);
}
#scrollToTopBtn {
	background: #6063d7;
	border-radius: 5px;
}
#scrollToTopBtn:hover {
	background: #201f2a;
}
#scrollToTopBtn span {
}
#scrollToTopBtn span + span {
}
.clp {
	color:#6063d7;
}
.cdp {
	color:#39364e;
}
.bgdp {
	background: #201f2a;
	color:#ffffff;
}
.bglp {
	background: #6063d7;
	color:#ffffff;
}
.flex-card {
	text-align: center;
  max-width: 380px;
  width: 96%;
  margin: 25px auto;
}
.flex-card img {
	border-radius: 25px;
}
.flex-card div {
  margin: 0 auto;
  position: relative;
  top: -75px;
}
.flex-card .icon {
  background: #ffffff;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  border-radius: 80px;
}
.flex-card .icon img {
	max-width: 70px;
  position: relative;
  top: 25%;
  width: 70%;
}
.flex-card .title {
	font-weight:600;
	color:#39364e;
	font-size:26px;
	margin:0 0 7px;
	padding:0;
}
.flex-card .title + p {
	font-size: 18px;
	padding:10px 25px;
}

.sidemar {
	padding-left:70px;
	padding-right:70px;
}
a.button1 {
	padding: 12px 25px;
  background: #6063d7;
  display: inline-block;
  border-radius: 3px;
  margin-right: 80px;
  color: #ffffff;
}
.bold-title {
	font-weight: 600;
}
.center {
	text-align:center;
}
.border-left {
	background:inherit;
	height:100%;
	width:100px;  
	position: absolute;
  	left: -100px;
}
.border-right {
	background:inherit;
	height:100%;
	width:100px; 
	position: absolute;
  	right: -100px;
}
.cal-data {
	padding-top:0;
}
.cal-data .date {
  font-weight: 300;
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
 }
.cal-data .location {
	 display: block;
  font-weight: 500;
  font-size: 25px;
}
.cal-data .hours {
	display: block;
  margin: 35px 0 30px;
  text-transform: none;
  font-style: normal;
}
.eflyer, .eflyer.md, .eflyer.sm  { display:none;}
.eflyer {
	display:block;
	max-width: 850px;
	width: 850px;
    float: right;
}
.light-card {
	padding: 52px 30px;
  transition: .5s;
  max-width: 400px;
  margin: 20px auto;
  border:1px solid #f0f0f0;
  background:#fdfdfd;
  min-width:280px;
}
.light-card:hover {
}
.flx-rt .light-card {
	margin-right:0;
}
.flx-lt .light-card {
	margin-left:0;
}

.light-card span {
	max-width: 250px;
    display: block;
  margin: 0 auto;
  border-radius: 140px;
  overflow: hidden;
  border: 5px solid #6063d7;
  width: 75%;
}

.light-card .title {
	color: #39364e;
  padding: 27px 0 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
}

.light-card p {
	font-size: 18px;
  text-align: center;
}
.pill-menu {
	display: block;
  margin: 0 auto 50px;
  text-align: center;
}
.pill-menu ul {
	margin: 0 auto;
  display: inline-block;
  border: 2px solid #39364e;
  border-radius: 40px;
}
.pill-menu li {
	display: inline-block;
}
.pill-menu li a {
	padding: 4px 8px;
  border-radius: 20px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 1em;
  transition:1s;
}
.pill-menu li a:hover, .pill-menu li a.active {	
  background: #6063d7;
  color:#ffffff;
}

#history-special-a, #history-special2-a, #bio-length1 {
	display:none;
}
.bio-pic2 {
  width: 88%;
  margin: 0 auto;
  padding: 6%;
}
.bio-title {
}
.bio-title span {
  display: block;
  font-size: 28px;
  border-top: 1px solid #39364e;
  line-height: 1.2em;
  margin-top: 15px;
  padding-left: 20px;
  color: #6063d7;
}
.bio-subtitle {
	padding-bottom: 0;
}
#affirmation {
  font-family: "M PLUS 2", sans-serif;
  font-size: 25px;
  line-height: 1.5em;
  padding-top: 50px;
}
#affirmation li {
	padding-bottom: 40px;
}
#affirmation li b {
	display: block;
  font-weight: 700;
  font-style: italic;
  color: #6063d7;
}
.cogic-logo{
	max-width: 300px;
    padding: 70px 0;
	width:80%;
}
#ministry-sidebar {
}
#ministry-sidebar div {
	margin:20px auto;
	max-width: 310px;
	padding:20px;
	width:96%;
	background:#777AF21A;
	border: 1px solid #f0f0f0;
  	border-radius: 0 25px 0;
}
#ministry-sidebar .title {
	font-weight: 500;
  	border-bottom: 1px solid #201f2a;
  	margin-bottom: 8px;
  	line-height: 1.5em;
  	padding: 0;
	color:#201f2a;
}
.group-box {
	width: 96%;
  margin-bottom: 100px;
}
.group-box img {
}
.group-box h5 {
}
.group-box p {
}
#calendar {
	gap: 25px;
	 font-family: "M PLUS 2", sans-serif;
}
.event-data-blank {
	flex: 2 23%;
	 min-width:300px;
	 max-width: 450px;
}
.event-data {
	flex: 2 23%;
	position:relative;
	overflow:hidden;
	border-radius:25px;
	margin-bottom: 50px;
	margin: 20px auto;
    border:1px solid #f0f0f0;
	 min-width:300px;
	 max-width: 450px;
}
.event-data .img-box {
	width:100%;
	height:250px;
	background: #CCCCCC;
	overflow:hidden;
}
.event-data .img-box img {
}
.event-data span {
  position: absolute;
  top: 20px;
  z-index: 3;
  left: 20px;
  background: #6063d7;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  font-weight: 800;
  border-radius: 7px;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.event-data span i {
	display: block;
  font-style: normal;
  font-weight:400;
}
.event-data h6 {
	font-family: "M PLUS 2", sans-serif;
  	padding: 2px 10px 10px;
}
.event-data p {
	padding: 0 10px 15px;
  font-size: 17px;
}
.event-data p b {
	display: block;
  font-weight: 600;
}
.event-data blockquote {
	padding: 2px 10px 5px;
  margin: 0 0 12px 30px;
  background: #999999;
  display: inline-block;
  line-height: 1em;
  border-radius: 50px;
  color:#ffffff;
}
.event-data blockquote.j {
	background: #F63;
}
.event-data blockquote.d {
	background: #099;
}

#givelify-option {
  margin: 10px;
  border: 1px solid rgba(51,51,51,.4);
  border-radius: 23px;
}
#givelify-option h5 {
	padding: 15px 30px 20px;
}
#givelify-option p {
	padding: 0px 30px 20px;
}
#givelify-option ul {
	padding: 0 30px 20px;
	text-align:center;
}
#givelify-option li {
	width: 32%;
  display: inline-block;
  margin-bottom: 13px;
  text-align: center;
}
#givelify-option span {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
#givelify-option input.gmoney {
	display: block;
  width: 84%;
  padding: 10px;
  margin: 0 auto 20px;
  font-size: 22px;
  border-radius: 5px;
  font-family: "M PLUS 2", sans-serif;
}
#givelify-option .pyment {
	margin: 0 auto 30px;
  display: block;
  text-align: center;
  width: 81%;
}
.button2 {
  padding: 19px 0;
  border: 1px solid;
  display: block;
  width: 92%;
  font-weight: 500;
  font-family: "M PLUS 2", sans-serif;
  line-height: 1em;
  margin: 0 auto;
}
.button2:hover {
}
.google-map {
     padding-bottom: 100%;
     position: relative;
	 border: 3px solid #201f2a;
	  border-radius: 0 0 0 120px;
	  overflow: hidden;
	  width: 96%;
  margin: 0 auto;
}

.google-map iframe {
     height: 100% !important;
     width: 100% !important;
     left: 0;
     top: 0;
     position: absolute;
}
.icon-cir {
  background: #6063d7;
  padding: 8px 8px 7px;
  border-radius: 50px;
  display: block;
  max-width: 35px;
  position: absolute;
  left: -10px;
  top: 43px;
}
.contact-box {
    padding-left: 56px;
	font-size:17px;
	position:relative;
}
.contact-box b {
	font-weight: 600;
  display: block;
  position: relative;
	
}
.contact-box i {
	font-style: normal;
  font-weight: 400;
  color: #201f2a;
	
}
#contact-bar {
	margin: 50px 60px;
  border: 1px solid rgba(51,51,51,.4);
  padding: 20px;
}
#contact-bar p {
	padding: 0 15px 40px;
}
.form-box {
	display:inline-block;
	margin:0 0 20px;
	padding:0;
	width:49.5%;
}
.form-box input {
  width: 90%;
  padding: 8px;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 auto;
  display: block;
}
.form-box1 {
	display:block;
	margin:0 0 20px;
	padding:0;
	width:100%;
}
.form-box1 textarea {
	width: 95%;
  padding: 8px;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 auto;
  display: block;
}
.form-box-end {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
button.button {
  padding: 12px 25px;
  background: #6063d7;
  display: block;
  border-radius: 3px;
  margin: 0 7px 0;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Special fomating */
@media screen and (max-width: 1656px) {
.calendar-peek  { position: absolute; left: 0; z-index: 2;}
#historyg1, #historyg2, #bio-length {display:none;}
#historyg1img { order: 0;}
#history-special-a {display: block; flex-direction: column; flex: 3 50%;}
#bio-length1 {display:block;}
.contact-over {padding-left: 0; padding-right: 0;}
}
@media screen and (max-width: 1000px) {
.eflyer, .eflyer.md  { display:none !important;}
.eflyer.sm {display:block!important; max-width: 500px; padding-bottom: 40px; float: none;}
.calendar-peek  { position: relative; left: 0; z-index: 2;}
#section3.deptartments :nth-child(2 of .flex-3), #section3.deptartments :nth-child(3 of .flex-3) { order: 2;}
#historyg1, #historyg2, #historyg1img {display:block; flex: 3 80%;}
#history-special2 { order: 0;}
#history-special2img { order: 1;}
#history-special2-a {order: 2;}
#history-special2-b {order: 3;}
.bio-pic2 { max-width: 500px;}
.group-box { margin: 0 auto 80px; }
#ministry-display-list{order:1}
#ministry-sidebar {margin-bottom: 100px;}
.givelify-text { padding-left:50px !important;}
#contact-bar { margin: 50px 0px;}
}
@media screen and (max-width: 1279px) {	
#firstNav { display:none;}
.eflyer, .eflyer.sm  { display:none;}
#hamburger {display:block; position: absolute; top: 20px; right: 20px;}
#navMen {display:block;}
#footer-btm p span.designer {margin: 5px auto 0; display:block;}
.sidemar {padding-left: 50px; padding-right: 50px;}
.eflyer.md {display:block; max-width: 550px; float: right; opacity: .5;}
.flx-rt .light-card, .flx-lt .light-card {margin-right:auto; margin-left:auto;}
.flx-rt , .flx-lt {min-width:70%;}
#scrollToTopBtn.scrollup {right: 80px;}
#history-special-a, #historyfaint {display:none;}
#historyg1, #historyg2 {display:block; flex: 3 50%;}
#history-special2-a {display: block; }
.event-data { flex: 3 31%;}
.givelify-text { padding-left:0;}
#gglmap, #gglmap + .flex-6 { max-width: 750px; margin: 0 auto 50px; flex: 4 90%;}
#gglmap {order:2;}
}
@media screen and (max-width: 699px) {
#fterright {margin:10px 0; padding:0;}
.eflyer, .eflyer.md  { display:none;}
#social-media {text-align: center;}
.social-icons {margin:0;}
.menu3 li { width: 48%;}
.sidemar {padding-left: 30px; padding-right: 30px;}
h2 {font-size: 41px;}
.eflyer.sm {display:block; max-width: 500px; padding-bottom: 40px;}
.deptartments .flex-3 {min-width:70%;}
.contact-box {padding-left: 15px;margin-bottom: 20px;}
.icon-cir {position: relative; left: 0; top: -10px;}
.form-box {width: 100%;}
.form-box input {width: 95%;}
}