:root {
	--beige: #F1EFE4;
	--blue: #015F89;
	--yellow: #FCB918;
	--red:#CC3D41;
	--green:#3F836A;
	--grey:rgba(55, 55, 55, 1)
}


/* rpress menu styles imported */

	html {
			min-height: 100vh;
			box-sizing: border-box;
    		font-size: 16px;
    		font-family: gill-sans-nova, sans-serif;
    		font-weight: 200;
    		margin: 0;
    		padding: 0;
		}
		body {
			color: var(--grey);
			background-color: #fff;
    		margin: 0;
    		padding: 0;
    		min-height: 100vh;
		}
		
		header {
	display: flex;
	width: 100%;
	padding: 15px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
	
	.img-cover {
		max-width: 100%;
		
		max-height: 100%;
		height: 300px;
		object-fit: cover;
		
	}
		
		header h1 {
	margin:0;
	text-align:center;
}

	#title {
		padding:50px 0;
	}
#title p {
	font-size:1.25rem;
}

h1 {
	font-size:2.3rem;
}

h2.faq {
	display: flex;
padding: 25px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 50px;
align-self: stretch;
background:var(--blue);
color:#fff;
}

.announcement{
	background-color:var(--red);
	color:#fff;
	text-align:center;
	}
	
	.announcement p{
		font-size:1.75rem;
		font-weight:bold;
	}

.statement{
margin-bottom:20px;	
padding: 25px;

background:var(--beige);
color:#fff;

}

.statement h3 {
margin-bottom:0.5rem;
}

.statement h3, .statement p {
	margin:0!important;
	color:var(--grey);
}

 form {
     
      margin: auto;
    }
    label {
      display: block;
      margin-top: 15px;
      font-weight: normal;
    }
    input, textarea {
      width: 100%;
      padding: 8px;
      margin-top: 5px;
      box-sizing: border-box;
      border:none;
      font-size: 0.9rem;
    }


.home-intro{
	color:#fff;
	text-align:center;
	padding:50px!important;
	
}

.home-intro h2 {
	font-size:2rem;
	margin:0;
}

.home-intro p {
	font-size:1.25rem;
	max-width:600px;
	margin:0 auto 50px;
}



