@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	margin-top: 0px;
	background: white;
	font-family: arial;
}
	html {
	  scroll-behavior: smooth;
	}	
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 25px;
	color:white;
	background-color:white;
	 border-bottom: 1px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}
.email {
  background: #162252;
  color: white;
}
.facebook {
  background: #3B5998;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}
.content {
  margin-left: 75px;
  font-size: 30px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 99;
  font-size: 2.5rem;
  border: none;
  outline: none;
  background-color: #162252;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
html {
  scroll-behavior: smooth;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
	padding-bottom: 200px;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
	padding-bottom: 25px;
}
.overlay a {
  padding: 15px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
}
.overlay a:hover, .overlay a:focus {
  color: #818181;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 2rem;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #ccc; 
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.navbar {
  overflow: hidden;
  background-color: #333; 
	padding: 9px;
}

.navbar a {
  float: left;
  font-size: 2rem;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	margin-left: 15px;
}
.subnav {
  float: left;
  overflow: hidden;
}
.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}
.subnav:hover .subnav-content {
  display: block;
}
.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#card-1{
	margin-top: 125px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 60%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
	margin: 0 auto; /* Added */
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
#card-1 .container {
  padding: 2px 16px;
}
#card-1 img{
	border-top-left-radius: 25px;
  	border-top-right-radius: 25px;
}
#card-1 h1{
	font-size: 2.5rem;
	padding-bottom: 25px;
}
#card-1 p{
	margin-bottom: 25px;
	font-size: 2rem;
}
#card-1 a{
	text-decoration: none;
	margin-bottom: 75px;
	color: blue;
	font-size: 2rem;
}
#section-3{
		background-image: url("images/childrens-ministry.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 550px;
}
@media (max-width:768px){
	#banner img{
		display: none;
	}
	.icon-bar{
		display: none;
	}
	.subnav{
		display: none;
	}
	.subnavbtn{
		display: none;
	}
	.navbar {
		display: none;
	}
	.container-1{
		display: none;
	}
	.container-2{
		display: none;
	}
	#section-1{
		margin-top: 275px;
	}
	#section-1 img{
		margin-left: 55px;
	}
	#section-1 h1,p{
		margin: 25px;
	}
	#section-1 h1{
		margin-left: 55px;
		font-size: 2.5rem;
		color: gray;
	}
	#section-1 p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
	}
	#section-2{
		margin-top: 95px;
		margin-bottom: 95px;
	}
	#section-2 img{
		margin-left: 55px;
	}
	#section-2 h1,p{
		margin: 25px;
	}
	#section-2 h1{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
		color: gray;
	}
	#section-2 p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-2 a{
		text-decoration: none;
		color: blue;
	}
	#give-logo {
		padding-bottom: 55px;
	}
	.logo{
		margin-left: 55px;
		padding-bottom: 75px;
	}
	#cashapp{
		margin-left: 55px;
	}
	#cashapp p{
		margin-top: 55px;
		margin-right: 55px;
		font-size: 2rem;		
	}
	#cashapp img{
		width: 200px;
	}
	#Img-1 {
		margin-top: 195px;
		background-image: url("images/mobile-img-1.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-1 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-1 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}	
	#Img-2 {
		margin-top: 1px;
		background-image: url("images/mobile-img-2.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-2 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-2 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#Img-3 {
		margin-top: 1px;
		background-image: url("images/mobile-img-3.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-3 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-3 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#Img-4 {
		margin-top: 1px;
		background-image: url("images/mobile-img-4.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-4 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-4 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#Img-5 {
		margin-top: 1px;
		background-image: url("images/mobile-img-5.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-5 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-5 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}	
	#Img-6 {
		margin-top: 1px;
		background-image: url("images/mobile-img-6.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-6 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-6 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#section-3{
		margin-top: 3px;
		text-align: center;
	}
	#section-3 h1{
		padding-top: 275px;
		color: white;
	}
	#section-3 p{
		font-size: 3rem;
	}
	#section-3 a{
		text-decoration: none;
		color: yellow;
		font-weight: bold;
	}
	#top {
		margin: 125px;
		text-align: center;
	}
	#top a{
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#main-footer{
		text-decoration: none;
		background-color: #D3D3D3;
		font-weight: bold;
		padding-top: 45px;
		padding-bottom: 95px;
	 border-top: 1px solid #162252;
	}
	#main-footer img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 225px;
		padding-top: 75px;
		padding-bottom: 45px;
		text-shadow: 2px 2px 4px #000000;		
	}
	#main-footer h1,p{
		margin: 5px;
	}
	#main-footer h1{
		margin-left: 55px;
		margin-right: 55px;
		text-align: center;
		color: #162252;
		font-size: 2.3rem;
		
	}
	#main-footer p{
		text-align: center;
		color: #162252;
		font-size: 2rem;
		padding-bottom: 35px;
		margin-left: 55px;
		margin-right: 55px;
	}	
	#main-footer a{
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#main-footer a:hover{
		color: orangered;
		text-decoration: underline;
	}
}
@media screen and (min-width:769px) and (max-width:1020px){
	#banner img{
		display: none;
	}
	.icon-bar{
		display: none;
	}
	.subnav{
		display: none;
	}
	.subnavbtn{
		display: none;
	}
	.navbar {
		display: none;
	}
	.container-1{
		display: none;
	}
	.container-2{
		display: none;
	}
	.parallax{
		display: none;
	}
	#section-1{
		margin-top: 275px;
	}
	#section-1 img{
		margin-left: 55px;
	}
	#section-1 h1,p{
		margin: 25px;
	}
	#section-1 h1{
		margin-left: 55px;
		font-size: 2.5rem;
		color: gray;
	}
	#section-1 p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
	}
	#section-2{
		margin-top: 95px;
		margin-bottom: 95px;
	}
	#section-2 img{
		margin-left: 55px;
	}
	#section-2 h1,p{
		margin: 25px;
	}
	#section-2 h1{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
		color: gray;
	}
	#section-2 p{
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-2 a{
		text-decoration: none;
		color: blue;
	}
	#give-logo {
		padding-bottom: 55px;
	}
	.logo{
		margin-left: 55px;
		padding-bottom: 75px;
	}
	#cashapp{
		margin-left: 55px;
	}
	#cashapp p{
		margin-top: 55px;
		margin-right: 55px;
		font-size: 2rem;		
	}
	#cashapp img{
		width: 200px;
	}
	#Img-1 {
		margin-top: 195px;
		background-image: url("images/mobile-img-1.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-1 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-1 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}	
	#Img-2 {
		margin-top: 1px;
		background-image: url("images/mobile-img-2.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-2 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-2 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#Img-3 {
		margin-top: 1px;
		background-image: url("images/mobile-img-3.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-3 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-3 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#Img-4 {
		margin-top: 1px;
		background-image: url("images/mobile-img-4.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-4 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-4 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#Img-5 {
		margin-top: 1px;
		background-image: url("images/mobile-img-5.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-5 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-5 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}	
	#Img-6 {
		margin-top: 1px;
		background-image: url("images/mobile-img-6.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 350px;
		width: 100%;		
	}
	#Img-6 p{
		padding-top: 155px;
		color: white;
		font-weight: bold;
		font-size: 3rem;
		text-align: center;	
	}	
	#Img-6 a{
		text-decoration: none;
		color: white;
		text-shadow:2px 2px 5px black;
	}
	#section-3{
		margin-top: 3px;
		text-align: center;
	}
	#section-3 h1{
		padding-top: 275px;
		color: white;
	}
	#section-3 p{
		font-size: 3rem;
	}
	#section-3 a{
		text-decoration: none;
		color: yellow;
		font-weight: bold;
	}
	#top {
		margin: 125px;
		text-align: center;
	}
	#top a{
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#main-footer{
		text-decoration: none;
		background-color: #D3D3D3;
		font-weight: bold;
		padding-top: 45px;
		padding-bottom: 95px;
	 border-top: 1px solid #162252;
	}
	#main-footer img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 225px;
		padding-top: 75px;
		padding-bottom: 45px;
		text-shadow: 2px 2px 4px #000000;		
	}
	#main-footer h1,p{
		margin: 5px;
	}
	#main-footer h1{
		margin-left: 55px;
		margin-right: 55px;
		text-align: center;
		color: #162252;
		font-size: 2.3rem;
		
	}
	#main-footer p{
		text-align: center;
		color: #162252;
		font-size: 2rem;
		padding-bottom: 35px;
		margin-left: 55px;
		margin-right: 55px;
	}	
	#main-footer a{
		color: blue;
		text-decoration: none;
		font-size: 2rem;
	}
	#main-footer a:hover{
		color: orangered;
		text-decoration: underline;
	}
}
@media screen and (min-width:1021px){	
	#myNav{
		display: none;
	}
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	#Img-1 {
		display: none;
	}
	#Img-2 {
		display: none;
	}
	#Img-3 {
		display: none;
	}
	#Img-4 {
		display: none;
	}
	#Img-5 {
		display: none;
	}
	#Img-6 {
		display: none;
	}
	.sidebar{
		display: none;
	}	
	.container {
	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
		width: 100%;
	}
	#banner{
		margin-top: 25px;
	}
	#banner img{
		float: left;
		width: 125px;
		padding-right: 25px;
	}
	.links{
		display: inline;
		
	}	
	.links a{
		text-decoration: none;
		color: blue;
		font-size: 1rem;
		padding: 15px;
	}
	.links a:hover{
		text-decoration: underline;
		color: orangered;
	}
	.parallax {
  /* The image used */
  background-image: url("images/giving-29350196.png");

  /* Set a specific height */
  min-height: 600px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	#showcase img{
		display: none;
	}
	#section-1{
		margin-top: 95px;
	}
	#section-1 img{
		margin-left: 55px;
	}
	#section-1 h1,p{
		margin: 25px;
	}
	#section-1 h1{
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2rem;
		color: gray;
		font-weight: 100;
	}
	#section-1 p{
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		font-size: 1rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
	}
	#section-2{
		margin-top: 55px;
		margin-bottom: 55px;
	}
	#section-2 img{
		margin-left: 55px;
	}
	#section-2 h1,p{
		margin: 25px;
	}
	#section-2 h1{
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2rem;
		color: gray;
		font-weight: 100;
	}
	#section-2 p{
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		font-size: 1rem;
	}
	#section-2 a{
		text-decoration: none;
		color: blue;
	}
	#give-logo{
		text-align: center;
	}
	.logo {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
	}
	.logo img{
		width: 225px;
	}	
	#cashapp{
		text-align: center;
		margin-top: 125px;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 125px;
	}
	#cashapp p{
		margin-top: 1px;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;		
	}
	#cashapp img{
		width: 200px;
		margin-left: 15%;
		margin-right: 15%;
	}
	.card{
	position: relative;
	width:300px;
}
.card-img {
	width: 100%;
}
.image-overlay{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px;
}
.image-overlay a{
	text-decoration: none;
	font-size: 1.5rem;
	color: white;	
	text-shadow:5px 5px 10px black;
}
.container-1{
	margin-top: 125px;
	display: flex;
    align-items: center;
    justify-content: center;
  	padding:2px 16px;	
}
.container-1 .card{	
	box-shadow:5px; 
	transition: 0.4s;
	width: 300px;
	margin:10px;	
}
.container-2{
	display: flex;
    align-items: center;
    justify-content: center;
  	padding:2px 16px;	
}
.container-2 .card{	
	box-shadow:5px; 
	transition: 0.4s;
	width: 300px;
	margin:10px;	
}
	#overflow{
		display: block;
		margin-left: auto;
		margin-right: auto; 
	}
	.ex1{
		padding-left: 55px;
		padding-right: 55px;
		padding-bottom: 25px;
	}
	#overflow h2{
		padding-top: 75px;
		padding-left: 55px;
		padding-right: 55px;
		padding-bottom: 25px;
	}
	#overflow p{
		padding-left: 55px;
		padding-right: 55px;
		padding-bottom: 25px;
	}
	.align-start .element {
	  scroll-snap-align: start;
	}
	div.ex1 {
	  background-color: lightblue;
	  width: 510px;
	  height: 410px;
	  overflow: scroll;
	}	
	#section-3{
		margin-top: 155px;
		margin-bottom: 1px;
	}
	#section-3 h1,p{
		margin: 15px;
	}
	#section-3 h1{	
		text-align: center;
		padding-top: 255px;
		font-size: 4rem;
		color: white;
	}
	#section-3 p{	
		text-align: center;
		padding-bottom: 35px;
		font-size: 2.5rem;
		font-weight: bold;
	}	
	#section-3 a{
		color: yellow;
		text-decoration: none;
	}
	#main-footer{
		text-decoration: none;
		background-color: #D3D3D3;
		font-weight: bold;
		padding-top: 75px;
		padding-bottom: 75px;
		border-top: 1px solid #162252;
	}
	#main-footer img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 125px;
		padding-bottom: 15px;
		text-shadow: 2px 2px 4px #000000;		
	}
	#main-footer h1,p{
		margin: 5px;
	}
	#main-footer h1{
		text-align: center;
		color: #162252;
		font-size: 2rem;
	}
	#main-footer p{
		text-align: center;
		color: #162252;
		font-size: 1rem;
	}	
	#main-footer a{
		color: blue;
		text-decoration: none;
	}
	#main-footer a:hover{
		color: orangered;
		text-decoration: underline;
	}
	#top {
		margin: 125px;
		text-align: center;
	}
	#top a{
		color: blue;
		text-decoration: none;
		font-size: 1rem;
	}
	#top a:hover{
		color: gray;
		text-decoration: underline;
	}
}