body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.back-btn-wrap {background-color: #333;}
.back-btn {padding: 5px;}

*, *:before, *:after {
	box-sizing: border-box;
}

ul, ol {
	padding: 0;
}

li {
	line-height: 1.8;
}

.container::before, .container::after {
	display: table;
}

.container::after {
	clear: both;
}

.container {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.inmiddle {
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.custom-link {
	background: transparent;
	border: 3px solid #666;
	font-size: 1.5em;
	padding: 10px;
}

/** === NAVBAR SECTION === **/
navbar-wrap {
	margin-bottom: 0;
}

.navbar {
	background-color: #07B38F;
	height: 130px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.navbar .container {
	position: relative;
}

.navbar-brand {
	display: block;
	margin-top: 0;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.9em;
	padding-top: 20px;
	float: left;
	line-height: 1;
	text-decoration: none;
}

.navbar-brand img {
	width: 175px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.navbar-brand h1 {
	padding: 5px 0 0;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	font-weight: bold;
}

.navbar-brand h1 small {
	text-indent: 50px;
	margin: -50px 0 0 60px;
	padding: 0;
	color: white;
}

.nav-wrap {
	display: block;
}

.masthead .nav {
	display: block;
	float: right;
}

.navbar .nav {
	margin: 0;
}

.navbar .nav > li::before {
	padding-top: 65px;
}

.nav {
	display: block;
	float: right;
	list-style: none;
	margin-left: 0;
	margin-right: 1.5em;
}

.navbar .nav>li {
	float:left;
}

.navbar .nav > li > a:not {
	padding-left: 20px;
	padding-right: 20px;
}

.navbar .nav > li > a {
	font-size: 15px;
}

.navbar .nav > li > a {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

.navbar .nav > li > a {
	height: 130px;
	padding-top: 55px;
	color: hsl(0, 0%, 100%);
}

.navbar .nav > li > a:hover > span,
.navbar .nav > li.active > a > span,
.navbar .nav > li.current-menu-item > a > span,
.navbar .nav > li > a:hover {
	box-shadow: 0 2px 0 0 #dfdfdf;
	background: #07B38F;
	color: #dfdfdf;
}

.menu-item, menu-item>a {
	position: relative;
}

.navbar-header .navbar-toggle.collapsed {
	border: 2px solid #fff;
	background: #05916d;
	color: white;
	font-size: 25px;
}

.navbar-header .navbar-toggle {
	color: white;
	font-size: 25px;
	border: 2px solid #fff;
	margin-top: 50px;
}

.navbar-header .navbar-toggle.collapsed:hover,
.navbar-header .navbar-toggle.collapsed:active {
	background-color: #07B38F;
	border: 2px solid #fff;
	font-size: 25px;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:active {
	background-color: #07B38F;
	border: 2px solid #fff;
	font-size: 25px;
}

/** === TOPBAR SECTION === **/
.topbar {
	background-color: #333f55;
	color: white;
	position: relative;
	min-height: 45px;
	padding: 6px;
}

.topbar-info {
	float: left;
	margin: 8px 0 0;
	font-size: 11px;
	letter-spacing: 1px;
}

.topbar .social {
	float: right;
}

.social {
	font-weight: 400;
	line-height: 1;
	margin-top: 2px;
}

.social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 5px;
}

.social .fa {
	color: white;
	font-size: 1.5em;
	padding-top: 5px;
}

/* === HERO SECTION === */
#hero {
/* 	height: 400px; */
	margin-top: -20px;
	background: #333366;
	clear: both;
}

#hero .hero-text {
	margin-top: 165px;
	margin-bottom: 170px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	height: 100%;
}

#hero .hero-text h1 {
	text-align: center;
	font-size: 6.0em;
	padding: 0;
	margin: 0;
	line-height: 45px;
	letter-spacing: 5px;
}

#hero .hero-text h1 small {
	font-size: 0.4em;
	color: #fff;
	padding: 0;
	margin: 0;
}

centered {
	text-align: center;
}

/** === ABOUT US SECTION === **/
#about {
	background: #445544;
}

.about-us {
	padding: 15px;
	color: #fff;
}

.about-us h1 {
	font-size: 3.5em;
	text-align: center;
}

.about-us p {
	font-size: 1.2em;
	text-indent: 50px;
}

/** === MESSAGE SECTION === **/
.message {
	background: #ccbbaa;
	padding: 15px;
}

.feature-img, .feature-text {
	padding: 15px;
}

.feature-text h1 {
	font-weight: bold;
	font-size: 3.5em;
	padding-top: 0;
	margin-top: 0;
}

.feature-text p {
	text-indent: 30px;
	font-size: 1.2em;
	color: #555;
}

/** === SERVICES SECTION === **/
#services {
	background: #345;
	min-height: 430px;
}

.sec-head h1 {
	text-align: center;
	padding: 30px;
	color: white;
	font-size: 60px;
}

.item {
	color: white;
	text-align: center;
}

.item .glyphicon {
	font-size: 3em;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
}

.item p {
	font-size: 1.2em;
	color: #dddfff;
}

/** === EVENTS SECTION === **/
#events {
	min-height: 400px;
	background: #445544;
}

#events h1 {
	color: #fff;
	text-align: center;
}

.event {
	padding: 15px;
}

.event img {
	margin: 5px 5px 10px 5px;
}

.event-item {
	color: white;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin: 5px 0 15px 0;
}

.event-item p {
	padding-left: 10px;
}

.event-item .glyphicon {
	font-size: 50px;
}

/* === MINISTRIES SECTION === */
#ministries {
	min-height: 300px;
	background: #345;
}

#ministries h1 {
	color: #fff;
	text-align: center;
}

#ministries p {
	text-indent: 30px;
	font-size: 14px;
}

#ministries p strong {
	font-size: 1.2em;
}

.ministry-row {
	padding: 20px 0;
}

.ministry-text, .ministry-pic {
	padding: 10px;
}

.ministry-text {
	color: #fff;
}

/* === CONTACT PAGE === */
#contact-form {
	padding: 30px;
	background: #ccbbaa;
	min-height: 300px;
	margin-top: -20px;
}

input[type=text],
input[type=textarea],
input[type=email],
textarea {
	width: 100%;
	font-size: 1.2em;
}

.bigicon {
	font-size: 30px;
	color: #fff;
}

/* === FOOTER === */
footer {
	background: #07B38F;
}

address {
	padding: 25px;
	color: #dfdfdf;
	font-size: 18px;
}

@media screen and (max-width : 480px) {
	.nav {
		list-style: list;
		width: 100%;
	}
	
	.navbar .nav>li {
		float: center;
		background: #07B38F;
	}
	
	.navbar .nav > li > a {
		height: 60px;
		padding-top: 20px;
		text-align: center;
	}
}

@media screen and (max-width : 768px) {
	.event-item .glyphicon {
		font-size: 35px;
	}
	
	.event-item {
		font-size: 1.0em;
	}
	
	#hero .hero-text h1 {
		font-size: 4em;
		line-height: 55px;
	}
	
	#hero .hero-text h1 small {
		font-size: 0.4em;
	}
	
	.item .glyphicon {
		margin: 0 50px 0 50px;
	}
	
	.custom-link {
		width: 100%;
	}
}