@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular-webfont.woff') format('woff'),
         url('../fonts/poppins-regular-webfont.ttf') format('truetype'),
         url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair';
    src: url('../fonts/playfairdisplay-bold-webfont.eot');
    src: url('../fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-bold-webfont.woff') format('woff'),
         url('../fonts/playfairdisplay-bold-webfont.ttf') format('truetype'),
         url('../fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	font-size: 1em;
	font-family: "Poppins", sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}
body > * {margin-left: 30px;margin-right: 30px;}

h1 {
	font-weight: 700;
	font-size: 4em;
	font-style: normal;
	margin: 20px 0;
	line-height: 1;
	color: inherit;
	font-family: "Playfair", serif;
}

h2 {
	font-size: 2.8em;
	line-height: 1em;
	color: #293341;
	margin: 0;
	font-family: 'Playfair', sans-serif;
}
.home h2 {}
.main_section h2 {
	font-size: 1.8em;
	text-transform: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
h2 em {
	
}

h3 {
	font-family: "Playfair", sans-serif;
	font-weight: 700;
	color: inherit;
	font-size: 1.8em;
}
h3.sub-title {
	font-size: 1.4em;
	letter-spacing: 3px;
}

i.menu-icon { font-style: normal; color: white; 
	font-size: .6em; display: block; padding: 3px 0; border-top: 4px solid white; border-bottom: 4px solid white; }

.wysiwyg-font-size-large {
	font-size: 2.3em!important;
	line-height: 1em!important;
}

.wysiwyg-font-size-small {
	font-size: .8em!important;
}

.text-center { text-align: center; }
.container { max-width: 1200px; margin-left: auto; margin-right: auto; }
.divider-sm-white, .divider-sm-brown, .divider-sm-blue {
	display: inline-block;
	width: 50px;
	border-bottom: 2px solid #fff;
	margin: 40px 0;
}

.divider-sm-brown {
	border-color: #9f7852;
}
.divider-sm-blue {
	border-color: #74dbda;
}

hr {
	border-top: 3px solid #647c8f;
	margin: 40px auto;
	width: 150px;
}

a, a:link, a:active, a:visited {
	color: #3478a6;
	outline: none;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #354048;
}
.login a { margin: 0 5px; }
em {
	color: inherit;
	font-family: inherit;
}
.uk-offcanvas em { color: #eee; }

ul {
	padding-left: 0;
}

ul li {
	list-style-type: none;
	display: inline-block;
}

input:not(submit) {
	padding: 7px;
}

a.btn-primary {
	padding: 10px 35px;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	transition: .3s;
	background: rgba(0,0,0,0.3);
	color: #f6ea61;
	font-weight: normal;
	font-size: 1.1em;
	border: 2px solid #f6ea61;
	letter-spacing: 2px;
}
a.btn-primary:hover {
	background: #f6ea61;
	color: black; 

}
a.btn-give {position: fixed;bottom: 5px;right: 10px;z-index: 9999;background: #5af586;}
a.btn-give:hover { background: #4ee178; }
a.btn-secondary, input.btn-secondary {
	padding: 10px 35px;
	text-transform: uppercase;
	background: none;
	display: inline-block;
	transition: .3s;
	background: white;
	color: #1f78a6;
	font-weight: bold;
	font-size: 1em;
	border: 2px solid #1f78a6;
	letter-spacing: 2px;
}
.btn-secondary.btn-login {padding: 7.5px 8px;font-size: .8em;background: #1f78a6;color: white;font-weight: normal;}
a.btn-secondary:hover {
	background: #1f78a6; 
	color: white;
}
.btn-secondary.btn-login:hover {border-color: white; }
a.btn-link { margin-left: 5px; margin-right: 5px; padding-left: 0; padding-right: 0; transition: .3s; color: #293341; font-weight: bold; text-transform: uppercase; display: inline-block; border-bottom: 2px solid #1f78a6; letter-spacing: 2px; }
a.btn-link:hover { margin-left: 0px; margin-right: 0px; padding-left: 5px; padding-right: 5px; }
.uk-button, .uk-button:focus, a.uk-button, a.uk-button:focus {font-family: "Poppins", sans-serif;background-color: white;color: #1f78a6;padding: 2px 20px;font-size: .9em;text-transform: uppercase;text-decoration: none!important;font-style: normal;letter-spacing: 2px;border: 2px solid #1f78a6; transition: .3s; font-weight: bold; }

.uk-button:hover {
	background-color: #1f78a6;
	color: white;
}
a.uk-button:hover { background-color: #07f7f4;  }
.uk-button:disabled, .uk-button:disabled:hover {
	border: 3px solid #ddd;
	background-color: #eee;
	text-shadow: none;
	box-shadow: none;
	color: #aaa;
}

body {
	background-color: white;
}

.home-container { max-width: 1200px; margin: auto; }
.half {display: block;float: left;width: 50%;min-width: 300px;}
.one-third {display: inline-block;vertical-align: top;width: 32%;min-width: 250px;}
.two-thirds {float: left;vertical-align: top;width: 66%;min-width: 300px;}
.three-eighths { float: left;vertical-align: top;width: 37.5%;min-width: 300px; }
.five-eighths { float: left;vertical-align: top;width: 62.5%;min-width: 300px; }
.img-shadow {
	-webkit-box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
	box-shadow: 2px  2px 2px 3px rgba(0,0,0,0.7);
}

.img-full-width {
	margin-left: -40px;
	margin-right: -40px;
	width: auto;
}

.img-full-width img {
	width: 100%;
}
.full-width-img img { width: auto!important; max-width:100%!important; }

.text-shadow {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.absolute {
	position: absolute;
}

.social i {
    font-size: 2em;
    margin: 10px;
}

.social {
    margin-bottom: 20px;
}

header.main_header { border-bottom: 10px solid #1f78a6; background: #354048;text-align: left;margin-top: 30px;padding: 20px 0 0 10px;position: relative;}
header.main_header nav > ul, header.main_header .social { display: inline-block; vertical-align: middle; }
header.main_header .social { margin-left: 20px; }
.home header.main_header {
    margin-top: 0;
    border: none;
}

.inner_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

header #logo-anchor {
}

header #logo {
	/* max-width: 300px; */
	max-height: 57px;
	height: auto;
	width: auto;
	margin: 0px 15px;
	vertical-align: middle;
}

header .main_nav {
	margin-left: 200px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 4px solid white;
}

nav ul {
	margin: 0;
}

nav .nav_link, nav a.nav_link {
	display: inline-block;
	transition: .2s;
	margin: 0 20px;
	color: white;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 1.2em;
	letter-spacing: 2px;
}

nav .nav_link:hover, nav .nav_link a:hover, nav .nav_link a.active {
	text-decoration: none;
	color: #f6ea5b;
}

nav .uk-dropdown {
	background: white;
	font-size: 1.1em;
	line-height: 1em;
	z-index: 9999;
	padding: 0;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	border-top: 4px solid #f6ea5b;
	margin-top: 6px;
}

nav .uk-dropdown li {
	display: block;
}
nav .uk-dropdown li a {
	padding: 10px 15px;
	display: block;
	color: #333;
}
nav .uk-dropdown li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

nav .uk-dropdown li:hover {
	background: #f6ea5b;

}

ul.uk-nav-offcanvas li { display: block;}
ul.uk-nav-offcanvas li a {
	font-size: 1.4em;
}
ul.uk-nav-offcanvas li.social a { display: inline-block; margin: 0; }
ul.uk-nav-sub li a { font-size: 1.2em; }
ul.uk-nav-sub {
	padding-left: 25px;
	background: #222;
}

ul.uk-nav-sub li {
	margin: 3px 0;
}

#menu_button {
	display: none;
	font-size: 2em;
	padding: 10px;
	margin: 15px;
}

section {
	padding: 40px 0 0;
}

.hero-section {
	/* z-index: 1; */
	text-align: center;
	background: url(../images/bg-hero.jpg);
	background-size: cover;
	background-position: center center;
	height: 78%;
	color: white;
	padding: 0;
	margin-top: 30px;
}
.hero-section .hero {
	margin: 0 20px 20px;
	position: relative;
	padding: 0;
	height: calc(100% - 150px);
}
.hero-content {
	position: absolute;
	width: 560px;
	left: 50%;
	margin-left: -280px;
	top: 50%;
	height: 272px;
	margin-top: -80px;
}
.hero-section a[class^='btn'] {margin: 20px 10px;width: 130px;}
.home_header {background: rgba(133,105,60,.53);text-align: center;}
.home_header .social { display: inline-block; vertical-align: middle; margin-left: 20px; }

.home_page .hero-section {
	padding: 40px 0 60px;
}
.hero-section img {
	width: 100%;
}

.hero-section h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 4em;
	line-height: 1em;
	font-family: 'Playfair', serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.hero-section .h1-sub { display: block; font-weight: normal; text-transform: uppercase; font-size: .5em; margin-top: 20px; letter-spacing: 2px; line-height: 1.3;}
.hero-section .tagline {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 40px 0; 
}
.home_page .hero-section h1 {
	font-size:9em;
	line-height: .6em;
}
.hero-section h2 {
	text-align: center;
	color: white;
	font-size: 4em;
}

.home-container .flexslider {box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.1);overflow: visible;border: 15px solid white;background: white;max-width: 520px;margin: auto;}
.home-container .flexslider .flex-viewport {border: 3px solid white; outline: 1px dashed #ccc;}
.home-container .flexslider ul.slides {}
.home-container .flexslider .flex-viewport li { }
.home-container .flexslider .flex-viewport img {/* width: 100%; *//* height: auto; */}

.center-wrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40.5vw;
}

#home-info {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	
}
#home-info h3 {margin-bottom: 30px; }
.home-info-text {max-width: 820px;margin: 0 auto 50px;font-size: 1.3em;line-height: 1.8em;color: #7b7b7b;font-weight: normal;}
 
#home-fellowship {
    text-align: center;
}
#home-fellowship h2 { margin-bottom: 30px; }
#home-fellowship img { width: 100%; }
#home-fellowship .half:first-child .half-inner { padding-right: 15px; }
#home-fellowship .half:last-child .half-inner { padding-left: 15px; }
#home-testimonials {text-align: center;margin-top: 90px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5edf3+0,e5edf3+52,ffffff+52,ffffff+100 */background: #e5edf3; /* Old browsers */background: -moz-linear-gradient(top,  #e5edf3 0%, #e5edf3 70%, #ffffff 70%, #ffffff 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #e5edf3 0%,#e5edf3 70%,#ffffff 70%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #e5edf3 0%,#e5edf3 70%,#ffffff 70%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5edf3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */margin-bottom: 40px;padding: 60px 30px 0;}
#home-testimonials > p { max-width: 600px; line-height: 2em; color: #7b7b7b; margin: auto; }
.home-testimonials-wrapper {max-width: 1200px;margin: auto;text-align: center;}
.home-testimonial { padding: 20px; background: white; margin: 20px; }
.home-testimonial img {  }
.main_section {
	text-align: left;
	line-height: 1.4em;
	padding: 80px 0;
}

.main_section img {
	width: 100%;
	max-width: 400px;
}
.uk-float-left.info_img {margin: 0 30px 30px 0;}
.uk-float-right.info_img { margin: 0 0 30px 30px;}

.main_section .app-icons img { max-width:125px; margin: 5px; }
.main_section b {
	font-size: 1.1em;
}

.main_section .edit_area.uk-float-right {
    position: relative;
    z-index: 10;
    margin: 0 0 20px 20px;
}

.info_article {font-size: 1.1em;padding: 0 40px;}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#docs_feed h3 {
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #ebb524;
    vertical-align: middle;
    color: #222;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

.sermon_no_img:nth-child(1) { background: #efe8d9; }
.sermon_no_img:nth-child(2) { background: #eee; }
.sermon_no_img:nth-child(3) { background: #ddd; }

#prayer_submit {
	display: inline-block;
}

.prayer_form {
	margin-bottom: 0;
}

.prayers_form li, .contact_form li {
	display: inline-block;
	margin: 10px;
}

.contact_form .form_input {
	width: 30%;
	margin: 1% 0;
}

.contact_form .form_input_middle {
	margin: 10px 3%;
}

.contact_form .form_message {
	display: block;
	margin: 10px 0;
}

.subscribe_form li input[type='text'], .subscribe_form li input[type='email'], .prayers_form li input[type='email'], .prayers_form li input[type='text'], .prayers_form li textarea, .contact_form li input[type='text'], .contact_form li textarea, footer input[type='password'], .login input[type='password'] {
	border: 1px solid #c8c8c8;
}
.login input[type='password'] {
	margin-right: -4px;
	transition: .3s;
	vertical-align: top;
	padding: 8px 7px 6.5px;
	display: inline-block;
	width: 150px;
}
.login input[type='password']::placeholder {
	color: #ccc;
	font-style: italic;
}
.login input[type='password']:focus {
	outline: none; 
	border: 1px solid #333;
	background: #e9ffff; 
}
.contact_form h2 {
	margin-top: 15px;
}

.contact_form li input[type='text'] {
	width: 100%;
}

input[type='text']:focus, textarea:focus {
	border: 1px solid #333 !important;
	background: #e9ffff;
}

.contact_form .uk-button.primary-button {
	display: block;
	width: 100%;
}

.contact_form.vbs_form input[type='text'] {
	margin: 5px 0;
}

.contact_pic {
	margin: 0 20px 20px 0;
}

.prayers_form li textarea, .contact_form li textarea {
	width: 100%;
	min-height: 170px;
}

.subscribe_form li input[type='submit'], .prayers_form li input[type='submit'], .contact_form li input[type='submit'] {
	float: none;
	clear: both;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 3px;
	opacity: 1;
}

.leader_frame {
	text-align: center;
}

.leader_frame li { 
	clear: both;
	max-width: 200px;
	margin: 15px;
	text-align: center;
	vertical-align: top;
}

.leader_frame li.expanded  {
	margin: 0;
	max-width: 100%;
	display: block;
	padding: 20px 0;
	background: rgba(0,0,0,.1);
}

.leader_pic, .leader_text {
	display: inline-block;
	vertical-align: top;
}

.leader_text i {
	font-size: .85em;
}

.leader_title {
	display: block;
}

.leader_pic {
	margin: 10px;
	max-width: 200px;
}

.leader_pic img {
	display: block;
	width: 100%;
}

.leader_title {
	margin-bottom: 5px;
}

.sermon_table {
 	margin: 20px auto;
 }

.sermon_table tr td {
 	vertical-align: middle;
 	padding: 5px 10px;
 	text-align: left;
 }

 .sermon_table h3 {
 	margin: 0;
 	font-size: 1.2em;
 }

 img.sermon_img_header {
 	max-width: 400px;
 	margin-bottom: 20px;
 }

.sermon_feed audio {
	margin-bottom: 10px;
}

#map, #calendar {
	margin-top: 20px;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 20%; // This is the aspect ratio
    height: 0;
    min-height: 200px;
    overflow: hidden;
    border: 4px solid #999;
}
.responsive-iframe.video {
	padding-bottom: 55.5%;
	min-height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.find-us {

	position: relative;
	z-index: 0;
}
.find-us h2 {
	color: #333;
	margin-top: 20px;
}
.find-us h2:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	transition: .3s;
}
.find-us h2:hover:after {
	background: rgba(0,0,0,0.1);
}
.find-us span { 
	margin-bottom: 0;
	margin-top: 30px;
}

footer {
	background: #1f78a6;
	color: white;
	padding: 30px 0;
	text-align: center;
}
footer .logo {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
}
footer a { color: white!important; }
footer nav { display: inline-block; vertical-align: middle; margin: 0 40px; }
footer nav > ul { padding: 20px; border-top: 1px solid #85693c;  border-bottom: 1px solid #85693c; } 
.login .uk-button {
	display: inline-block;
	vertical-align: top!important;
	padding: 3px 20px 3px;
}

footer .footer-contact, footer .footer-cta {text-align: left;display: inline-block;margin: 0px 30px;vertical-align: middle;}
footer .footer-contact { width: 30%;min-width: 275px; }
.footer-cta div {margin-bottom: 8px;}
footer .footer-contact-info i {font-size: 1.2em!important;margin: 0 5px!important;width: 13px;vertical-align: top!important;}
footer .footer-contact span { font-size: 1.7em; margin-right: 10px; font-family: 'Montserrat', sans-serif; font-weight: bold; color: black; text-transform: uppercase; display: inline-block; vertical-align: middle}
footer .footer-contact a.phone { display: inline-block; color: #555; font-size: 1.6em; font-family: 'Montserrat', sans-serif; vertical-align: middle;}
footer .footer-contact .footer-address { text-align: left; margin-top: 10px; font-size: 1.2em; }
footer .footer-cta i {display: inline-block;line-height: 1;color: white;font-size: 1.8em;margin: 0 10px;vertical-align: bottom;font-weight: normal;}
#CR_logo {
	width: 85px;
	transition: .5s;
}

#CR_logo:hover {
	width: 90px;
}
.colphon {
	background: #3b3b3b;
	padding: 20px;
	color: #bfbebe;
	text-align: center;
	border-top: 5px solid white;
}
.colphon > div { display: inline-block; margin: 0 100px; } 

#admin-bar a, #warning-bar a {
	color: white;
	margin: 0 5px;
	text-decoration: underline;
}

#admin-bar a:hover, #warning-bar a:hover {
	color: #e35414;
}

.urgent {
	position: static;
	background-color: #FF4136;
	color: white;
	padding: 5px 0;
	text-align: center;
	font-size: 1.4em;
	z-index: 2;
	width: 100%;
	top: 0;
	line-height: 1.2em;
}

.hide {
	display: none!important;
}

.profile {margin: 30px;max-width: 300px;position: relative;}
img.profile-img {

width: 100%;
}
.profile-text {margin-top: 20px;display: block;}
.profile-name {

display: block;

font-size: 1.5em;

font-weight: bold;

margin-bottom: 10px;
}
.profile-desc {
	
}

#bulletin_feed .bulletin_frame {
	display:inline-block; 
	margin: 20px;
	width: 220px; 
	padding: 10px;
	text-align:center;
	border: 2px solid #555;
	border-radius: 4px;
	background-color: #F3CA5D;
	color: #333;
}

#bulletin_feed .bulletin_frame span {
	font-weight: 700;
}

#bulletin_feed .bulletin_frame a {
	color: #111;
}

#docs_feed h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.docs_container {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

table.docs_table {
	
}

table.docs_table tr:nth-child(even) {
	background: rgba(0,0,0,0.1);
}
table.docs_table tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.docs_table td {
	padding: 5px 10px;
	min-width: 75px;
}

.docs_table .doc_btn, .docs_table a.doc_btn {
	display: inline-block;
	padding: 3px 7px;
	margin: 3px 0;
	background: #EBB524;
	vertical-align: middle;
	border-radius: 5px;
	font-size: .9em;
}

.docs_table .doc_btn:hover, .docs_table a.doc_btn:hover {
	opacity: .8;
	text-decoration: none;
}

.doc_more_btn {
	display: block;
	margin-top: 5px;
}

.survey-form label {display: inline-block;margin-right: 20px;vertical-align: middle; width: 60%; max-width: 600px;}

.survey-form {
    margin: 20px;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2);
}

