@charset "UTF-8";
/*!
 * Custom CSS
 */


 .lead-green {
    font-size: 1.25rem;
    font-weight: 300;
    color: #42642f;
  }
.lead-yellow {
    font-size: 1.50rem;
    color:#de9e26;
    font-weight: 400 !important;
}
.footer-green {
    background-color: #42642f !important;
}
.footer-green-dark {
    background-color: #1f3810 !important;
}
.marketing-text {
    font-weight: 300;
}
.btn
{
    border-color: #FFF !important;
    color: #FFF;
    
}
.btn-drk {
    border-color:#414042 !important;
    color: #414042 !important;
}
.btn-a {
    text-decoration: none;
}
.btn-green:hover
{
    border-color: #42642f !important;
    color: #FFF;
    background-color: #42642f;
}
.btn-bf:hover
{
    background-color: #414042;
}
.btn-bf-red:hover
{
    background-color: #be1e2d !important;
}
.nav-link
{
    color: #414042 !important;
}
.nav-link:hover
{
    color: #be1e2d !important;
}
.navbar .active
{
    color:#be1e2d !important;
}
.dropdown-item
{
    color: #be1e2d !important;
}
.text-red
{
    color: red !important;
}
.bf-bgnd
{
    background-color: #414042 !important;
}
.bf-bgnd-red
{
    background-color: #be1e2d !important; 
}
.bf-title
{
    font-size: 1.50rem;
    color:#FFF;
    font-weight: 400 !important;
}
.bf-text
{
    font-size: 1rem;
    color:#FFF;
    
}
.bf-title-dark
{
    font-size: 1.50rem;
    color:#414042;
    font-weight: 400 !important;
}
.bf-text-dark
{
    font-size: 1rem;
    color:#414042;
    
}
.bf-text-red
{
    font-size: 1rem;
    color:#e71111;
    
}
.bf-title-red h4
{
    font-size: 1.50rem;
    color:#e71111;
    font-weight: 200 !important;
}
.bg-off-white {
    background-color: #FCFCFC !important;
}
.bf-space {
    min-height: 400px;
}