body {
	margin-top: 20px;
	margin-bottom: 10px;
	background: url(../images/bg_overall.jpg) no-repeat top left fixed;
	background-color: #F9E093;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	font-family: 'Headland One', Georgia, "Times New Roman", Times, serif;
}
.hero-spacer {
	margin-top: 0px;
}

.hero-feature {
	margin-bottom: 20px;/* spaces out the feature boxes once they start to stack responsively */
}

footer {
	background-color: rgba(204, 153, 0, .85);
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #FFF;
	font-size: 90%;
}
footer h1 {
	color: #88690B;
	font-size: 200%;
	margin-top: 0px;
}
footer a {
  color: #FFF;
  text-decoration: underline;
}
footer a:hover,
footer a:focus {
  color: #FFF;
  text-decoration: none;
}
.btn-facebook {
	color: #3E59A5;
	padding: 0px;
	display: inline-block;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active
 {
  color: #3E59A5;
}
.btn-linkedin {
	color: #0085AE;
	padding: 0px;
	display: inline-block;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active
 {
  color: #0085AE;
}

.nav {
  margin-top: 18px;
  margin-right: 15px;
  font-size: 110%;
}
.tagline {
	margin-bottom: 10px;
	background-color: #C30;
	border-radius: 0px;
	font-family: 'Headland One', serif;
	font-size: 80%;
	color: #FFF;
	background-image: url(../images/bg_tagline.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.navbar {
	font-family: 'Bitter', serif;
}
.thumbnail .caption h3 {
  color: #cc3300;
  font-size: 125%;
  margin-top: 10px;
}
.btn-features {
  color: #fff;
  background-color: #cc3300;
  border-color: #cc0000;
}
.btn-features:hover,
.btn-features:focus,
.btn-features:active
 {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.fb {
	margin-top: 0px;
	float: left;
}
.small {
	color: #F8DF92;
	float: right;
}
.contact-icons {
	line-height: 20pt;
	color: #F9E093;
	font-size: 110%;
	padding-top: 5px;
}
.contact-mike {
	font-size: 110%;
	color: #FFF;
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
	color: #fff;
}
.footer-nav {
	max-width: 500px;
	float: right;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
.small {
	float: left;
	text-align: left;
}
.footer-nav {
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
.body-content-full {
	background-color: rgba(255, 255, 255, .9);
	padding: 30px;
	margin-bottom: 15px;
}
.body-content-portfolio {
	background-color: rgba(255, 255, 255, 1);
	padding: 30px;
	margin-bottom: 15px;
}
.body-content-portfolio img{
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto; 
}
.body-content-portfolio .page-header {
	letter-spacing: 2px; 
}
.body-content-full small {
	font-size: 85%;
	color: #666;
}
.red-bold {
	color: #cc3300;
	font-weight: bold;
}

.body-content-testimonials {
	background-color: rgba(255, 255, 255, .9);
	padding: 30px;
	margin-bottom: 15px;
}
.body-content-testimonials p {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}
.xs-screen-note {
	font-size: 80%;
	font-style: italic;
	color: #999;
}
.right-image {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
h2 {
	color: #cc3300;
}
.lead {
	font-size: 110%;
}
.lead-portfolio {
	font-size: 125%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}

.lead-portfolio .red-bold {
	font-size: 175%;
}

h2 small {
	color: #000;
	font-weight: bold;
	font-size:80%;
}
.body-content-full h3 {
	font-weight: bold;
}
h4 {
	font-size:120%;
	color: #cc3300;
	margin-bottom: 2px;
	margin-top: 20px;
}

.well {
	background-color: #FFF;
	border: 1px solid #F9E093;
}
.well h4 {
	font-size:120%;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-top: 0px;
}
.emphasize {
	color: #cc3300;
	font-weight: bold;
}
.back-to-top {
	position: fixed;
	bottom: 0px;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(204, 153, 0, 0.75);
	font-size: 18px;
	display: none;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
		}

		.back-to-top:active,
		.back-to-top:hover {	
			background-color: rgba(204, 153, 0, 1);
			text-decoration: none;
			color: #fff;
		}
		.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}
.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}
.cbp-l-grid-projects li {
	padding-bottom: 0px;
}
.tab-pane {
  margin-top: 30px;
}
.tab-pane p {
  margin-bottom: 15px;
  font-size: 80%;
}
.tab-pane a {
  font-weight: bold;
  font-size: 120%;
  color: #CC3300;
}
.tab-pane a:hover {
}
.award {
	color: #428bca;
	font-style: italic;
}
@media (max-width: 767px) {
h1 {
	font-size: 28px;
}
}
.illustration-styles img {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto; 
}