* {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	background-color: #FEFBCB;
}
.top-bar {
	background-color: #623632;
}
#footer {
	background-color: #623632;
	padding: 30px 0 30px;
}
#footer p a {
	color: #FEFBCB;
}
#footer p {
	color: #FEFBCB;
	font-size: 85%;
}
.copy {
	background-color: #623632;
	color: #FEFCC9;
	text-align: center;
	padding: 20px 0 10px;
}

h1 {
	font-size: 120%;
	color: #623632;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
}

h2 {
	font-size: 120%;
	color: #623632;
}

h3 {
	font-size: 110%;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 5px;
	color: #623632;
	margin-bottom: 15px;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

p {
	font-size: 85%;
}

.feature1 {
	margin-top: 25px;
}
.feature1 h4 {
	font-size: 140%;
	line-height: 1.2;
	text-align: center;
	color: #FEFBCB;
}
.feature1 hr {
	border: none;
	border-bottom: 1px solid #FEFBCB;
	background: none;
	height: 1px;
	width: 70%;
	margin: 0 auto;
}
.baptist-image {
	padding-top: 40px;
	display: block;
	text-align: center;
}
.map-image {
	border: 2px solid #FFF;
}
.text-block {
	padding-top: 10px;
}
.button {
	background-color: #623632;
	border-color: #623632;
	width: 100%;
	color: #FEFCC9;
}
.button.active, .button:hover, .button:focus, button[type=submit].hover, button[type=submit].focus {
	background-color: #FEFCC9;
	color: #623632;
}
button[type=submit] {
	background-color: #623632 !important;
	border-color: #623632;
	color: #FEFCC9;
	border-radius: 3px;
	width: 212px;
	height: 50px;
	display: block;
}

.button.button-invert {
	background-color: #FEFCC9;
	border-color: #FEFCC9;
	width: 100%;
	color: #623632;
}
.button.button-invert:hover, .button.button-invert:focus {
	background-color: #623632;
	color: #FEFCC9;
}
img.fixed-height {
	height: 173px;
	width: 123px;
}
a, a:hover {
	color: #623632;
}

.yellow {
	color: #FEFCC9;
}

.content {
	background: #FEFBCB;
	padding: 15px;
}

.feature1 {
	margin-bottom: 20px;
}
#footer {
	text-align: center;
}

@media only screen and (min-width: 40.063em) {
	.top-bar-section {
		width: 665px;
		margin: 0 auto;
	}

	.top-bar-section li:not(.has-form) a:not(.button) {
		background: #623632;
		line-height: 1.1;
		border-right: 1px solid #FEFCC9;
		height: 10px;
		margin-top: 17px;
		
	}
	.top-bar-section li.active:not(.has-form) a:not(.button):hover {
		background-color: #623632;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button),
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background-color: #623632;
		background: #623632;
		color: #FEFCC9;
		line-height: 1.1;
	}
	.top-bar-section ul li, .top-bar-section ul li a, .top-bar-section ul li a:hover {
		background: #623632;
		text-transform: uppercase;
	}

	.top-bar-section li:not(.has-form).last a:not(.button) {
		border: none;
	}

	.top-bar-section ul li a:hover {
		color: #FEFCC9;
	}
}	
