.full .container {
	padding:0;
}

section.content .section {
	background-size:cover;
	padding:10em 12% 6em;
}

section.content .section h3 {
	font-size:1.125em;
	margin:0 0 1.5em;
}

section.content .section p {
	font-size:1.5em;
}

section.content .intro {
	padding:0 5% 2em;
}

section.content .intro h4 {
	color:#db4800;
}

section.content nav {
	background-color:#f3f3f3;
	opacity:0.95;
	width:100%;
}

section.content .is-sticky nav {
	left:0;
	padding-left:40px;
}

section.content nav ul {
	text-align:center;
}

section.content nav ul li {
	display:inline-block;
}

section.content nav ul li a {
	display:block;
	text-align:center;
	padding:0.5em 3em 0.75em;
}

section.content nav ul li a.on, section.content nav ul li a:hover {
	background-color:#fff;
}

section.content nav ul li a i.icon {
	margin:0 0 0.125em;
	transform:scale(0.625);
	-webkit-transform:scale(0.625);
}

section.content nav ul li a span {
	display:block;
	text-transform:uppercase;
	font-size:0.75em;
	font-weight:400;
}

section.content .before {
	background-attachment:fixed;
	background-image:url('../images/sunday-before.jpg');
}

section.content .before h3 {
	color:#fff;
	margin:0 0 2em;
}

section.content .before p {
	color:#fff;
}

section.content .before a {
	color:#fda073;
}

section.content .during {
	background-image:url('../images/sunday-during.jpg');
}

section.content .during p {
}

section.content .giving {
	background-attachment:fixed;
	background-image:url('../images/sunday-giving.jpg');
}

section.content .giving h3 {
	color:#fff;
}

section.content .giving p {
	color:#fff;
}

section.content .beyond {
}

section.content .beyond p a {
	display:inline-block;
	border:solid 2px #0086b8;
	padding:0.5em 1.5em;
}

@media only screen and (max-width: 900px) {

	.sticky-wrapper, section.content nav {
		display:none;
	}
	
}