/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Oswald', sans-serif !important;
}

.navbar-inverse {
    background-color: #D32F2F;
    border-color: #D32F2F;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: rgba(255,255,255,0.8);
}

.hero-spacer {
   background: url('../images/img-7-cartersville-ga.jpg') no-repeat; 
   min-height: 500px;
   background-size: cover;
   margin-top: 20px;
}
@media screen and (max-width: 1920px) {
  .hero-spacer{
    background-position-y: -254px;
  }
}
.hero-spacer .banner-caption{
	margin-top: 15%;
}
.hero-spacer .banner-caption h1{
	color: #fff;
	font-size: 45px;
	text-shadow: 2px 2px #333;
}
.hero-spacer .banner-caption h2{
  color: #fff;
  font-size: 39px;
  text-shadow: 2px 2px #333;
}
.hero-spacer .banner-caption h3{
	color: #fff;
	font-size: 35px;
	text-shadow: 2px 2px #333;
}

.contactbtn a{
	font-size:25px;
}
.services img{
	height:200px;
	margin:0 auto;
}

footer {
   background: #212121;
   padding-top: 3%;
   padding-bottom: 2%;
   color: #fff;
}
footer a{
	color:rgba(255,255,255,0.8);
}
footer a:hover{
	color:rgba(255,255,255,1);
}
.formcontainer {
    margin-top: 50px;
    background: rgba(211, 47, 47,0.9);
    padding: 7%;
    border-radius: 20px;
    color:#fff;
}
ul.list-inline{display:inline-block;position:relative;margin:0px 0 0 0;float:right;}
ul.list-inline li{display:inline-block;margin:0 3px;}