.survey-table li {
    display: block;
    padding: 15px;
    background: white;
}

.survey-table li:nth-child(even) {
    background: #eee;
}

.survey-form select {
    width: 120px;
}

.survey-form textarea { width: 50%; min-width: 250px; height: 200px; margin-bottom: 20px;}

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


	h1 {
		font-size: 3em!important;
	}
	.home_page h1 { font-size: 5em!important; }
	.hero-section { height: auto; }
	.hero-section .hero {
		height: auto;
		border: none;
		width: auto;
		margin: auto;
	}
	.hero-content {width: auto;position: static;margin: auto;padding: 30px 0;height: auto;}
	header.main_header {display: block;text-align: left;}

	#home-welcome-text .uk-vertical-align-middle {
		font-size: 24px;
		line-height: 24px;
	}

	#home-social #facebook_feed {
		max-height: 46vw;
	}
}

@media only screen and (max-width: 992px) {
		#menu_button {
		display: block;
		margin: 4px 10px 0;
	}
	header .main_nav { display: none; }
	.half {width: auto;display: block;min-width: 0;margin: auto;float: none;}
	.half-inner {padding: 0 0 60px!important;margin: auto;}
}

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

	.footer-div { padding-top: 40px; }
	h1 {
		font-size: 2.5em!important;
	}
	.home_page h1 { font-size: 4em!important; }
	.footer-btn { margin: 10px 0; }
	.footer-btn-icon {
    width: 120px;
    height: 95px;
    padding: 10px 0;
}
	.footer-btn-icon img {
    width: 60px;
}
	.footer-btn-btn {width: 200px;height: 35px;padding: 40px 0;}
	.footer-btn-btn .btn-primary { font-size: .8em; }

	footer {}
}
@media only screen and (max-width: 700px) {
	body > * { margin: 0; }
	.main_section { padding: 30px 0; }
	.hero-section, header.main_header { margin-top: 0; }
	.contact_form .form_input_middle, .contact_form .form_input {
		margin: 10px 0;
		display: block;
		width: auto;
	}
	.colphon { text-align: center; }
	.colphon > div {margin: 0 auto 20px;display: block;}
	.home-believe-info ul { margin-left: 0; }
	#home-info { padding-left: 30px; padding-right: 30px; text-align: justify; font-size: .8em;}
	#home-fellowship { padding-left: 30px; padding-right: 30px; }
	#map-section { padding: 0; }
	footer .footer-contact { margin: 20px 0; text-align: center;  }
	footer .footer-contact span { margin-bottom: 10px; }
	footer .footer-contact .footer-address { text-align: center; }

}

@media only screen and (max-width: 500px) {
	.hero-section p { font-size: 1.1em; }
	.home .five-eighths { width: 100%; } 
	h2 {
		font-size: 2em!important;
		text-align: left;
	}
	footer .logo { display: block; max-width: 80%; margin: auto;}

}

@media only screen and (max-width: 450px) {
	header #logo {max-height: 50px;max-width: 60%;margin-left: 5px;}
	header.alt_nav_header {
		height: 42px;
	}

	.home_page header .social {
		display: none;
	}

	#menu_button {
		position: absolute;
		right: 10px;
		top: 6px;
		margin: 0;
	}

	h1 {
		font-size: 2.5em!important;
	}
	.home_page h1 { font-size: 3em!important; }
	h2 {
		font-size: 2em!important;
	}

	section {
		padding: 20px 0;
	}
	#home-testimonials { margin-top: 30px; }
	#home-testimonials h2 { text-align: center; }
	#home-welcome-text {
		font-size: 1.2em;
	}
	
	#back-to-top {
		display: none;
	}

	.survey-form { margin: 0; }

	.survey-form label { width: 100%; }

}