@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFCD5;
}

.row {
	margin-bottom: 50px;
}
.container {
	max-width: 750px;
}

.pre-header, .sub-footer {
	padding: 1em 0;
	background-color: #B7BA7F;
}
.pre-header {
	margin-bottom: 30px;
}
.sub-footer {
	margin-bottom: 0;
	text-align: center;
}
a.full-site {
	display: inline-block;
	width: auto;
	line-height: 32px;
	padding-left: 32px;
	background: url(../images/fullsite.png) left center no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}
.social-top {
	text-align: right;
}
.social-top a, .social-bottom a {
	display: inline-block;
	width: 32px;
	height: 32px;
}
.social-top img, .social-bottom img {
	width: 32px;
	height: 32px;
}

.header-text {
	margin: 25px 0 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.header-text span {
	font-weight: normal;
}
.logo {
	text-align: center;
}

.banner, .content-block {
	background-color: rgba(0,0,0,0.1);
}
.banner-photo {
	padding: 0;
}

.pull-left {
	margin-right: 20px;
	margin-bottom: 10px;
}

.btn-custom {
	background-color: #81BD72;
	border-color: #69B057;
	text-decoration: none;
	color: #FFF;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
	background-color: #69B057;
	border-color: #69B057;
	color: #FFF;
}
.btn-block .glyphicon {
	margin-right: 12px;
	font-size: 22px;
	color: rgba(255,255,255,0.5);
}

.panel-group {
	margin: 20px 0;
}
.panel-default {
	border-color: #9EA456;
}
.panel-default>.panel-heading {
	background-color: #B7BA7F;
	border-color: #996;
	text-transform: uppercase;
	color: #FFF;
}
.panel-title a {
	display: block;
	text-decoration: none;
}
.panel-title a .glyphicon {
	display: inline-block;
	float: right;
}


address {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
}
.copyright {
	margin-top: 3em;
	font-size: 10px;
}
.copyright,
.copyright a {
	text-decoration: none;
	color: rgba(0,0,0,0.5);
}

@media screen and (min-width: 768px) {
	.header-text {
		text-align: left;
	}
	.btn-block {
		text-align: left;
	}
	.btn-block .glyphicon {
		display: inline-block;
		float: left;
	}
}