@charset "utf-8";
/* CSS Document */

#about-img {
	background-image: url("/images/about-img.jpg");
}

#beliefs-img {
	background-image: url("/images/beliefs-img.jpg");
}

.blue-bgrnd {
	background-image: radial-gradient(circle farthest-side at center bottom,#2266dd,#1133aa 125%);
}

body, html {
	font-family: Questrial, Arial, "sans-serif";
	font-size: 22px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.btn {
	background-color: #076fdf;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0px 20px;
	min-width: 250px;
	padding: 15px 35px;
}

.btn:hover {
	filter: brightness(1.15);
	-webkit-filter: brightness(1.15);
}

.btn-light {
	background-color: transparent;
	border-color: #fff;
}

.btn-light:hover {
	background-color: rgb(255,255,255,0.1);
}

.btn-small {
	font-size: 18px;
	max-width: 170px;
	min-width: 0px;
}

.btn-wrapper {
	margin: 30px 0px; 
	text-align: center;
}

.btn-wrapper:last-child {
	margin-bottom: 0px;
}

.center-wrapper {
	margin: 0px auto 10px auto;
	text-align: center;
	width: 100%;
}

#children-img {
	background-image: url("/images/children-img.jpg");
}

#connect-adult-img {
	background-image: url("/images/connect-adult-img.JPG");
}

#connect-baptism-img {
	background-image: url("/images/connect-baptism-img.JPG");
}

#connect-children-img {
	background-image: url("/images/connect-children-img.JPG");
}

#connect-img {
	background-image: url("/images/connect-img.JPG");
}

#connect-serve-img {
	background-image: url("/images/connect-serve-img.JPG");
}

#contact-img {
	background-image: url("/images/contact-img.JPG");
}

.content-flex-five {
	min-width: 17%;
}

.content-flex-four {
	min-width: 20%;
}

.content-flex-three {
	min-width: 25%;
}

.content-flex-two {
	min-width: 33%;
}

.content-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.content-flex-wrapper > div {
	flex: 1;
	padding: 10px;
	text-align: center;
}

.footer-bottom-wrapper {
	background-color: #000;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	width: calc(100% - 20px);
}

.footer-column-wrapper {
	display: inline-block;
	width: calc(33% - 5px);
	vertical-align: top;
}

.footer-img {
	height: 150px;
}

.footer-title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	padding: 8px 10px;
}

.footer-txt {
	color: #ccc;
	padding: 5px 10px;
	text-decoration: none;
}

.footer-txt a {
	color: #ccc;
	text-decoration: underline;
}

.footer-txt a:hover {
	color: #fff;
}

.footer-wrapper {
	background-color: #0D3979;
	font-size: 15px;
	padding: 40px;
}

.form-btn {
	min-width: 250px;
}

.form-input {
	width: 100%;
}

.form-input-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0px;
	min-width: 200px;
}

.form-wrapper {
	margin-top: 50px;
}

#give-img {
	background-image: url("/images/give-img.jpg");
}

#header-bar {
	align-items: center;
	background-image: linear-gradient(to bottom, #383838, #090909);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: nowrap;
	height: 60px;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0px;
	width: 100%;
	z-index: 2;
}

#header-bar > div {
	flex: 1;
	width: calc(50% - 20px);
}

.header-logo {
	display: block;
	max-height: 50px;
}

.header-logo-wrapper {
	display: inline-block;
	padding-left: 20px;
	/*z-index: 2;*/
}