.gap {
	gap:50px;
}
		a, a:visited:not(.btn) {
			color: var(--blue);
			text-decoration: none;
		}
		
		a.btn {
		
		}
		
		p {
			margin: 1rem 0 1.5rem 0;
		}
		
		.text-assistive {
			box-sizing: border-box;
		    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		    position: absolute;
		    top: 0;
		    left: 0;
		    margin: 0;
		    padding: 0;
		    width: 100%;
		}
		.text-assistive.display-on-focus:focus {
		    -webkit-clip-path: none;
		    clip-path: none;
		    z-index: 999;
		    height: 80px;
		    line-height: 80px;
		    background: #fff;
		    font-size: 1.2rem;
		    text-decoration: none;
		    color: #1295e6;
		    text-align: center;
		}
		#skip-link:focus {
		  background: #084367;
		  color: white;
		}
		
		.page-header {
			display: grid;
			grid-template-columns: 150px calc(100% - 150px);
			grid-template-rows: 80px;
		}
		.branding {
			grid-column: 1 / 2;
			grid-row: 1 / 2;
			height: 80px;
			padding: 0;
			font-size: 1.3125rem;
			line-height: 80px;
		}
		
		#social {display:none;}
		
		#main-nav a svg {
				fill:white!important;
				display:inline-block;
				width:24px!important;
				height:auto!important;
				}
		
		a.branding-link, a.branding-link:visited {
			color: #fff;
			padding: 0;
			border-radius: 5px;
			font-weight: 400;
			font-size: 2.5rem;
		}
	
		#main-nav {
			grid-column: 2 / 3;
			grid-row: 1 / 2;
			font-size: 1.0625rem;
			text-align: right;

		}
		
		.main-nav-inner{
			padding-right:25px;
		}
		
		#main-nav a {
		  display: none;
			box-sizing: border-box;
			color: #fff;
			font-size: 1.3rem;
			font-weight: 400;
			border-bottom: 2px solid rgba(255,255,255,0);
			transition: border-bottom 0.3s;
		}
		#main-nav a:hover {
			border-bottom: 2px solid rgba(255,255,255,1);
		
		}
		
		
		#main-nav a.burger-toggle-on {
			display: inline-block;
		}
		#main-nav a.burger-toggle {
			line-height: 70px;
			width: 60px;
			height: 80px;
			fill: #fff;
		}
		
		#main-nav a.burger-toggle:hover {
			border-bottom:none!important;
		}
		#main-nav a.burger-toggle svg {
			height: 30px;
			width: 30px;
			padding: 25px 20px 25px 10px;
		}
		#main-nav a.burger-toggle:hover, #main-nav a.burger-toggle:focus {
			fill: #fff;
		}
		main {
			padding: 0;
			margin: 0;
		}
		
		#giving svg {
			height:3rem;
			width:auto;
		}
		
		ol li {
			font-size:0.8rem;
		}
		
		.row-space {
			padding-top:50px!important;
			padding-bottom:50px!important;
			min-height:380px;
		}
		
		.row-intro-space {
			padding-top:50px!important;
			padding-bottom:0px!important;
			
		}
		
		@media (min-width: 480px){
			.page-header {
				grid-template-columns: 150px calc(100% - 150px);
			}
		
			.branding {
				font-size: 1.5rem;
			}

			


		}

		@media (min-width: 768px){
			.gap {
	gap:0px;
}
		.home-intro {
			padding:100px!important;
		}
		.home-intro h2 {
				font-size:3rem;
				margin:0;
			}	
			.home-intro p {
				font-size:1.5rem;
				}

		}

		@media (min-width: 880px){
			.content-width {
				max-width: 1176px;
				margin: 0 auto;
			}
			.content-width-narrow {
				max-width: 980px!important;
				margin: 0 auto;
			}
			
		}

		@media (min-width: 940px){
			.switch {
				flex-direction:row-reverse!important;

			}	
		
			
			header{
				padding:25px 0;
			}
			
			#main-nav {
				font-size: 1.2rem;
				height: 80px;
				padding: 0 2rem;
				text-align:center;
			}
			#main-nav a {
			    line-height: 80px;
			    display: inline-block;
			    height: 80px;
			    text-align: center;
			}
			#main-nav a.hide {
				display:none!important;
			}
		
			
			#main-nav a.burger-toggle {
				display: none;
			}
			.text-assistive.display-on-focus:focus {
				height: 100px;
				line-height: 100px;
			}
			.page-header {
			display: grid;
			grid-template-columns: 200px calc(98% - 400px) 200px;
			grid-template-rows: 100px;
		}
			header h1 {
	margin:0;
	text-align:left;
}
		
			.branding {
				height: 100px;
				line-height: 100px;
			}
			#social {display:block;text-align:center;}
			
			#social svg {
				height:auto;
				width:24px;
				fill:white;
				margin-left:15px;
				transition: fill 0.3s;
			}
			
			#social a:hover svg {
				fill: var(--yellow);
			}
			
			.menu-icon{display:none!important;}
			
			a.branding-link, a.branding-link:visited, a.branding-link:hover {
				height: 100px;
			}
			#main-nav {
				height: 100px;
			}
			#main-nav a {
			    line-height: 100px;
			    
			    margin-left:2rem;
			}
			

		}

		@media (min-width: 1100px){

			

		}





a.branding-link:hover, a.branding-link:focus {
	background: #fff;
	color: #1295e6;
	cursor:pointer;
}



/* Responsive menu */
#main-nav:target {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(55,55,55,0.75);
    transition: 0.4s background-color ease-in-out;
}

#main-nav:target .main-nav-inner {
	width: 70%;
	min-width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--blue);
	height: 100%;
    transition: 0.1s background-color ease-in-out;
}


#main-nav:target a {
	display: block;
	border-top: none!important;
	font-size: 1.625rem;
	line-height: 2.5;
	padding-right: 1.5rem;
}

#main-nav:target a.burger-toggle {
	margin-left: auto;
	padding-right: 0;
}

#main-nav:target a.burger-toggle-on {
	display: none;
}






/* Effect 1: Brackets */


#main-nav a:not(.burger-toggle):focus {
	padding-left: 20px;
	padding-right: 20px;
	background-color:  #fff;
	color: #1295e6;
}

