@charset "UTF-8";
/*!
 * Custom CSS
 */
.img-center{
    text-align: center !important;
}
.text-white-title{
    font-size: 2rem;
    text-align: center !important;
    font-weight: 200;
    color: #FFF;
    padding-bottom: 40px;
}
 .lead-green {
    font-size: 1.25rem;
    font-weight: 300;
    color: #42642f;
  }
.lead-yellow {
    font-size: 1.50rem;
    color:#fbc316;
    font-weight: 400 !important;
}
.lead-yellow-center {
    font-size: 1.80rem;
    color:#fbc316;
    font-weight: 400 !important;
    text-align: center !important;
}
.footer-green {
    background-color: #42642f !important;
}
.footer-green-dark {
    background-color: #1f3810 !important;
}
.marketing-text {
    font-weight: 300;
}
.btn-green
{
    border-color: #42642f !important;
    color: #42642f;
    
}
.btn-link:hover {
    color: #fbc316 !important;
}

.btn-green:hover
{
    border-color: #42642f !important;
    color: #FFF;
    background-color: #42642f;
}
.nav-link
{
    color: #42642f !important;
}
.navbar .active
{
    color:#1f3810 !important;
}
.nav-item:hover {
    color:#fbc316;
}
.navbar-mod img{
    max-width: none !important;
    max-height: none !important;
}
.dropdown-item
{
    color: #42642f !important;
}
.text-red
{
    color: red !important;
}
.btn-outline-primary{
    border-color: #fbc316 !important;  
}
.btn-outline-primary:hover{
    background-color: #42642f !important;  
}
.card {
    background-color: none !important;
    --bs-card: none !important;
}

.row-mod {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.h-120 {
    height: 120px !important;
}

.bgnd-amazon {
    background-color: #05A0D1;
}
.bgnd-detoxportal {
    background-color: #fbce43;
}

/* LAYOUT */

.layout-300{
    min-height: 300px !important;
 }
 .layout-400{
    min-height: 400px !important;
 }
 .layout-600{
    min-height: 600px !important;
 }
 .layout-800{
    min-height: 800px !important;
 }
 .stretch {
    min-height: 1000px !important;
 }



 /* breadcrumbs */
.hidden-breadcrumb {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}