.img-bgrnd {
	/*background-color: #D9D9D9;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.5s;
}

.img-bgrnd-bottom {
	background-position: bottom;
}

.img-bgrnd-contain {
	background-size: contain;
}

.img-bgrnd-medium {
	height: 550px;
}

.img-bgrnd-page {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: calc(100vh - 150px);
}

.img-bgrnd-short {
	height: 450px;
}

.img-bgrnd-top {
	background-position: top !important;
}

.img-large {
	height: 120px;
	margin: 0px auto;
	width: 120px;
}

.img-left {
	float: left;
}
	
.img-right {
	float: right;
}

.img-medium {
	height: 50px;
	width: 50px;
}
	
.img-right {
	float: right;
}

.img-small {
	height: 35px;
	width: 35px;
}

#index-img {
	background-image: linear-gradient(rgba(7,111,223, 0.25), rgba(7,111,223, 0.25)), url("/images/index-img.jpg");
}

#index-img1 {
	background-image: url("/images/index-img1.jpg");
}

#index-img2 {
	background-image: url("/images/index-img2.JPEG");
}

input, button, textarea {
	background-color: white;
	border: solid 1px gainsboro;
	border-radius: 5px;
	font-family: Questrial, Arial, "sans-serif";
	font-size: 20px;
	margin: 5px 0px;
	outline: none;
	padding: 10px;
}

input:not([type=submit]):disabled {
	background-color: #f8f8fa;
	color: darkgray;
	cursor: default;
}

input[type=submit]:disabled {
	cursor: default;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

input[type=text]:focus, textarea:focus {
	border-color: dodgerblue;
}

input::placeholder, textarea::placeholder {
	color: #bbb;
}

input[type=submit] {
	color: #fff;
}

input[type=submit], input[type=text] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.input-invalid {
	border-color: red !important;
}

.invert {
	-webkit-filter: invert(1);
  	filter: invert(1);
}

#logo {
	float: left;
	height: 125px;
	width: 125px;
}

#main-subtitle {
	color: #fff; 
	font-family: "Nunito Sans", Arial, "sans-serif";
	font-size: 39px; 
	font-weight: bold;
	padding: 10px 40px;
	text-align: center;
	text-shadow: 0px 0px 7px #333;
	visibility: hidden;
}

#main-title {
	color: #fff; 
	font-family: 'Passion One', Arial, "sans-serif"; 
	font-size: 64px;
	padding: 10px 40px;
	text-align: center;
	text-shadow: 1px 1px 10px #333;
	text-transform: uppercase;
	visibility: hidden;
}

#main-wrapper {
	width: 100%;
}

#map {
	background-image: url("/images/map.png");
}

.para {
	color: #333;
	line-height: 2;
	text-align: center;
}

.para-small {
	color: #333;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

#resources-img {
	background-image: url("/images/resources-img.JPEG");
}

.section-bgrnd {
	padding: 100px 60px;
}

.split-container {
	height: 60vh;
	min-height: 300px;
}

.split-container > div {
	/*flex: 1;*/
	height: calc(100% - 40px);
	padding: 20px;
	position: relative;
	width: calc(50% - 40px);
}

.split-container .title {
	margin: 0px !important;
}

.subtitle {
	color: #808080;
	font-family: Open Sans, Arial, "sans-serif";
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.success-msg {
	background-color: mediumseagreen;
	border: solid 3px darkgreen;
	border-radius: 15px;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
}

.text-dark {
	color: #333 !important;
}

.text-light {
	color: #fff !important;
}

.title {
	color: #808080;
	font-family: Open Sans, Arial, "sans-serif";
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.vertical-flex-container {
	align-items: center;
	background-color: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vertical-flex-container > div {
	flex: 1;
}

#worship-img {
	background-image: url("/images/worship-img.JPEG");
}

#worship-img2 {
	background-image: url("/images/worship-img2.JPG");
}

@media screen and (max-width: 800px) and (max-height: 500px), screen and (max-height: 800px) and (max-width: 500px) {
	
	body {
		font-size: 14px;
		-webkit-text-size-adjust: 100%;
	}
	
	.btn {
		min-width: 150px;
		padding: 12px 20px;
	}
	
	.btn-small {
		font-size: 13px;
		min-width: 100px;
	}
	
	.btn-wrapper {
		margin-top: 20px;
	}
	
	.content-flex-three, .content-flex-two {
		min-width: 50%;
	}
	
	.content-flex-wrapper > div:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.footer-column-wrapper {
		text-align: center;
		width: 100%;
	}
	
	.footer-img {
		height: 80px;
	}
	
	.footer-title {
		font-size: 12px;
	}
	
	.footer-txt {
		font-size: 11px;
		padding: 3px 0px;
	}
	
	.footer-wrapper {
		padding: 20px;
	}
	
	.header-logo {
		max-height: 40px;
	}
	
	.header-logo-wrapper {
		padding-left: 10px;
	}
	
	.img-bgrnd-medium {
		height: 300px;
	}
	
	.img-bgrnd-page {
		height: calc(100vh - 100px);
	}
	
	.img-bgrnd-short {
		height: 200px;
	}
	
	.img-left, .img-right{
		float: none;
	}
	
	.img-split {
		height: 50vh !important;
	}
	
	input, button, textarea {
		font-size: 13px;
	}
	
	#logo {
		height: 100px;
		width: 100px;
	}
	
	#main-subtitle {
		font-size: 26px;
	}
	
	#main-title {
		font-size: 40px;
	}
	
	#menu-btn {
		font-size: 12px;
		padding: 10px 15px;
	}
	
	.next, .prev {
	  font-size: 11px;
	}
	
	.para-small {
		font-size: 13px;
	}
	
	.section-bgrnd {
		padding: 60px 30px;
	}
	
	.split-container {
		height: fit-content;
		min-height: 200px;
	}
	
	.split-container > div {
		width: calc(100% - 40px);
	}
	
	.subtitle {
		font-size: 16px;
	}
	
	.title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.vertical-flex-container {
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}
	
}


/* Navigation menu styling */