#main-nav a:not(.burger-toggle):focus:not(:focus-visible) { /* see https://www.tpgi.com/focus-visible-and-backwards-compatibility/ */
	background-color: transparent;
	color: #fff;
}


@media (min-width: 730px){




}







/* end of rpress styles */



body{
	font-family: "filson-soft", sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height:1.5;

	margin:0;
	padding:0;
}

#title {
	background-color:var(--beige);
}

.row {
	max-width: 1200px;
	margin: 0 auto!important;

	padding: 0 30px;
}
    	
h1,h2,h3 {
	font-family: "filson-soft", sans-serif;
	font-weight: 700;
	font-style: normal;
}

blockquote{
	
	width: 100%;
	padding: 14% 0;
	margin:0;
	font-size:1.5rem;
	font-weight:bold;
	position:relative;
	z-index:1;
}

blockquote:after {
	content:url('img/chimney.svg');
	position:absolute;
	width:350px;
	height:212px;
	top:10%;
	left:-22px;
	z-index:-1;
	
}

.green {
	color:var(--green);
}

.red {
	color:var(--red);
}

.yellow {
	color:var(--yellow);
}

.faq.yellow {
	background-color:var(--yellow);
}

.faq.green {
	background-color:var(--green);
}

#whyhow {
	margin:50px 0;
}

.blue {
	color:var(--blue);
}
 
.bg-beige {
	background-color: var(--beige)!important;
}

.section-intro {
	font-size:1.2rem;
}

.no-pad {
	pading:0;
}

.chimney-img {
	
	display:none
}

@media  only screen and (min-width: 992px){

	.chimney-img {
	
	display:inline-flex;
	margin: 100px 0;
	max-width:400px;
	height: auto;
}
}



div.hero {
	background-image: url('img/funnels.svg'), linear-gradient(141deg,rgba(89, 89, 89, 0.6) 0%, rgba(89, 89, 89, 0.4) 100%), url('img/lch_header.jpg');
	background-size: 10px auto, auto, cover;
	background-repeat:repeat,repeat, no-repeat; 
	background-blend-mode: multiply;
	background-position: center;
}

.vision-img, .vision-2-img {
	background-size: 10px auto, auto, cover;
	background-repeat:repeat,repeat, no-repeat; 
	background-blend-mode: multiply;
	background-position: center;
	padding: 125px 15px;
	text-align:center;
	min-height:200px;
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vision-img {
	background-image: url('img/funnels.svg'), linear-gradient(141deg,rgba(89, 89, 89, 0.6) 0%, rgba(89, 89, 89, 0.4) 100%), url('img/john-quote.jpg');
	
}

.vision-2-img {
	background-image: url('img/funnels.svg'), linear-gradient(141deg,rgba(89, 89, 89, 0.6) 0%, rgba(89, 89, 89, 0.4) 100%), url('img/john-2-quote.jpg');
	
}

.vision-txt {
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	margin:0 auto;
	max-width:850px;
}

.connor-img {
	background-image: url('img/funnels.svg'), url('img/connor.jpg');
	background-size: 10px auto, cover;
	background-repeat:repeat, no-repeat; 
	background-blend-mode: multiply;
	background-position: center;
	padding: 125px 15px;
	text-align:center;
	min-height:200px;
}



header h1 img {
	max-width:50%;
}

header h2 {
	color:#fff;
	font-size:3rem;
	text-align:center;
	margin:0;
}
    
main{
	

}

.intro {
	padding-top:75px;
	padding-bottom:75px;
}

.rounded{
	width:100%;
	height:100%;
}

.rounded img {
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:25px;
}

.round {
	border-radius:250px;
	width:200px;
	height:200px;
}


    	    	
.shaded {
	background-color:#F0EFE4;
	padding:25px;
    	}

.buttons {
	padding-top:0px;
	padding-bottom:100px
}
   
.btn {
	background:none;
	padding: 5px 25px;
	border:1px solid var(--blue);
	border-radius:4px;
	color:var(--blue);
	font-weight:bold;
	font-size:1rem;
	text-decoration:none;
	
	transition:background 0.35s, color 0.35s;
}

.btn.full {
	display:block;

	text-align:center;
} 

.btn:hover {
	background-color:var(--blue);
	color:#fff;

}

.white-solid{
	background:#fff;
	color:var(--grey);
	border:1px solid #fff;
}

.white-outline{
	border:1px solid #fff;
	color:#fff;

}

.box svg {
	height:32px;
	width:auto;
	fill:#fff;
	position:relative;
	top:7px;
}

#nav-boxes {
	padding: 50px 0;
	gap:20px;
}

