/* GLOBAL */
.hero.wide {
	position: relative;
}

.hero.wide:before {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: black;
	opacity: .3;
}

.tag {
    color: white;
    width: 70%;
    margin: 0 auto;
}

.floating{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.split-2 {
	display: flex;
	
}
.split-2 .left, .split-2 .right {
	width: 50%;
}

/*
.split-2 .right {
	width: 50%;
	display: none;
}
.split-2 .left {
	width: 100%;
}
*/
/* START ABOVE THE FOLD */
.main-image {
	height: 85vh;
}
.three-btns {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}
.three-btns .big-btn {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .7s;
}

.big-btn p {
	color: white;
	font-size: 24px;
	font-weight: 500;
}
.three-btns a {
	text-decoration: none;
	font-family: 'Lora', serif;
	display: inline-block;
	width: 33.33%;
	height: 100px;
}
.btn1 {
	background: #848C43;
}
.btn1:hover {
	background: #a4af4d;
}
.btn2 {
	background: #8F964F;
}
.btn2:hover {
	background: #acb55b;
}
.btn3 {
	background: #9BA266;
}
.btn3:hover {
	background: #b9c272;
}
@media (max-width: 640px) {
	.big-btn p {
    color: white;
    font-size: 14px;
    font-weight: 500;
	}
}
@media (max-width: 768px) {
	.main-image {
		height: 63vh;
	}
}
/* END ABOVE THE FOLD */

/* START ABOUT SECTION */
#about {
	min-height: 525px;
	background: white;
	width: 100%:
}
#about.split-2 .left, #about.split-2 .right {
	margin: 20px;
}
#about.split-2 .left {
	background: #EFEBE4;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Lora', serif;
	padding-bottom: 40px;
}
#about.split-2 .left .service-times {
	background: #4A4A4A;
	width: 55%;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	position: relative;
	padding: 30px;
}
#about.split-2 .left .service-times:before {
	position: absolute;
	left: 5%;
	top: 10%;
	width: 90%;
	height: 104%;
	border: 2px solid #848C43;
	content: '';
}
#about.split-2 .right {
	background: #4A4A4A;
	margin-left: 10px;
	padding: 30px;
	color: white;
}
span.sermon {
	color: white;
	padding-top: 0;
	margin-top: 0;
	font-weight: 500;
}
span.recent {
	position: relative;
	top: 15px;
}
.right-container {
    border: 2px solid #848C43;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right-container a.green-btn {
	font-size: 16px;
	margin-top: 30px;
}
.right-container .downloads {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.downloads a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	margin: 0px 10px;
	position: relative;
    top: -10px;
    transition: all .7s;
  
}
.downloads a:hover {
	color: #848C43;
}
.downloads img {
    max-width: 25px;
    max-height: 30px;
    margin: 0px 15px 0px 0px;
}
.dodwnloads {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
}
.downloads a:first-of-type {
    margin-right: 29px;
}
span.btn-text2 {
	position: relative;
	top: -9px;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.split-2 {
		flex-direction: column;
	
	}
	.split-2 .left, .split-2 .right {
		width: 100%;
	}
	#about.split-2 .left, #about.split-2 .right {
		margin: 0;
	}
	#about.split-2 .left .service-times {
		width: 75%;
	}
	#about.split-2 .left {
    	padding: 40px 0px;
		padding-bottom: 90px;
	}
}
/* END ABOUT SECTION */

/* START MISSION STATEMENT SECTION */
#mission {
	min-height: 480px;
	width: 100%;
	height: auto;
	background-color: black;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mission:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content:'';
	background: #191818;
	opacity: .7;
}
#mission p {
	color: white;
	font-size: 22px;
	line-height: 3;

	font-family: 'Lora', serif;
}
#mission > .container {
	padding: 40px 120px;
	border: 2px solid #848C43;
}
@media (max-width: 768px) {
	#mission > .container {
    	padding: 40px 20px;
    	border: 2px solid transparent;
	}	
	#mission p {
    	font-size: 19px;
    }
}
/* END MISSION STATEMENT SECTION */

/* START GET CONNECTED SECTION */
#connected > .container {
	padding: 40px 120px;
	border: 2px solid #848C43;
	width: 90%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 120px;
}
#connected {
	min-height: 500px;
	width: 100%;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 10px;
	padding-bottom: 200px;
	padding-top: 90px;
}
#connected p {
	font-size: 15px;
	line-height: 2.1;
}
#connected h2 {
	background: #4A4A4A;
	padding: 25px 35px;
	color: white;
	font-size: 22px;
	font-weight: 400;
	display: inline;
}
#connected .title {
	position: absolute;
	top: 0;
	transform: translate(0, -50%);
	
}
#connected .big-buttons {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translate(0, 50%);
}
#connected .big-buttons a.big-button {
	width: 360px;
	height: 220px;
	display: block;
	background: gray;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#connected .big-buttons a.big-button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #848C43;
	opacity: .73;
	transition: all .7s;
}
a .btn-text {
	color: white;
	font-size: 23px;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
	font-style: italic;
}
#connected a {
	text-decoration: none;
}
#connected .big-buttons a.big-button:hover:before {
	background: #4A4A4A;
	opacity: .84;
}
#connected .big-buttons a.big-button:after {
	position: absolute;
	top: 10%;
	left: 5%;
	right: 5%;
	bottom: 10%;
	width: 90%;
	height: 80%;
	content: "";
	background: transparent;
	border: 2px solid #848C43;
	transition: all .7s;
	opacity: 0;
}
#connected .big-buttons a.big-button:hover:after {
	opacity: 1;	
}
@media (max-width: 1235px) {
	#connected .big-buttons a.big-button {
    	width: 240px;
		height: 140px;
	}
}
@media (max-width: 768px) {
	#connected .big-buttons {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-evenly;
	    align-items: center;
	    width: 100%;
	    position: relative;
	    bottom: 0;
	    transform: translate(0, 0);
	}
	#connected .big-buttons a.big-button {
    	width: 360px;
		height: 220px;
		margin: 15px 0px;
	}	
	#connected > .container {
	    padding: 40px 40px;
	}
	#connected {
		padding-bottom: 80px;
	}
/* END GET CONNECTED SECTION */