#about-wrapper, #connect-wrapper, #serve-wrapper, #contact-wrapper {
	display: none;
}

#about-wrapper.open {
	display: block;
}

#connect-wrapper.open {
	display: block;
}

#serve-wrapper.open {
	display: block;
}

#contact-wrapper.open {
	display: block;
}


.change .menu-bar2 {
    opacity: 0;
}

.drop-down-chevron {
	flex: 1;
	padding: 13.5px 25px;
	text-align: center;
  }

.menu-bar1, .menu-bar2, .menu-bar3 {
    background-color: #fff;
    transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.menu-button-container {
	cursor: pointer;
	display: inline-block;
	/*position: fixed;
	top: 0px;*/
	z-index: 4;
}

#menu-container {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding-right: 20px;
	text-align: right;
}

.menu-text {
	padding: 15px 25px;
	width: 100%;
}

.menu-title-text {
	color: #fff;
	cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', Arial, "sans-serif";
	font-size: 16px;
    font-weight: bold;
	margin-right: 10px;
    transition: margin-right .5s;
	-webkit-transition: margin-right .5s;
}

.menu-wrapper {
	align-items: center;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	font-size: 20px;
}

.menu-wrapper > div {
	background-color: #076fdf;
}

.menu-wrapper > div:hover {
	filter: brightness(1.15);
	-webkit-filter: brightness(1.15);
}

.side-menu {
    overflow-x: hidden;
    overflow-y: auto;
	width: 300px;
}

.side-menu-header-img {
	display: block;
	height: 85px;
	margin: 0px auto 30px auto;
	width: 85px;
}

.side-menu-img {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}

.side-menu-wrapper {
	background-color: #076fdf;
	box-shadow: 0px 8px 5px 1px rgb(0,0,0,0.4);
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 15px;
	position: fixed;
	top: 60px;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	z-index: 3;
}

.side-menu-wrapper.open {
	right: 0px;
}

@media screen and (min-width: 801px) and (min-height: 501px), screen and (min-height: 801px) and (min-width: 501px) {

	.change .menu-bar1 {
		-webkit-transform: translate(0px, 9px) rotate(45deg);
		transform: translate(0px, 9px)  rotate(45deg);
	}

 	.change .menu-bar3 {
		-webkit-transform: translate(0px, -8px) rotate(-45deg);
		transform: translate(0px, -8px) rotate(-45deg);
	}

	.menu-bar1, .menu-bar2, .menu-bar3 {
		height: 3px;
		margin: 6px 0;
		width: 30px;
	}

	.menu-button-container {
		width: 35px;
	}
	
	.side-menu-wrapper {
		right: -310px;
	}

}

@media screen and (max-width: 800px) and (max-height: 500px), screen and (max-height: 800px) and (max-width: 500px) {

	.change .menu-bar1 {
		-webkit-transform: translate(0px, 0px) rotate(45deg);
		transform: translate(0px, 5.75px)  rotate(45deg);
	}

	.change .menu-bar3 {
		-webkit-transform: translate(0px, 0px) rotate(-45deg);
		transform: translate(0px, -5.75px) rotate(-45deg);
	}
	
	.drop-down-chevron {
		padding: 8.5px 15px;
	}

	.menu-bar1, .menu-bar2, .menu-bar3 {
		height: 2px;
		margin: 4px 0;
		width: 20px;
	}

	.menu-button-container {
		display: inline-block;
		padding: 11px 0px;
		width: 20px;
	}
	
	.menu-text {
		font-size: 14px;
		padding: 10px 20px;
	}

	.menu-title-text {
		font-size: 12px;
	}

	.side-menu {
		height: calc(100vh - 60px);
		width: 200px;
	}
	
	.side-menu-header-img {
		height: 50px;
		width: 50px;
	}
	
	.side-menu-img {
		display: inline-block;
		height: 18px;
		margin-right: 10px;
		width: 18px;
	}
	
	.side-menu-wrapper {
		right: -250px;
	}
	
	.sub-menu-text {
		font-size: 12px;
		padding: 10px 15px 10px 30px;
	}

}


/*google vizualiation table styling*/

.left-text {
	text-align: left;
}

.center-text {
	text-align:center !Important;
    padding: 7px !important;
}

.heading-font {
    background-color:#245396;
    color:white;
    font-weight:bold;
    padding: 7px !important;
    text-align:center;
    cursor: pointer;
}

.hover-class {
    background-color: none;
}

.gray95-background {
    background-color: #f2f2f2;
}

.google-visualization-table-div-page {
    background: white !important;
    border-top: solid 1px lightgray !important;
    border-bottom: solid 1px lightgray !important;
    padding: 7px !important;
    margin-top:10px !important;
    text-align: left !important;
}

.navigation-arrows {
    font-size: 11px;
    margin: 4px;
}