#nav-boxes .box p, #nav-boxes .box h3, #nav-boxes .box a:not(.btn) {
	text-align:center;
	color:#fff;
}

#nav-boxes .box h3 {

	font-size:1.5rem;

}

#nav-boxes .row {
	padding-top:12.5px;
	padding-bottom:12.5px;
}

#nav-boxes .gap {
gap: 20px;
display: flex;
flex-direction: column;
	} 	
	
#nav-boxes .box {
	display: flex;
flex-direction: column;
}

#nav-boxes .big-button {
	background:#fff;
	
}

.box a.btn{
	width: fit-content;
margin: 0 auto;
}

.no-pad {padding:0!important}

.big-button-half.jesus {
colour:#fff;
	height:100px;
	background:#fff;
	padding:10px!important;
	background-image:linear-gradient(141deg,rgba(89, 89, 89, 0.6) 0%, rgba(89, 89, 89, 0.4) 100%), url('img/cross.jpg');
	background-position: center, center -60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	transition:background-image 0.2s ease-in-out;
}

.big-button-half.jesus:hover {
	background-image:linear-gradient(141deg,rgba(89, 89, 89, 0.9) 0%, rgba(89, 89, 89, 0.9) 100%), url('img/cross.jpg');
}

.big-button-half.connect {
colour:#fff;
	height:100px;
	background:#fff;
	padding:10px!important;
	background-image:linear-gradient(141deg,rgba(89, 89, 89, 0.6) 0%, rgba(89, 89, 89, 0.4) 100%), url('img/connect.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	transition:background-size 0.2s ease-in-out;
}

.big-button-half.connect:hover {
	background-image:linear-gradient(141deg,rgba(89, 89, 89, 0.9) 0%, rgba(89, 89, 89, 0.9) 100%), url('img/connect.jpg');
}

.big-button-full {
colour:#fff;
	height:220px;
	background:#fff;
	padding:20px!important;
	margin-bottom:20px;
	background-image:linear-gradient(141deg,rgba(89, 89, 89, 0.6) 0%, rgba(89, 89, 89, 0.4) 100%), url('img/bedzed-dark.jpg');
	background-position:auto center;
	background-size: cover;
	background-blend-mode: multiply;
	background-repeat:auto no-repeat;
	transition:background-image 0.2s ease-in-out;
	
}

.big-button-full:hover {
background-image:linear-gradient(141deg,rgba(89, 89, 89, 0.9) 0%, rgba(89, 89, 89, 0.9) 100%), url('img/bedzed-dark.jpg');

}

.big-button-full h3 {
	margin-bottom:0.5rem;
}

.big-button-full p {
	font-size:1.25rem;
	margin:0;
}

.big-button-full p.link {
	font-weight:bold;
}

p svg {
	height:24px;
	width:auto;
	position:relative;
	top:7px;
}

#contact h2 {
	font-weight:bold;
	background-image:url('img/chimney-sm.svg');
	background-position: left;
	background-repeat: no-repeat;
	padding:17% 25px 22%;
	color:var(--blue);
	margin-left:-25px;
	margin-bottom:-40px;
	margin-top:-25px;
	font-size:34px;
	
	
}

.utility-nav a {
	color:#fff!important;
}

.utility-nav ul {
	list-style:none;
	text-align:left;
	padding-left:0;
}

.utility-nav ul li {
	padding:10px 0;
	border-bottom:1px solid var(--blue);
	transition: border-bottom 0.35s;
}

.utility-nav ul li:hover {
	
	border-bottom:1px solid #fff;
}

@media only screen and (min-width: 480px){

	#contact h2 {
		padding:10% 25px 16%;
	}

}


.gap-50 div{
	padding:25px;
}

footer {
	background:var(--blue);
	text-align:left;
	color:#fff;
	padding:50px 0;
}

footer h2 {
	font-size:1.5rem;
	border-bottom:1px solid #fff;
	width:100%;
}

.logo {
	width:200px;

}

.logo img {
	width:100%;
}

.box {padding:20px 0}