
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.navbar {
    border-radius: 0px;
    margin-bottom:0px;
}

.navbar-default {
    background-color: #7d280b;
    color : #f60000;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.centering {
  float:none;
  margin:0 auto;
}

#services {
    background-color: #7d280b;
    color: #ffffff;
}


#services h2 {
    color:#ffffff;
}

#testimonial {
    background-color: #7d280b;
    color: #ffffff;
}

/*help bs dropdowns workon mobile*/
.dropdown-backdrop {
    position: static;
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url('images/overlay.png'); /* ie fallback png background image */
    opacity: .99;
    z-index:2;
    color:white;
}

header {
    background-image: url('../images/cover.png');
    min-height: 300px;
    margin-top:50px;

}

header .header-content {
    min-height: 220px;
    padding-top: 30px;

}
header .header-content .header-content-inner p {
    color: white;
}
.plrs-text-right {
    text-align: left;
    padding-left: 15px;
    max-width : 100%;
}

.bg-primary {
    background-color: #f6e4ca;
    color: #7d280b;
}

.bg-primary p {
    color: #7d280b;
}

.text-muted {
    color: #f6e4ca;
    font-style: italic;
}

.human {
    display: none;
}

.btn-primary {
    background-color: #7d280b;
    color: #ffffff;
}

.error {
    color : red;
    background-color:white;
    border-radius:3px;
    padding: 5px 5px 5px 5px;
    }

.findusmap {
    min-height:350px;
}

@media(min-width:768px) {
    .findusmap {
        min-height:700px;
    }
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.portfolio-box {
    border : 3px solid #f6e4ca; 7d3f00;
    border-radius: 4px;
}

.portfolio-box .portfolio-box-caption {
    background: rgba(125,63,00,.85); */
}
