body.home #quicklinks.section-padding::before,
body.home #footer-top.section-padding::after {
	display: none;
}

/* Hero Section */
.home-hero-wrap {
	width: 100%;
	min-height: 99vh;
	background-color: #999;
	color: #fff;
	display: flex;
	align-items: center;
}

#home-hero-main {
	background: url("../_media/home-hero-default-fall-2020.jpg") no-repeat center;
	background-color: #64a7b9 !important;	
}

#home-hero-reimagining {
	background: url("../_media/home-hero-default-fall-2020.jpg") no-repeat center;
	background-color: #64a7b9 !important;	
}

#home-hero-leaning {
	background: url("../_media/home-hero-leaning.jpg") no-repeat center;
	background-color: #64a7b9 !important;	
}

#home-hero-longing {
	background: url("../_media/home-hero-longing.jpg") no-repeat center;
	background-color: #9da7a9 !important;	
}

#home-hero-navigating {
	background: url("../_media/home-hero-navigating.jpg") no-repeat center;
	background-color: #9da7a9 !important;	
}

.home-hero-random {
	width: 100%;
	min-height: 99vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.home-hero-random .is-container {
	padding: 170px 0 80px;
}

.home-hero-random .home-hero-content {
	margin: 0 auto;
	text-align: center;
}

.home-hero-random h1 {
	margin-bottom: .18em;
	font-size: 5.7em;
}

.home-hero-random h2 {
	margin-bottom: 1.2em;
	font-size: 1.7em;
	letter-spacing: .1em;
}

.home-hero-random a.arrow-button-down {
	width: 120px;
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	color: #fff;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.home-hero-random a.arrow-button-down:hover {
	transform: translateY(10px);
}

.home-hero-wrap .content {
	margin: 0;
}

.home-hero-inner-wrap {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

#home-hero-main .is-container {
	padding: 160px 0 150px;
}

.home-hero-wrap .button.is-big:not(.is-secondary) {
	border: 2px solid #434040;
}

.home-hero-wrap .button.is-big:not(.is-secondary):hover {
	border-color: #2d2c2c;
}

.home-hero-wrap .button.is-inverted:hover {
	color: #64a7b9;
}

.home-hero-content p a {
	border-bottom: 0 none;
	text-decoration: none;
}

.home-hero-content p a:hover {
	background: transparent;
	text-decoration: underline;
}

#home-hero-main-content {
	max-width: 800px;
}

.home-hero-button-wrap, .page-hero-button-wrap {
	padding-top: 15px;
}

/* Pathways Section */
.home-pathway .content {
	padding-top: 70px;
	padding-bottom: 80px;
	color: #fff;
}

.home-pathway .is-50 {
    width: 55%;
    min-width: 55%;
	margin-left:;
}

.home-pathway .is-50.push-right {
	margin-right: 5%;
}

#churches.home-pathway .is-50 {
	margin-left: 5%;
}

.home-pathway a.button {
	background: rgba(0,0,0,.3);
}

.home-pathway a.button:hover {
	background: rgba(0,0,0,.5);
}

.pathway-inner {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

#individuals-inner.pathway-inner {
	background-image: url("_img/home-pathway-individuals.jpg");
}

#churches-inner.pathway-inner {
	background-image: url("_img/home-pathway-churches.jpg");
	background-position: right center;
}

#coaches-inner.pathway-inner {
	background-image: url("_img/home-pathway-coaches.jpg");
}


/* RESPONSIVE
===================================== */

@media only screen and (max-width: 1100px) {
	.home-hero-content {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1000px) {
	.home-hero-content {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 900px) {
	#home-hero-main-content {
	    max-width: 600px;
		text-align: center;
	}
	
	.home-hero-button-wrap {
	    padding-top: 0;
	}
	
	.pathway-inner .is-50, #churches.home-pathway .is-50 {
		max-width: 600px;
		width: 75%;
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	
	body.home #more-resources {
		padding-bottom: 0;
	}
	
	body.home .call-to-action {
		max-width: 490px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 670px) {
	.home-hero-random h1 {
		font-size: 4.5em !important;
	}
	
	.home-hero-random h2 {
		font-size: 1.4em;
		letter-spacing: .08em;
	}
}

@media only screen and (max-width: 540px) {
	#home-hero-main .is-container, .home-hero-random .is-container {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	#home-hero-main-content h1 br {
		display: none;
	}
	
	#home-hero-main-content h1 span:first-child {
		padding-right: 10px;
	}
	
	.pathway-inner .is-50, #churches.home-pathway .is-50 {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.home-hero-button-wrap .button.is-big {
		width: 100%;
		margin-bottom: 10px;
	}
	.home-hero-random h1 {
		font-size: 3.4em !important;
	}
}